Posts: 1,283
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
Those tables aren't being generated with Javascript, so I'm not sure where you got that idea.
That site uses a technique known as nesting tables, which I don't think I recommend. Although the use of tables in this case is proper, since it represents data, which is what tables are for, the way the table is nested inside of other tables for layout is improper, as it is not nearly as efficient or elegant as putting them inside of divs and using CSS for layout.
I suggest you take some tutorials here:
http://www.w3schools.com/Html/default.asp
and here:
http://www.w3schools.com/Css/default.asp
to sharpen up your HTML and CSS
__________________
<!--if a signature drops in the forest, and no one is there to see it, does it make a link?-->
|