How to set a background image in html
Solved
max
-
moi -
moi -
Bonjour,
how do you set a background image in HTML?
because I don't know HTML and I need to set a background in my MySpace
thank you
how do you set a background image in HTML?
because I don't know HTML and I need to set a background in my MySpace
thank you
Configuration: Windows XP Internet Explorer 6.0
5 réponses
If it's just to insert an image, it's
if it's to put it as a background with text on top, it's more like
but there I'm less sure.
<img src="your_image_address.gif">
if it's to put it as a background with text on top, it's more like
<body background="your_image_address.gif"><p> your text that will be on top of the image</p></body>
but there I'm less sure.
bibou
Je ne sais pas comment mettre une image derrière mon texte.
belgazou
I can't do it...