|
Stadium City | |
»
Splash
» News » Archive » Jukebox » Staff » Links » Link To Us » History » Credits » Webmasters » Button Shop » Message Board |
|
TCG | |
» View/Submit Deck
» Neo Genesis » Neo Discovery » Neo Revelation » Neo Destiny » Neo VS » Pokemon Web » Rules » Basic Set » Starter » Zap » Over Growth » Black Out » Brush Fire » Jungle Set » Water Blast » Power Resever » Fossil Set » Basic2 Set » Rocket Set » Gym Heros Set » Southen Island Set » Promos |
|
Games | |
»
Stadium
» Stadium GS » Puzzle » Snap » G/S » TCG GB » TCG GB2 » Yellow » Pinball » Hey You Pikachu » Crystal [Others] » GBA » Mini |
|
Pictures | |
»
Icons 1-151
» Icons 152-254 » Icons Folders » Icons Pokéballs » Icons TCG GB |
|
Anime | |
»
News
» Guide » Characters Bio » Coming up » Song Lyrics » Comics » Voice Cast » Toy`Dex » Movies |
|
Fan Stuff | |
»
Fan Art
» My Art » Draw help » Fan Fiction » Fiction host |
|
Affiliates | |
» Ice Bolt » Pokécloud |
|
Others | |
»
»7/26/01-10000Hits |
|
<table>
Makes a table
<Table bgcolor="">
Table with backgrond color
Sets width of border around table cells
<table border="">
table border(use #)
<table cellspacing="">
spacing between a cell
<tr align=""> or <td align=""<
Sets alignment for cell(s) (left, center, or right)
<tr valign=""> or <td valign=""<
Sets alignment for cell(s) (top, middle,or bottom)
<td colspan="">
Sets number of columns a cell should span (default=1)
<td rowspan="">
Sets number of rows a cell should span (default=1)
<td nowrap>
Prevents the lines within a cell from being broken to fit
<table align="">
puts a table on the right, center or left
<table valign="">
puts a table on the top, middle or bottom
<table width="">
width(use # or %)
<table height="">
height(use # or %)
<table height="" width="">
(use # or %)
<tr>
starts new row
<td>
New cell in row
</table>
Ends a table