Hey Everyone, I have a subscribe box for my feedburner feed on Working At Home Knowledge. I am trying to get it so when you click in the box to enter your email address the wording disappears. I was hoping someone could help me out with this. Thanks, Chris
Hey There, Just am not dead on sure where I would put this. Here is the code I believe. <form action='http://feedburner.google.com/fb/a/mailverify' id='feedform' method='post' onsubmit='window.open('http://feedburner.google.com/fb/a/mailverify?uri=workingathomeknowledge', 'popupwindow', 'scrollbars=yes,width=550,height=520'return true' target='popupwindow'> <input class='textarea' name='email' onblur='if (this.value == '&apos {this.value = 'Enter email address here';}' onfocus='if (this.value == 'Enter email address here&apos {this.value = '';}' type='text' value='Enter email address here'/><br/> <input name='uri' type='hidden' value='workingathomeknowledge'/> <input name='title' type='hidden' value='54800'/> <input name='loc' type='hidden' value='en_US'/> </form>