[css-d] lots of validation errors, tables, and other things that we just love!

2010-11-02 Thread Chris Blake
Hey, I have just been handed this: http://wolves.redrunner.co.uk/ The creator has used a template that has since been removed from the place he got it from. I'm trying to save it rather than rebuild it from scratch. Firstly the validation errors seem to be mainly to do with doctype. Any

Re: [css-d] lots of validation errors, tables, and other things that we just love!

2010-11-02 Thread Philip Taylor (Webmaster, Ret'd)
Changing the first two lines to : !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.1//EN http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd; html xmlns=http://www.w3.org/1999/xhtml; lang=en xml:lang=en dir=ltr reduces the errors to nine and the warnings to one; you may be able to see the corrected version

Re: [css-d] lots of validation errors, tables, and other things that we just love!

2010-11-02 Thread David Laakso
On 11/2/10 8:18 AM, Chris Blake wrote: Hey, I have just been handed this: http://wolves.redrunner.co.uk/ Thanks, Chris Who Let the Dogs Out!!!:-) Try: #right-col { width:259px; margin-right: -759px; float:right;background: lime;} #right-col .ind { padding: 0;} Best, Baha men --