You see here on the right where he has the email subscription?
http://www.winningtheweb.com/
How do you put the words inside the box?
You see here on the right where he has the email subscription?
http://www.winningtheweb.com/
How do you put the words inside the box?
the 'normal' way to do that is like this:
<input alt="text" type="text" name="blah-blah" id="blah-blah" size="20" value="enter your email address" class="blah-blah" />
it's value, in the above bits that sets the text.
This topic has been closed to new replies.