Hi,
Just creating a new website with an image as the background to the left menu bar.
I'm using a 5 pixel high gif which repeats down the left bar, however I seem to be getting faint stripes down the page. I'm sure I've just missed some basic html thing but can't figure it out - any ideas?
example of code -
example of stripes -
Just creating a new website with an image as the background to the left menu bar.
I'm using a 5 pixel high gif which repeats down the left bar, however I seem to be getting faint stripes down the page. I'm sure I've just missed some basic html thing but can't figure it out - any ideas?
example of code -
Code:
<td background="left-bar-background.gif" valign="top" width="200">
Comment