/    Sign up×
Community /Pin to ProfileBookmark

Making content change with screen resolution

I just learned CSS, and used to to make my site. I was told it was much much better than using tables so I had to change it. But now I can’t figure out have to get my page to look correctly with different screen resolutions.

[url]http://www.webpages.ttu.edu/smcguinn/rayford/css_test.htm[/url]

to post a comment
CSS

4 Comments(s)

Copy linkTweet thisAlerts:
@Slickwilly9authorApr 06.2005 — I have looked at it a few times but I really don't get it. Is there some where that I can go that will explain what the validator says? Or can someone help me out a little bit? Thanks
Copy linkTweet thisAlerts:
@ray326Apr 06.2005 — Well it's pretty verbose. You've declared your document to be "XHTML 1.0" but you've failed to create a document that meets that spec. E.g. XHTML is XML so it's case sensitive and all the predefined tags are lower case. There is no <SCRIPT> or <A> and </a> does not close <A>. Maybe if you check the "show source" box and revalidate you can match up errors with lines easier.
Copy linkTweet thisAlerts:
@bokehApr 06.2005 — Ok!

on line 6 delete '</meta>'

on line 8 change '<script language="javascript">' to '<script language="javascript" type="text/javascript">'

on line 82 change '<script language="javascript">' to '<script language="javascript" type="text/javascript">'

on lines 192 and 218 add alt="" inside your <img> tags
×

Success!

Help @Slickwilly9 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.18,
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: @nearjob,
tipped: article
amount: 1000 SATS,

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

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