Jump to content

validation(wildteen)


Ninjakreborn

Recommended Posts

Hi, I tried using this layout, and I love it, it's really flexible, and thanks for helping me get this done, I will remember the favor, I was wondering, is there a way I can fix the warnings

http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.thecampussource.com%2Fcampussource.css
What do you suggest, I am a little afraid to touch the layout because I don't want to mess anything up, is there a way I can fix those, and have it not affect it negatively. 
Link to comment
Share on other sites

Ok, so it doesn't really matter about warnings.  What are they there for, like for the future when I do css layouts, do the clients look at it in a better manner when it's perfect css, or does that not matter.  A warning, I always try to add background color with color, not redifining stuff, but is there a difference between, having warnings and not having warnings??
Link to comment
Share on other sites

The client wont matter whether the site has valid HTML or CSS, they probably wont even know what valid HTML/CSS is.

When I use CSS and go to validate it I get warnings, sometimes I dont. I dont really understand the warnings at times. As long as the site looks good in the majority of browsers (such as IE, FF, Opera etc) then dont fix whats doesnt need fixing.
Link to comment
Share on other sites

yeah that warning is due to this:
[code] margin: 0px;
margin-right: 3%;[/code]
In the #information and #content .col selectors. It should be just [b]margin-right: 3%;[/b] or [b]margin: 0 3% 0 0;[/b]

If you go here:
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fhomepage.ntlworld.com%2Fcshepwood%2Fbusinessman%2Fcampussource.v2.css&usermedium=all

You'll see the CSS now validates. I corrected the warnings for you.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.