I want a fixed (watermark) vertically repeating background to float on the right side of the screen.
I'm already too far into the html to start over with css so I'd like to avoid that at all costs.
<body background="bkgrnd.gif"; background-attachment: fixed; background-repeat: repeat-y; bgcolor="#ffffff"; background-align="right">
That's the code, it works exactly how I want it to except it's on the left side of the screen instead of the right.
I've tried many variations of the "align" function but nothing's worked. Any help would be greatly appreciated.
I'm already too far into the html to start over with css so I'd like to avoid that at all costs.
<body background="bkgrnd.gif"; background-attachment: fixed; background-repeat: repeat-y; bgcolor="#ffffff"; background-align="right">
That's the code, it works exactly how I want it to except it's on the left side of the screen instead of the right.
I've tried many variations of the "align" function but nothing's worked. Any help would be greatly appreciated.
