HTML code to insert a background image

Solved
Aimach -  
 lolololololol -
Bonjour,

I am currently creating a newsletter for a company. I need to know the HTML codes to set an image from the internet (transparent) as a background. Thank you very much for your help; it's quite urgent actually...
Configuration: Windows XP Firefox 2.0.0.14

1 réponse

maxwell
 
<body background="path/to/myimage.extension">


or in CSS :

<body style="background-image:url('http://path/to/myimage.extension');">
83
Aimach
 
Thank you for your reply!! It's all good =)
0
TheDialge-123 Posted messages 312 Status Membre 5
 
gg you simply need to do (if you understand)
<body background="images/myimage.png">

replace images with the file where you want your image and replace myimage.png with the name of your image
1