SitePoint Sponsor |
|
User Tag List
Results 1 to 5 of 5
Threaded View
-
Oct 26, 2006, 20:34 #1
Code does not work when using DOCTYPE declaration !!
Hello,
I have the following code on my documents:
Code:<table border="1"><tr id="help" style="display: none"><td align="left" bgcolor="#ffffcc" colspan="2"> Username is a short combination of letters and/or numbers uniquely identifying your account</td></tr> <tr><td align="left" width="50%">Username <a onclick="document.all.help.style.display = document.all.help.style.display=='none' ? '' : 'none'" href="#">??</a> </td><td align="left" width="50%"><input type="text" name="username" /></td></tr></table>
Bookmarks