Click to See Complete Forum and Search --> : page loads werid
MissyAnn
05-28-2004, 02:18 AM
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. http://arapaho.nsuok.edu/~drumline
Thank you!
MissyAnn:)
Give All images height and width.
9 tables used for layout; it's time to learn css.
MissyAnn
05-28-2004, 03:07 AM
okay I made sure all of my images have height and width set. But it didn't seem to help. Thanks
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?
buntine
05-28-2004, 03:28 AM
Luckily, CSS is extremely simple to learn. This is what a Google search found.
http://www.google.com.au/search?q=CSS+tutorial&ie=UTF-8&hl=en&meta=
Follow those tutorials and you should be well on your way. ;)
Regards,
Andrew Buntine.
MissyAnn
05-28-2004, 03:32 AM
Thanks! Andrew Buntine :D
Your script counter has no height nor width.
script does not have attribute class.
Change the inline script and style tags to look like:
<script type="text/javascript">
//<![CDATA[
<!--
// all JavaScript here
//-->
//]]>
</script>
<style type="text/css">
<!--
/* cascading style sheet */
-->
</style>
The DTD is invalid (http://www.w3.org/QA/2002/04/valid-dtd-list.html)
No 'charset' definition:
<meta http-equiv="Content-Type" content="text/html; charset= iso-8859-1">
http://www.w3.org/International/tutorials/tutorial-char-enc.html#choosing
http://www.w3.org/International/O-charset-lang.html
It is not a good idea to use body as a class name, or any other tag names, or reserved words.
Much or the css is redundant.
Learn how to use css for layout.
http://www.w3schools.com/css/default.asp
The browser is having a hard time calculating your nested table layout.
You would only need 4-5 divs to produce a tableless layout.
MissyAnn
05-28-2004, 03:45 AM
:cool: Okay thank you I will look in to all of that! :D