Log in

View Full Version : Need help



dason
03-01-2006, 06:07 AM
ive been trying to work on a personal webpage of mine and i am using dreamweaver but when i tried to put a background it put eh picture in as a normal picture and not a background can any one please tell me how to place a background in correctly my eamil is www.thibalo@yahoo.com thank you for your help

BLiZZaRD
03-04-2006, 07:04 PM
Change your <body> tag to

<body BACKGROUND="Path/Tothe/Image.jpg">

That should do it.

BLiZZ

Twey
03-04-2006, 08:41 PM
(twitch)

<style type="text/css">
body {
background-image: url(path/to/the/image.jpeg);
background-color: red; /* Ought to be as similar to the
predominent colour of the background
image as possible.
*/
}
</style>

BLiZZaRD
03-04-2006, 08:46 PM
(twitch)

<style type="text/css">
body {
background-image: url(path/to/the/image.jpeg);
background-color: red; /* Ought to be as similar to the
predominent colour of the background
image as possible.
*/
}
</style>


SUUURREE if you want to be all "fancy" about it. :p

Twey
03-04-2006, 09:17 PM
SUUURREE if you want to be all "fancy" about it. :pOr all "valid" about it :p

cr3ative
03-05-2006, 04:47 PM
Or all "valid" about it :p

Pish. In my day, you got mailed backgrounds and sellotaped them to the screen yourself.