page loads werid

liunx

Guest
All of my pages load funny. When you go to each page it kinda strechs out then goes back to where it needs to be. I hope I made since!?!?! Please take a look and let me know if it is just my computer. <!-- m --><a class="postlink" href="http://arapaho.nsuok.edu/~drumline">http://arapaho.nsuok.edu/~drumline</a><!-- m --><br />
<br />
Thank you!<br />
MissyAnn:)<!--content-->Give All images height and width.<br />
9 tables used for layout; it's time to learn css.<!--content-->okay I made sure all of my images have height and width set. But it didn't seem to help. Thanks<br />
<br />
css styles is what you are talking about, right? yes I know there are a lot of tables nesting in tables, and I want to learn an easier way out of that some time soon! I just don't know what to do?<!--content-->Luckily, CSS is extremely simple to learn. This is what a Google search found.<br />
<br />
<!-- m --><a class="postlink" href="http://www.google.com.au/search?q=CSS+tutorial&ie=UTF-8&hl=en&meta=">http://www.google.com.au/search?q=CSS+t ... l=en&meta=</a><!-- m --><br />
<br />
Follow those tutorials and you should be well on your way. ;)<br />
<br />
Regards,<br />
Andrew Buntine.<!--content-->Thanks! Andrew Buntine :D<!--content-->Your script counter has no height nor width.<br />
script does not have attribute class.<br />
Change the inline script and style tags to look like:<br />
<script type="text/javascript"><br />
//<![CDATA[<br />
<!--<br />
// all JavaScript here<br />
<br />
//--><br />
//]]><br />
</script><br />
<br />
<style type="text/css"><br />
<!-- <br />
/* cascading style sheet */<br />
<br />
--><br />
</style><br />
<br />
The DTD is invalid (<!-- m --><a class="postlink" href="http://www.w3.org/QA/2002/04/valid-dtd-list.html">http://www.w3.org/QA/2002/04/valid-dtd-list.html</a><!-- m -->)<br />
No 'charset' definition:<br />
<meta http-equiv="Content-Type" content="text/html; charset= iso-8859-1"><br />
<!-- m --><a class="postlink" href="http://www.w3.org/International/tutorials/tutorial-char-enc.html#choosing">http://www.w3.org/International/tutoria ... l#choosing</a><!-- m --><br />
<!-- m --><a class="postlink" href="http://www.w3.org/International/O-charset-lang.html">http://www.w3.org/International/O-charset-lang.html</a><!-- m --><br />
It is not a good idea to use body as a class name, or any other tag names, or reserved words.<br />
Much or the css is redundant.<br />
Learn how to use css for layout.<br />
<!-- m --><a class="postlink" href="http://www.w3schools.com/css/default.asp">http://www.w3schools.com/css/default.asp</a><!-- m --><br />
The browser is having a hard time calculating your nested table layout.<br />
You would only need 4-5 divs to produce a tableless layout.<!--content-->:cool: Okay thank you I will look in to all of that! :D<!--content-->
 
Back
Top