Click to See Complete Forum and Search --> : WHy wont my wallpaper work!!!!


laxplayacs
09-24-2005, 08:10 PM
hello
i need help Please!!!!!

i made an image and saved it. i want to use it as a wallpaper but it waont show up. heres the code i used;
<body background="C:\Documents and Settings\George\Background.bmp>

Why isnt this working?????? :confused:

JPnyc
09-24-2005, 08:20 PM
Well for one thing you have opening quotes but no closing ones. I assume this is a local html file on your PC?

laxplayacs
09-24-2005, 08:25 PM
o lol im not sure if i put end quotes. il check(I use free webs and use there editor and it has an error right now so i cant use it lol so i just coppied it for now hoping it was an error in the tag no the file.)

laxplayacs
09-24-2005, 08:27 PM
lol nope that was the problem ty!!!!!

and by the way im a noob learned lie 3 days ago wut does &nbsp do?

Kravvitz
09-24-2005, 09:07 PM
&nbsp; is a non-breaking space. Novices tend to overuse it.

I strongly recommend learning CSS so you can lay pges out with semantically correct X/HTML and CSS before you ever learn how to lay pages out with tables.