Question ???

Boss Jr.

Addicted
Joined
Sep 14, 2008
Messages
944
Reaction score
0
FP$
707
I would like to take an image and make it a background image so that I can put text and links over it.

Like a wallpaper.....

I'm using a primitive weebly.com site builder and I can edit the raw HTML so all I need is a simple HTML code that'll do that.

Any suggestions?
 
This should help you out:
Code:
<head>

<style type="text/css">
body {background-image: url ("http://link-to-image.gif");}
</style>

</head>
 
Thanks 😀 I'l test it out as soon as the gfx requests are back online and I get my new wallpaper made.
 
Back
Top Bottom