hey, i am just testing a few things and i have hit a problem, here it is; code; <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <link rel="stylesheet" type="text/css" href="style.css"/> </head> <body> <div id="1"> test test </div> </body> </html> PHP: css; /* CSS Document */ #1 { width:700px; height:150px; background-image:url(images/dotbg.gif); background-repeat:repeat-x; background-position: bottom; margin:auto; } PHP: image; http://www.pcinspired.com/copy/images/dotbg.gif in d/w the image is showing up but on a live preview it is not showing. Any help is appreciated Danny
You should never trust DW's view. A class or id's token (name) may not begin with a numeral. cheers, gary
I don't think it can even contain a numeral. I remember once I had problems with that, but I don't know for sure. Just use letters and you will always be good.
When all else fails, RTFM, Syntax and basic data types. Eliminates the guesswork. The particular item of interest reads cheers, gary