Search results

  1. L

    I need help with HTML!?

    I think where you might be going wrong is that you have the </body> tag above the </table> tag switch them around. <body bgcolor="Teal"> <table cellspacing="1" cellpadding="0" border="0" bgcolor="Maroon" id="shell" height="100" width="1250"> <tr> <td height="200"><td colspan="2"...
  2. L

    How do I validate this html?

    i'm gonna kick myself if the answer is really simple. <textbox> <a href="#"> <img src="an-image.jpg" alt="image" /> </a> </textbox> My problem is I don't want the code to execute hence me putting it in a textbox but when I try to validate it, it doesn't like it very much. What I am trying to...
Back
Top