Nested Tables |
||||
41 views
Yes we can nest tables in each other. If you are going to design complicated web pages you will always do this. For example you need a table with border size of 3 in a specific part of a web page. To fix position of that table in your desired place you will need a table with border size of 0. In this case first table can be seen as its border size is 2 but second one will not be seen as you used it just for positioning of first table. Anyway, writing a nested table code is easy. Example: In this example we have a 1*4 table. We want to hold our main table inside this table in its third column so that our main table will be shown in right side of the center of the screen. Main table has a border size of 1 while first table is hidden. Now you have learned table basics. You see what you learned about tables was not too Good Luck |
| « Row Span & Column Span | Script to check the size of your webpage or image » |
| Posted on Saturday, June 9th, 2007 at 4:59 pm under HTML for Beginners | RSS 2.0 Feed | |