Support » Fixing WordPress » widget is messed up

  • Resolved wildbug

    (@wildbug)


    I don’t know what I’m doing wrong. I’m trying to put a Google feedburner email form on my site (scroll down to middle of right column): danceinthefire.com/

    Here is the code I put in the widget box:
    <form id="subscribe" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=planetthrive', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><center><p>get daily email updates!</p><input type="text" value="Enter your email address..." id="subscribebox" onfocus="if (this.value == 'Enter your email address...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Enter your email address...';}" name="email"/><input type="hidden" value="planetthrive" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="subscribe" id="subscribebutton" /></center></form>

    and here is the corresponding CSS:

    #subscribe { background: #B7D869 url(assets/images/rss.png) top no-repeat; font-family: Arial, Helvetica, sans-serif; float: left; width: 166px; margin: 0px 0px 10px 0px; padding: 0px; }
    
    #subscribebox {	background: #B7D869 !important; font-family: Arial, Helvetica, sans-serif; width: 156px; color: #49495D; font-size: 12px; font-weight: normal; margin: 10px 0px 0px 0px; padding: 3px 0px 3px 5px; display: inline; }
    
    #subscribebutton { background: #4B8818; font-family: Arial, Helvetica, sans-serif; color: #C2E24C; font-size: 15px; margin: 2px 0px 0px 7px; padding: 3px 3px 2px 3px; font-weight: bold; border-top: 1px solid #91AC98; border-right: 1px solid #62896B; border-left: 1px solid #91AC98; border-bottom: 1px solid #62896B;}

    There are a few problems I can see:

    1) “Hint” text (Enter your email address…) not appearing in subscribe box. It was displaying fine when I first did this but now all of a sudden it disappeared.

    2) Widget below this one has merged/overlapped with it – should have a header title “Our Sponsors” for Google ads.

    3) rss.png is not displaying

    Can anyone help? Thank you!!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘widget is messed up’ is closed to new replies.