Hi Gang I am placing a listing / ad on a site that uses fckeditor. I want to use a background image. I cant use <body background="http://www.my domain.com/image"> because I am not allowed to use the body tag. Is there any way to use a background image without the body tag? Thanks in advance
CSS. Either body { background: url(images/image.gif); background-repeat: no-repeat/repeat-x/repeat-y/nothing; width: Xpx; height: Xpx; } or with div tags.