Site hosted by Angelfire.com: Build your free website today!

TABLE PAGE

This is our Tables Page. Here we will cover some basic Tables for your Homepage.

Simple Text Table:

<table border=8 bgcolor="tan"
cellspacing=5 cellpadding=8>
<tr><td>
Here is some rambling text to show you that this Table will expand to cover whatever you put into it, but I guess thats enough for now.
</tr></td></table>

You will get this:
Here is some rambling text to show you that this Table will expand to cover whatever you put into it, but I guess thats enough for now.


Simple Image Table:

<table bgcolor="yellow" border="10">
<tr><td align="center">
<img src="https://www.angelfire.com/
ar/meta/images/lawyer.gif">
</tr></td></table>
You will get this:


Link Table:

To make a link table from one of the above tables, follow this example:
<table bgcolor="blue" border"10">
<tr><td align="center">
<a href="https://www.angelfire.com/
ar/josephus/index.html">
<img src="https://www.angelfire.com/
ar/meta/images/heart.gif"></a>
</tr></td></table>

You will get this:

>


Tier Table:

Below is the code for a two Tier Table:
<table border=10 bgcolor="black">
<td><table border=10 bgcolor="red"> <td>Place your text or image code in here. <img src="https://www.angelfire.com/
ar/meta/images/panic.gif">
</tr></td></table>
</tr></td></table>

You will get this:


Place text or image code in here.


Table Columns:

Two column Table code:
<table cellspacing=%10 cellpadding=6>
<tr valign=top>
<td>First column of text goes in this space.</td>
<td>Second column of text goes in this space.</td>
</tr></td></table>

You will get this:
First column of text goes in this space. Second column of text goes in this space.


BACKGROUND TABLES

Here is the code for a background table:

You will get this:

This is the code for this background table:

<table border=10 body background=
"https://www.angelfire.com/ar/maxine/
images/dixie.gif">
<td>Place text or image here.
</tr></td></table>


To test any of the codes on this page, write down the code and CLICK HERE

FORMS PAGE