Background Image Help!!! pls

admin

Administrator
Staff member
I am new to html, and was wondering how i make a tiled background image in acehtml, I have no idea on how to do it and maybe someone can help me<!--content-->Hi there LethalD,<br />
<br />
Welcome to these forums.<br />
Try something like this<html><br />
<head><br />
<style type="text/css"><br />
<!--<br />
body<br />
{<br />
background-image:url("your_image.jpg");<br />
background-repeat:repeat;<br />
}<br />
//--><br />
</style><br />
</head><br />
<body><br />
</body><br />
</html><br />
<br />
This will give you a tiled background.<br />
<br />
coothead<!--content-->
 
Back
Top