Friend needs help...

liunx

Guest
<!-- m --><a class="postlink" href="http://members.blackplanet.com/justanothagirl">http://members.blackplanet.com/justanothagirl</a><!-- m --><br />
<br />
Could someone take a look at this page and tell me why the text keeps getting cut off please? Thanx<!--content-->what do you mean the text is out..can you explain a bit more that what exactly did you expect?????<!--content-->The reason why the text is cut off (in IE) is probably due to the fact that it is within a table with no table row or table data. This is not the only place where this error is made either, and there are still many other problems. You really should validate your page and fix all the errors (there are a lot of them).<br />
<br />
Two things that you must have in your page before you can validate are doctype and character encoding. An example of what you probably would need is<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"<br />
"http://www.w3.org/TR/html4/loose.dtd"><br />
<!-- this must be the first thing in your document --><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br />
<!-- this must be within the HEAD element -->http://validator.w3.org/check?uri=http%3A%2F%2Fmembers.blackplanet.com%2Fjustanothagirl<!--content-->I think this might sound harsh, but it isn't intented to be harsh. As noted above you have missing table tags, but your problems extend beyond just needing to validate. You have table tags inside your td tags, which effectively closes the previous table, and those table tags shouldn't even exist as they were added to define styles for that table cell. Not to mention a slew of seemingly random closing tags and random form elements. You need to re-write or do it with a wysiwyg editor. I get the idea of what you were trying to do, I think. <br />
However all is not lost and you can achieve what you were looking to do. But you are going to have to take the time to learn to do it.<br />
htmlgoodies.com (<!-- m --><a class="postlink" href="http://www.htmlgoodies.com">http://www.htmlgoodies.com</a><!-- m -->).<br />
Take a look at thier primers and their tutorials.<br />
<br />
They taught me everything I know :D<!--content-->HTMLGoodies has MANY problems of its own and shouldn't be recommended at all. Instead...<br />
<!-- m --><a class="postlink" href="http://www.w3.org/TR/1999/REC-html401-19991224/">http://www.w3.org/TR/1999/REC-html401-19991224/</a><!-- m --><!--content-->can I ask why?<!--content-->I have yet to read an article from HTMLGoodies that wasn't incomlete or incorrect. Many people on this forum who also first learned from HTMLGoodies now regret starting there.<!--content-->Ok, point taken. As my mother so rightly pointed out in chat, I'm not coding my pages the way I used to and referenced a specific example and now you in here--I stand corrected.<br />
<br />
<!-- m --><a class="postlink" href="http://www.w3schools.com/default.asp">http://www.w3schools.com/default.asp</a><!-- m --> <br />
<br />
Better? If it isn't I'm screwed.:D<!--content-->http://www.w3schools.com/default.asp <br />
Better?A little, but the W3C is still the difinitive source.<!--content-->ok, how about this:<br />
<br />
check out <!-- m --><a class="postlink" href="http://www.w3schools.com/default.asp">http://www.w3schools.com/default.asp</a><!-- m --> to get a better understanding of syntax, but make sure you also check this out: W3C HTML Standards (<!-- m --><a class="postlink" href="http://www.w3.org/TR/1999/REC-html401-19991224/">http://www.w3.org/TR/1999/REC-html401-19991224/</a><!-- m -->)-The bible of html code.<!--content-->
 
Back
Top