| Man isn't it annoying, you find a cool background like this
but can figure a way to keep your text out of it?
That's what tables are the best at! But you have to figure out how to make
tables behave in the way you want.
When you made a two column table and typed in both sides the table just got
larger and both sides remained roughly equal in size.
What we are about to do is create some tables that work like this:
| Words words words words |
Words words words words words words words words
words words words words words words words words |
One side (column) of the table remains small while the other side gets larger
as you type. This is done by using
Tools Show
HTML
And inserting a little text like
width="225"
This sets the table maximum width. The table will expand up to 225 pixels
wide and then force a line break in the text.
Okay, let's start this lesson.
CLICK HERE
Don't forget to save your webpage...
File > Save As > Make sure location is right and then click the
button. |