who can read HTML and can help with this simple request

5 replies
  • WEB DESIGN
  • |
i want to add a picture inside the box (fill the box) on this newsletter/email capture HTML, how do i do that??

i hope my request is clear

thanks

<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=NursingCareAware', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><p>Enter your email address:</p><p><input type="text" style="width:140px" name="email"/></p><input type="hidden" value="NursingCareAware" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" /><p>Delivered by <a href="http://feedburner.google.com" target="_blank">FeedBurner</a></p></form>
#html #read #request #simple
  • Profile picture of the author bmw040
    I think this is what you want:

    <form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" rel="nofollow" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=NursingCareAware', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">

    <p><img src="http://image address.jpg" width="898" height="849" /></p>

    <p>Enter your email address:</p>
    <p><input type="text" style="width:140px" name="email"/></p><input type="hidden" value="NursingCareAware" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" /><p>Delivered by <a href="http://feedburner.google.com" rel="nofollow" target="_blank">FeedBurner</a></p></form>

    The gap is where you would insert your image location on the web.

    Hope this is what you were requesting.

    Good Luck
    {{ DiscussionBoard.errors[8622004].message }}
    • Profile picture of the author jumpman233345
      Originally Posted by bmw040 View Post

      I think this is what you want:

      <form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" rel="nofollow" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=NursingCareAware', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">

      <p><img src="http://image address.jpg" width="898" height="849" /></p>

      <p>Enter your email address:</p>
      <p><input type="text" style="width:140px" name="email"/></p><input type="hidden" value="NursingCareAware" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" /><p>Delivered by <a href="http://feedburner.google.com" rel="nofollow" target="_blank">FeedBurner</a></p></form>

      The gap is where you would insert your image location on the web.

      Hope this is what you were requesting.

      Good Luck
      it didn't work , it came out looking weird lol , perhaps i did something wrong?

      could you incorporate this address in to the original code for me if you dont mind matey?? so i can just copy and paste

      thank you

      http://news.bbcimg.co.uk/media/image...x171_close.jpg
      {{ DiscussionBoard.errors[8622068].message }}
    • Profile picture of the author jumpman233345
      here you see , thats what it looks like

      i want to just put the picture inside the box thats already there around the field for entering the address

      i hope thats clear

      {{ DiscussionBoard.errors[8622095].message }}
  • Profile picture of the author jumpman233345
    anyone??.......
    {{ DiscussionBoard.errors[8622988].message }}
  • Profile picture of the author bmw040
    Here:

    <form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" rel="nofollow" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=NursingCareAware', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
    <p>a<img src="http://news.bbcimg.co.uk/media/images/48350000/jpg/_48350946_papers304x171_close.jpg" /></p>
    <p>Enter your email address:</p>
    <p><input type="text" style="width:140px" name="email"/></p><input type="hidden" value="NursingCareAware" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" /><p>Delivered by <a href="http://feedburner.google.com" rel="nofollow" target="_blank">FeedBurner</a></p></form>
    {{ DiscussionBoard.errors[8624176].message }}

Trending Topics