Hello all, I have been tweaking a bit the feedburner email entry subscription form and I'd like to add a slight yellow image to it since my background is white - It would make it stand out. Does anyone know how to do this? The form is at the top right of the blog @t www.ebizexperiment.com thanks!
Hi It's simple to do this please try this <form onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ebizexperiment/feed', 'popupwindow', 'scrollbars=no,width=540,height=450');return true" method="post" target="popupwindow" style="border: 1px solid rgb(204, 204, 204); padding: 0px; text-align: center; background: url(your_yellow_image.jpg)" action="http://feedburner.google.com/fb/a/mailverify"> Subscribe with your email adress:<br/> <input type="text" name="email" style="width: 150px;"/><br/> <input type="hidden" name="uri" value="ebizexperiment/feed"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Let me In!!"/></form> Code (markup): replace your_yellow_image.jpg with your image url. Cheers.
I have to upload my own image?? I have to upload a yellow image into a thing like imageshack.us and the put the url where you told me ??? any image of any size? thanks!
Yes you need be upload that image at any site even on your site the most important thing is put the right link url to that image. If you want to fit that yellow background it should be 346 X 69 px or you can use a smaller image it will be tiling to fill in entire that grey border box. Try it yourself.
Hey normal fx thanks a lot. I have another uestion but won't bug you again, perhaps someone else wants to answer? How do I change the background color of my Blog title header?? I just want to put a different background color, thanks