Reply LinkBack Thread Tools Search this Thread
Old 07-09-2006, 17:52   #1 (permalink)
mx
fucksocks™
 
mx's Avatar
 
Join Date: Jun 2005
Location: in the boosh
Posts: 1,622
Should I care if a site is not absolutely validate

I've finally finished a site that has had many tweaks by the client, but now has to go live in the next few days. It's all XHTML / CSS, semantic layout, and works cross browser etc.

However it fails validation because I've had to add links to the headers which are image-replacement and so require the A tag to wrap the H tag.

Should I care, or should I just get it out there and stop worrying?
__________________
  Reply With Quote
Old 07-09-2006, 19:51   #2 (permalink)
Transmogrify
Rough Creep Arse™
 
Transmogrify's Avatar
 
Join Date: Jul 2005
Location: Vancouver, Canada
Posts: 1,888
Send a message via MSN to Transmogrify
Quote:
Originally Posted by max h
I've finally finished a site that has had many tweaks by the client, but now has to go live in the next few days. It's all XHTML / CSS, semantic layout, and works cross browser etc.

However it fails validation because I've had to add links to the headers which are image-replacement and so require the A tag to wrap the H tag.

Should I care, or should I just get it out there and stop worrying?

put the links within the header and then in your css set the width/height of the link to whatever suits. so -

Code:
html ----- <h1><a href="http://www.animalsex.com">Animal Sex</a></h1> css --- h1 a { display: block; width: 200px; height: 50px; }

for example.
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8