Dion1517
03-21-2003, 09:11 PM
If you go to my site -> http://www.geocities.com/harleinc/ and enter, you'll notice that the backgrounds are for easter. BUT if you scroll down to my litters and click on it the page you'll see has a mardi gras background. I've tried fixing it many times and as of now, it has the code for the easter background but still shows the other one. Please help!! The direct link to my litters page is -> http://www.geocities.com/harleinc/Litters.html
alkaline39
03-21-2003, 09:59 PM
<BODY><body background="easter19.gif" bgcolor="#FFFFFF">
thats taken from http://www.geocities.com/harleinc/Litters.html
now what is it you want the easter background?
to display a background image you should not have bgcolor="#FFFFFF" and you should only have 1 body tag
<body background="easter19.gif">
so that is what you want^
bejayel
03-22-2003, 12:16 AM
it doesnt matter if she has a color in the body tag and a backroung image in the body tag, all that will do is make the background color differant while the page loads. well as far as i know it will anyway. but i am pretty sure you are just ahaving a cache problem. try hitting refresh at the top of the page instead of going directly to the page. if that still doesnt work, take the bgcolor thing, though i cant see why it would to anything. or maybe the browser is being picky, maybe try putting background ="" after the bg color thing. i am pretty sure the browser take the last found attribute for its settings.
i see easter background all down.
bgcolor is allowed at the same time as background image. the background image will be shown "above" a colored background.
each page coding should have only one body tag set in it.