Or, tell me again why I want to do this?
Okay, tables are, I suppose, a neccessary evil when it comes to creating web pages. Originally intended as a method to present tabular data (rows and columns of words and/or numbers) they have, over time, been perverted into a method to control how (and where) the browser displayed all the data on the page.
navigation
site links
homeget a grip on
web designtables
table basics
tables 2
tables 3
tables 4
table tips
stupid graphics tricks
freebies
web templatesbackground tiles
bp presets
excel widgets
moldy old jokes
bimjoriginals
the BioBimjo ponders
scribbles
doodles
the End of the Web
Bimjo Pics
yank my chain
contact mememberships
html tables
a table defined
Tables have their own unique set of terms that make them, well... tables. Follow along and I'll see if I can't thoroughly confuse you....
The pieces parts. The minimum tags required to make a table:
- The <table></table> tags start and end the table, respectively.
- Row tags, <tr></tr> define the rows that contain
- the table cells, <td></td>, where the data resides within the table.
NOTE: Actually, the closing tags for cells and rows are optional under the HTML specifications. Now commit the following to memory- Always, and I mean ALWAYS close every table structure tag you open. Every <td>, <tr>, and <table> must have a corresponding closing tag or there's a good chance that your table (and possibly the entire page) won't display in some browsers, or displays with unpredictable results.
"Wait a minute" you say, "what about the columns?" Patience Grasshopper, we'll get there. A good question, though there is no answer. Just kidding... there is, but these are the basic building blocks of a table. We'll get to the exotic stuff later.
a table displayed
Here you are, a table, in all its glory:
| Table, HTML, 1 ea. | |
|---|---|
| 1 Cell | 2 Cell |
| 3 Cell | Four |
making tables- step 1
Now let's go figure out how to create this monster we know as... table.
yank my chain
Feel the need to communicate with His Grand & Exalted Bimjoness hisself?? Well, here's where ya do it! Don't be shy. If you have something you'd like to see here, just let me know and I'll see what I can do about getting it on here.
yet another BimjoriginalTM creation © 1996-2001 Jim Parsons. all rights reserved.
