Click to See Complete Forum and Search --> : tables in html
MapleSyrup
12-08-2004, 06:09 PM
In I.T. class right now we are working on "advanced html tables". Boring and confusing. This is the assignment (http://www.sd45.bc.ca/rockridge/personal/ict11/tables/images/table1quiz.jpg) we are working on right now, and i dont get it. At all. Anyone wanna give me a hand, or at least point me in the right direction?
Charles
12-08-2004, 06:11 PM
See http://www.w3.org/TR/html401/struct/tables.html .
MstrBob
12-08-2004, 06:15 PM
Perhaps
http://www.w3.org/TR/html401/struct/tables.html#adef-colspan
and
http://www.w3.org/TR/html401/struct/tables.html#adef-rowspan
Might give you a bit of a hand.
MapleSyrup
12-08-2004, 06:18 PM
thx a bunch, i'll take a look at those:D
fredmv
12-08-2004, 11:46 PM
No offense to your professor, but that looks like a rather pointless project. Sure, tables have their place on the Web (displaying tabulated data), but I can't think of any practical situation whatsoever when you'd have to have a table look like that.
At the very least he could have you guys create a table with some sort of meaningful data (e.g., a calendar) hence preparing you for a real-world project. Nonetheless, the links provided above will get you on the right track.
NogDog
12-09-2004, 08:55 AM
Don't forget CSS and tables (http://www.w3.org/TR/CSS21/tables.html) if you want an A+. :)
NogDog
12-09-2004, 10:50 AM
Can't resist giving you a couple hints to help get you going in the right direction. Try some searches on "colspan" and "rowspan". :)