<BR> tags and <ALIGN> tags. If you
want to make things easier or align bits of your webpage more like you want them to be
seen, then you might want to use a table. A table can align things like your images and text
much better and easier than using the spacing characters. Tables also allow you to add
things to your page that would look better in a table, like a price list or a table of secret
codes.
<TABLE BORDER=x CELLSPACING=xx CELLPADDING=xx WIDTH=xx or xx%>... </TABLE>
BORDER option sets the width of the
lines in your table. If you want the table to be "invisible," then you will want to set the
BORDER to 0. The CELLSPACING option lets you set the space between the cells
in the table. The CELLPADDING option lets you set the space between the cell wall
and whatever is inside the table cell, like text or an image. A more clear example of
CELLSPACING and CELLPADDING can be found among the examples. The
WIDTH option allows you to set the width of your table, either in pixels or in a
percentage of the width of the screen. A width of 100% will be as wide as the screen,
while a width of 25% will take up only ¬ of the screen.
<TR> ... </TR>
<TD>.
<TD> ... </TD>
<TABLE BORDER=1>
|
|
|||
<TABLE CELLSPACING=10 BORDER=3>
|
|
|||
<TABLE CELLPADDING=10 BORDER=3>
|
|