|
Here are a few other
tricks you can use with tables to make the more useful:
You can tell the Web
browser how wide you want your table to be inside the <table> tag. You can either say how many pixels
wide it should be (a pixel is one little dot on a computer screen), or what
percentage of the screen that the table should take up. So you can use
<table width="50%"> so your table is always
half the size of your visitor's screen, or you can use <table width="200"> to make sure that your table
is always 200 pixels wide.
You can also add any
colour you want to a table, just like adding a colour to your page's
background, by using the bgcolour command. So if you wanted your table to have
an blue background, you could type in <table
bgcolor="blue">. Simple as that.
If you're having
trouble figuring out how to get that big picture of your television lined up
next to your list of links, you can probably use a table to get it all
organized. |