So, I see you've mastered basic tables. Then I guess you're ready for tables that are more complex. Below are examples of complex tables along with the codes you can just copy and paste.
Sick of that boring looking table that has no background color? Below is what a table with a red background looks like.
Don't | forget | to | bookmark |
The | Computer | Nrrrrd's | Hangout! |
Testing . . . | 1 | 2 | 3 |
Here is the code.
Don't | forget | to | bookmark |
The | Computer | Nrrrrd's |
Hangout! |
Testing . . . | 1 |
2 | 3 |
Oh, but you didn't want a table with the same background all the way through? Then try this one.
Blah, Blah, Blah |
whatever |
blah, blah, blah |
Yawn! |
This is a table if you can't tell |
I'm getting really tired of typing |
ABCDEFGHIJKLMNOP |
QRSTUVWXYZ |
Blah, blah, blah |
I'm going end this table |
right about now |
Want the code for that table? Of course you do.
Blah, Blah, Blah |
whatever |
blah, blah, blah |
Yawn! |
This is a table if you can't tell |
I'm getting really tired of typing |
ABCDEFGHIJKLMNOP |
QRSTUVWXYZ |
Blah, blah, blah |
I'm going end this table |
right about now |
Do you get the idea of how I did that? I defined each table row with a certain background color. Okay, now get ready for something harder . . .
Let's say you want a table with better design. Below are some examples.
Pretty cool looking table, huh?
This part uses the rowspan command
| here is 1 row | and another |
and yet another |
|
How did I do that? I used a ROWSPAN command of 3. Yikes, let me explain. When I use a command of rowspan, the number defined tells it how many rows to take up. Just look at the coding below.
Pretty cool looking table, huh?
This part uses the rowspan command
| here is 1 row | and another |
and yet another |
|
Let's say now that you wanted a column to take up more room. Then you could do this.
How did I do that? Look below.
And finally, the long awaited question . . . how am I doing those deformed lable thingys at the tops of some of my pages? Well, I must have received over 60 e-mails asking me this and so since it can be hard to find in the source code, I listed its coding below along with a example.