View Full Version : how do u put a bg like on the sides..


lazyvietgirl53
08-27-2004, 10:23 PM
like a bg on the left modules o_0 how do u do that? if anyone does could u plz tell me? aiight thnx

JiNgLeBeLLz77
08-28-2004, 08:30 PM
here you go =]

<style type="text/css">
table.left TD {
/* on your menu module, this edits the body part of it */
background-image: url(http://url.com/to/the/site/image.gif);
background-color: #FFFFFF;
border: none;
}
</style>