help with some text boxes

liunx

Guest
well i seam to be having problems with my text boxes......they keep on disregarding the </textarea> tag and including code that wasnt supposed to be in the text box:<br />
heres the url:<br />
<!-- w --><a class="postlink" href="http://www.freewebs.com/systembreach/scripts.htm">www.freewebs.com/systembreach/scripts.htm</a><!-- w --><!--content-->hmm where to start.<br />
<br />
you have to many <body> tags in there and to many <html> tags that are not allowed. only 1 is allowed per page. also what is this<br />
<br />
</form><br />
</ul><br />
</body><br />
<br />
</textarea><br />
</br><br />
</tr><br />
</td><br />
<br />
which is the very last lines of you document. you need to go back through and fix all these errors first and then look at it. or read some tutorials on how to code a webpage first.<!--content-->You need to fix your code (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.freewebs.com%2Fsystembreach%2Fscripts.htm&charset=%28detect+automatically%29&doctype=HTML+4.01+Transitional&ss=1&outline=1&sp=1">http://validator.w3.org/check?uri=http% ... ine=1&sp=1</a><!-- m -->). I had to manually add a !DOCTYPE and the code is so broken, it still refuses to recognise it.<!--content-->the bodys and html's are part of the scripts inside the txt area i have succesfully managed to use < and > on some of the text area but it wont recognize it on others and instead of appearing as a > on the site it appears as ><!--content--><html><br />
<head><br />
<title>Scripts</title><br />
</head><br />
<body bgcolor="black" text="#009ACD" ><br />
<!-- Begin Left Bar --><br />
<!--javascript:document.all['theform'].submit(); resetButton(activeButton);--!><br />
<!-- BEGIN Popup Blocker --><br />
<HTML><HEAD><br />
<br />
that is not in a textarea....... and is not proper code<br />
and the red is illegal.<br />
<br />
also you have a lot of these in the code which is also not right. </TD></TD><br />
<br />
shall I go on? :P<!--content-->
 
Back
Top