Table tutorials

windows

Guest
Hi,<br />
Please suggust some table tutorials.<br />
<br />
Thanks.<!--content-->Check out <!-- m --><a class="postlink" href="http://www.htmlgoodies.com">http://www.htmlgoodies.com</a><!-- m --> for basic tutorials.<br />
I would suggest <!-- m --><a class="postlink" href="http://www.webmonkey.com">http://www.webmonkey.com</a><!-- m --> as they have great articles and tutorials..but they seem to be down atm. :( Might also want to refresh yourself on css as using them in conjunction with tables will be great. :)<!--content-->Hi Whkoh!<br />
<br />
The best table tutor on the net.<br />
<br />
<!-- m --><a class="postlink" href="http://www.pagetutor.com/pagetutor/tables/index.html">http://www.pagetutor.com/pagetutor/tables/index.html</a><!-- m --><!--content-->Heres a grip of HTML tutes....most-if not all will include tables:<br />
<!-- m --><a class="postlink" href="http://www.volcanic-design.com/volc_links.htm">http://www.volcanic-design.com/volc_links.htm</a><!-- m --><br />
<br />
My fave is trainingtools.com<!--content-->Thanks for all your replies.<!--content-->I will give you tudor right now<br />
ignore the periods as they are for show only<br />
<.table>---this starts table<br />
<br />
<. tr> this start row<br />
<.td>this stars column<br />
<br />
All tables need at least 1 row and one column<.tr> always comes before<.td><br />
<br />
<.table bordercolor="blue" width=100%> would give a 100% width table with a bordercolor of blue bgcolor is table background color<br />
<br />
<.td valign="top"> aligns at top all content in the column, like wise td bgcolor commands the background color of the column. When ending a table row always end <./td> before <./tr> (this really messes you up if you don't).<br />
<br />
I think I've said enough.<!--content-->
 
Back
Top