MELemmer22
05-26-2003, 03:34 PM
How do I get a picture to be my background in my left frame? I uploaded it and everything and I am pretty sure I did the code right, but still it doesn't show, and it stays with the body background color. Any ideas?
<html>
<head>
<title>LEFT</title>
</head>
<body background="palmtree3.jpg">
<body>
</body>
</html>
crazyjls7890
05-26-2003, 03:48 PM
Maybe you should try it with CSS, you can do a lot more with it.
And what type of browser do you use? -could be that.
1. make sure you uploaded the image to the correct spot. if you uploaded the image to a sub-folder, you have to add that into your coding too. example...
background="foldername/palmtree3.jpg"
if you uploaded the image into your main area where the webpage is saved too, then you are ok already.
2. make sure you have the spelling and CaSe LeTtErInG the exact same comparing the image file name to your coding.
palmtree3.jpg
is different from
Palmtree3.jpg
and is also different from
palmtree3.JPG
and is also different from
PALMTREE3.jpg
and so forth....
3. if that all fails, perhaps provide a link to the problem page?