Greetings to all!
At me it is impossible c to establish the help of selector Body a background for my site. Prompt in what there can be a problem? Here a code fragment:
<HTML>
<HEAD>
<TITLE></TITLE>
<STYLE type="html/css">
BODY { background: url("gift-ideas-r-us.com//background.png") }
</STYLE>
</HEAD>
<BODY>
</BODY>
</HTML>
Last edited by AutisticCuckoo; Jun 18, 2009 at 03:53.
Reason: Fake signature removed
Well the problem seems to be that "gift-ideas-r-us.com//background.png" as far as I am aware is not a valid URL, you seem to be missing something between the two // (just a guess) however you are missing a doctype, not telling us which browser it occurs in and there could be other things overriding it in the source code so your guess is as good as mine.
Bookmarks