PDA

View Full Version : Need Code.



Lysine
25-10-2005, 11:54 AM
If i wanna put a image as a background what is the code for it?

timROGERS
25-10-2005, 11:55 AM
<body background="url.gif">

Lysine
25-10-2005, 12:05 PM
Thank You
+ Rep

MOD Please Close thread.

splintercell!
25-10-2005, 12:12 PM
or as css..

<style>
body {
background-image: url(Image location);
}
</style>

Raremandan1
25-10-2005, 05:20 PM
or as css..

<style>
body {
background-image: url(Image location);
}
</style>

Thats the code i'd always use.

splintercell!
25-10-2005, 06:07 PM
Its the most common way now as the most efficient way to code html is just blank html and css to set the color attributes etc.

Want to hide these adverts? Register an account for free!