Hi i'm Floyd and i am going teach you how to use Tables Hi i'm Floyd and in this lesson we are going to learn how to use Tables IofM.net Free Internet Service Provider for the Isle of Man
 



Working with Tables


Introduction
Rows and Cells
Your first Table
Colspan
Rowspan
Alignment
Cell Spacing
Table Tricks
  Table Tricks



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.


Previous Page Back Next
Next we are going to learn how to insert Counters and Guestbooks into our Website.


Index / Lesson One / Lesson Two / Lesson Three / Lesson Four