hi all, being a dreamweaver user im not used to raw coding in html much. now i need to tile a background image vertically down the left of the screen just to finish off some tables. ive done a bit of browsing and found i can do it with repeat-y but i have no idea how to use it. all the examples show it as say...
body{
background-image: whatever.jpg
background-repeat: repeat-y
}
...or whatever, but my body tag is...
<body bgcolor="#0017FF" text="#FFFFFF" leftmargin="0" topmargin="0" background="images/menu.jpg">
...and i cant find a way of adding repeat-y to that tag.
just wondering if anybody know how, or even if its possible. thanks.


