The actual width of a displayed page is different for WebTV users and PC users. A page displayed on WebTV has a "pixel width" of approximately 550, while the average PC user has theirs set between 600 and 800. All of my bordered backgrounds are 800 pixels wide so the border image will not "tile", even on most PC monitors. Whenever I make a new set, I barge my way into a computer using freind's home and make sure it looks acceptable on a PC. If not, I "tweak" it on their computer then make sure it still looks all right on WebTV. I'm running out of freinds, but those are the lengths I go to in order to deliver a quality product.<GAG!>

When using a background that has an image or design along the side of the page, you must ensure that your text and images don't overlap that design. The best way to do this is by using a table and a "clear" gif that's the width of the border. The following code should be placed on your page after the opening body tag:

<table width="100%" height="100%" cellpadding="3" border="0">
<tr>
<td align="center">
<img src="URLofClearGif" width="100">
</td>
<td align="center">
All of your text, images, etc. go into this table data cell. As an added "bonus", because we used the td attribute "align='center'", everything in this cell will automatically be centered!
</td>
</tr>
</table>

I have a clear gif for you to use. Remember, NO LINKING! Click here to transload it. You won't see it, but trust me, it's there!

FOR WEBTV PAGEBUILDER PAGES

Most of these bordered backgrounds have border designs that are 100 pixels wide. A few of them are a little wider. If using the width of "100" that I have in the code above results in text overlapping into the border, go back into your page editor and increase the width of the gif until it's visually pleasing to you.

Enjoy!

My thanks to Beth Candy, the Undisputed "Queen-of-PageBuilder", for her assistance!

{MAIN INDEX} {GRAPHICS MENU}
{TRANSPORT PAGE}{TRANSLOAD HELP}
{IMAGE MAGICK HELP}{USING BORDERED BGs}