Forum Moderators: mack
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; position: absolute; left: 131; top: 125" bordercolor="#111111" width="450" id="AutoNumber4" align="left" height="1100">
<tr>
<td width="650" height="550" valign="top">
You can position an image to repeat down the right hand side of the page using the body tag and style attribute. I'd look something like:
<body style="background-image: url(yourimage.gif); background-repeat: repeat-y; background-position: right;">
Alternatively you could add the attributes to the the body element in an external style sheet for site-wide skyscraper.