The Site Fights Blooming Baskets

This Site is Hosted by Lunarpages Switch NOW to Lunarpages

 


This is a basic triple set. There are actually four tables all inside each other giving the 'frame' look. The backgrounds used in the frame and center can be uploaded from your browser or color codes can be used.

If you are uploading a background from your browser the code is background="http://image from your browser.gif". If you are using a color the code is bgcolor="color code". Color codes can be words such as "red" "green" "blue" or the actual color code such as "#ff0000" #00ff00" and "#0000ff" can be used.

Make sure to put the # in your color codes.Some browsers will not recognize your code without it. Also, stay away from capitals just to be in the safe side. A proper code is #ff0000 or simply "red".

Your text or images go here. The box will grow with your contents.

The code for adding images is:
<img src="imageurl.gif">

For example the url for this heart is:
"http://www.jumpyslinks.com/images/heart.gif"

Cellspace is the width of the outside edge of the table. Cellpad is the width or the space between tables. By changing the cellpad, cellspace, and borders you can create different looks. The center table in this basic sample has a cellpad of 15 so the text will be away from the edges.

For variation, if you wanted the red and blue to be wider than the green, you could change the width of the cellspace. A cellspacing="15" for the red and blue will look like this.
You can get a slightly different effect by changing the width of the cellpad. A cellpadding="10" for the red and blue will look like this.
Another effect can be obtained by removing the border. For example, if you change the width of the borders to border="0" it will look like this.
To give the border a color insert the code - for example bordercolor="#000000". It will look like this.

Many different effects can be obtained just by changing the widths and colors. It should be noted that all browsers to not display the tables in the same way. For example Firefox will not display a border color the same as Internet Explorer.

If you are not getting the effect you want check it in another browser before giving up. There may be nothing wrong with your code - just a browser quirk.

 

This is the code for the basic table. Copy and then paste directly into your custom html box.

The table exactly as seen here will show. You can then change the widths, colors, words, borders, cellpads, cellspaces, and upload your images as desired.

<table width="80%" border="2" align="center" cellpadding="2" cellspacing="3" bgcolor="maroon">
<tr><td>

<table width="100%" border="2" align="center" cellpadding="2" cellspacing="3" bgcolor="green">
<tr><td>

<table width="100%" border="2" align="center" cellpadding="2" cellspacing="3" bgcolor="navy">
<tr><td>

<table width="100%" border="2" align="center" cellpadding="15" cellspacing="3" bgcolor="beige">
<tr><td>

Your text or images go here. The box will grow with your contents.

</td></tr></table>

</td></tr></table>

</td></tr></table>

</td></tr></table>

Please take the time to sign my guest book. I would love to hear from you.