Not bad but you do have some problems. Validate your code and CSS and clear them up.
IN your css you have this:
Quote:
|
background-image:url(file:///C|/Documents and Settings/Owner/Desktop/css pat 3/findmissingperson.gif);
|
Which means that background will ONLY work if being viewed from your desktop !
You have id=banner and id=nav used more than once. ID's MUST be UNIQUE. If you want to use the rules for banner and nav more than once on a page, change them to a class rather than an ID.
align=center on images -- get rid of it, not valid for that doctype and should be done in your CSS. Same goes for 'border=0'.
With XHTML, ALL tags must be closed, that includes <meta> tags and you have unclosed tags. You also appear to have an unclosed <div> on your home page.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|