PDA

View Full Version : Background problems



ShadowAD
April 10th, 2002, 05:16
Hi,

I have been testing a few web designs on my web page but for some reason everything I save using frontpage & also word saved as index.html have everything there but the background

I have used different colors but none seem to work it's always white in the background

Hope someone can help me

Thanks for your time and help

ShadowAD

is0lized
April 10th, 2002, 05:17
wheres your site at with the problem?

i needto take a look

ShadowAD
April 10th, 2002, 05:24
This is the link to the webpage

http://www.hostultra.com/~shadowad/

is0lized
April 10th, 2002, 05:26
<body background="../My%20Documents/marblefaint.jpg">

theres the problem ROTFLMAO

you have it linked to your hard drive use this instead

<body background="marblefaint.jpg">

ShadowAD
April 10th, 2002, 05:35
Thank you very much for that help

I was wondering, will I need to do that if I change the background again because I did add it to frontpage and then saved it as index.html

Is that the right way to add background

Thanks Again

ShadowAd

is0lized
April 10th, 2002, 05:37
best way to add a background is to not use frontpage ;)

Akalon
April 10th, 2002, 06:18
Originally posted by ShadowAD

I was wondering, will I need to do that if I change the background again because I did add it to frontpage and then saved it as index.html

Is that the right way to add background

Thanks Again

ShadowAd

The way to add an image in Frontpage is to save the file first, say as index.html then add the images you like.

meow
April 10th, 2002, 13:28
Just a comment. That's probably the case even if you change to a 'real' editor. :p
It can't know it's a html document before you tell it. :)