View Single Post
  #7 (permalink)  
Old 23-02-2007, 11:08 PM
greg's Avatar
greg greg is offline
Experienced Member
 
Join Date: Feb 2007
Posts: 105
Default

It seems as though - if you take some of those styles and make them inline styles - they will make it so they validate. For instance:
instead of "align: right" use "text-align: right" - then we will validate.

Also in our stylesheet - if you make this it will validate for the background in the body.

body {
background: #color goes here;}

I just want to see us be able to put the little XHTML strict logo at the bottom of the site.

--
Greg
__________________
I don't know what you know; so, I just assume you don't know, till I know you know
Reply With Quote