page layout help plz

liunx

Guest
site (<!-- m --><a class="postlink" href="http://www.calvinultd.net/bobo/home.shtml">http://www.calvinultd.net/bobo/home.shtml</a><!-- m -->) <br />
<br />
how do i make it so da big box, with the news in it is centered below the banner? n' move the side bars [nav n' stats] w/ it so everything is centered??<br />
<br />
thnx a lot<!--content--><body><br />
<div align="center"><br />
content<br />
</div><br />
</body><!--content-->i think i did it wrong, can you spot my error?<br />
<br />
<!-- m --><a class="postlink" href="http://www.calvinultd.net/bobo/try.html">http://www.calvinultd.net/bobo/try.html</a><!-- m --><!--content-->There are 33 HTML errors: <!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.calvinultd.net%2Fbobo%2Ftry.html&doctype=%28detect+automatically%29&charset=iso-8859-1+%28Western+Europe%29&ss=1&outline=1&sp=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m --><br />
<br />
Most of these are very easy to fix.<br />
<br />
<br />
<br />
The <div align="left"> is not allowed inside <head>. That will clear the first 8 errors.<br />
<br />
<br />
<br />
Add type="text/javascript" to every <script> tag.<br />
<br />
<br />
<br />
Add a type="text/css" attribute to every <style> tag.<br />
<br />
<br />
<br />
All <style> tags should be in the <head> section not in the <body>.<br />
<br />
<br />
<br />
This is not allowed inside <head> either:<br />
<br />
</div><br />
<div align="left"><body link="#FF9900" alink="#FFCC00" vlink="FF0000"></div><br />
<div align="left"><br />
<br />
<br />
<br />
Correct the entity errors by changing every & in the URLs to be &amp; instead.<br />
<br />
<br />
<br />
>> <img src=http://www.htmlforums.com/archive/index.php/"blue jettlink.jpg" border "0"><br />
<br />
Filenames must NOT contain a space. You need = between border and "0" here.<br />
<br />
<br />
<br />
Add alt="some text" to every <img > tag, the text reflecting what is in the dispayed image. On unimportant images, like spacer elements, a minimum of alt="" is fine. For bullet-point images, alt="*" is often used. Search engines do index the alt text. The alt attribute is a required element.<br />
<br />
<br />
<br />
Do all of that and you should have only a couple of errors left to fix. <br />
<br />
Post again when you have done it, and we can take a look at the last few issues.<!--content-->pg (<!-- m --><a class="postlink" href="http://www.calvinultd.net/bobo/try.shtml">http://www.calvinultd.net/bobo/try.shtml</a><!-- m -->) <br />
<br />
ok i'm reeli confused now..all mi txt is centered<!--content-->Doesn't look centered to me. Think you could type in english though?<!--content-->[dupe]<!--content-->Hmm, 123 errors: <!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.calvinultd.net%2Fbobo%2Ftry.shtml&doctype=%28detect+automatically%29&charset=iso-8859-1+%28Western+Europe%29&ss=1&outline=1&sp=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m --><br />
<br />
You have two <body> tags. Only one is allowed. <br />
Work through the list above to correct the other errors.<!--content-->
 
Back
Top