Would like to customize the colour of my feedburner email subscription form

Discussion in 'HTML & Website Design' started by NormalAlex, May 14, 2009.

  1. #1
    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!;)
     
    NormalAlex, May 14, 2009 IP
  2. normalfx

    normalfx Peon

    Messages:
    111
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    normalfx, May 14, 2009 IP
  3. NormalAlex

    NormalAlex Guest

    Messages:
    59
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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!
     
    NormalAlex, May 14, 2009 IP
  4. normalfx

    normalfx Peon

    Messages:
    111
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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.


     
    normalfx, May 14, 2009 IP
  5. NormalAlex

    NormalAlex Guest

    Messages:
    59
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    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
     
    NormalAlex, May 15, 2009 IP