/    Sign up×
Community /Pin to ProfileBookmark

page loads werid

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. [url]http://arapaho.nsuok.edu/~drumline[/url]

Thank you!
MissyAnn?

to post a comment
HTML

6 Comments(s)

Copy linkTweet thisAlerts:
@FangMay 28.2004 — Give All images height and width.

9 tables used for layout; it's time to learn css.
Copy linkTweet thisAlerts:
@MissyAnnauthorMay 28.2004 — 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?
Copy linkTweet thisAlerts:
@buntineMay 28.2004 — 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.
Copy linkTweet thisAlerts:
@MissyAnnauthorMay 28.2004 — Thanks! Andrew Buntine ?
Copy linkTweet thisAlerts:
@FangMay 28.2004 — Your script counter has no height nor width.

[I]script[/I] does not have attribute [I]class[/I].

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 [URL=http://www.w3.org/QA/2002/04/valid-dtd-list.html]invalid[/URL]

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.
Copy linkTweet thisAlerts:
@MissyAnnauthorMay 28.2004 — ? Okay thank you I will look in to all of that! ?
×

Success!

Help @MissyAnn spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.2,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,
)...