How to make tables |
A table looks kind of like a graph, usually people put their links inside of them, or if they are doing penpals or winners, or something. That's what tables are used for.
Here is an example of a table:
Table Row | Table Row |
Table Row | Table Row |
Here is how you achieve that:
<table code> <table border="1" width=50%"> <tr> <tr align="right"> <td> Table Row</td> <td>Table Row</td> </td> </table> |
Here is another type of table:
not your usual hanson site | not your usual hanson site |
Do you like my site? | Do you like my site? |
To get that you do this:
<Table Code> <table border="1" width="50%"> <tr> <td>Text or link here</td> <td>Text or link here</td> </tr> <tr valign="top"> <td>Text or link here</td> <tr>Text or <br>link here</td> </tr> </table> |
Finally, you can have a background color on your table, they look kind of neat, here is an example of one:
Don't forget to vote for my site! | Don't forget to vote for my site! |
As a starting point hot site! | As a starting point hot site! |
Okay, the color is darkslateblue! Here's how you get those:
<Table Code> <table border="1" width="50%"> <tr> <td>text or link here</td> <td>text or link here</td> </tr> <tr bgcolor="color you want"> <td>text or link here</td> <text or link here</td> </tr> </table> |
You can also put link or pictures in it, almost anything you want. Your award can be put inside a table. Also that blue strip I always have on my pages, technically that is a table, I just put it on my extras page.