I need help to add the autoresponder code into an image

1 replies
  • WEB DESIGN
  • |
I spend the whole afternoon yesterday trying to figure it out but I couldn't do it. Here's what I'm trying to do.

1.- Place and image in my blog's sidebar. (an image that calls to action. I'm trying to get subscribers)
2.- Place the auto-responder code on top of the image.

I tried some (background no repeat codes but they did not work) codes that did not show the image or if they do the auto-responder box shows either on top or below the image.

I've read a few posts that lack details of how exactly do it.
I'm planing to do the same in other landing pages but this is stopping me.

I appreciate any help in this subject.

Thanks friends

David Rodriguez
#add #autoresponder #code #image
  • Profile picture of the author danielvee
    I am not a html and css specialist but I would do the following.

    1. Create a <div> </div>.

    2. Specify the attributes eg.: <div style="width: 100px; height:200px;">
    It can be the same wide and high as the picture.

    3.Add the picture as a background to his <div></div>
    eg.: <div style="background-image:url('your_image.jpg');">

    4. Insert your autoresponder script between the <div></div> tags

    e.g: <div>
    <script>lorum ....</script>
    </div>
    5. You can push up or down the fields with "padding"

    It is just the way I would make it but as I say I am not professional, so maybe there are better solutions.
    {{ DiscussionBoard.errors[4828665].message }}

Trending Topics