[eluser]mysterious[/eluser]
i have created a table using table class, can't find any function or way for row and colspan. Can anyone help me??
[eluser]danmontgomery[/eluser]
There isn't one. The table class isn't designed to handle much more than the most basic of tables. You can't set attributes on a per-cell or a per-row basis.
[eluser]mysterious[/eluser]
its not fair..in other words we should not use table class??
[quote author="noctrum" date="1274813519"]There isn't one. The table class isn't designed to handle much more than the most basic of tables. You can't set attributes on a per-cell or a per-row basis.[/quote]
[eluser]danmontgomery[/eluser]
I didn't say that... I said it isn't designed to handle much more than basic tables. You can always extend it if it doesn't do something you need.
[eluser]mysterious[/eluser]
in fact i dnt have any idea to how to extend this class. Can you guide me? BTW is not row and col spaning 'basic table tasks'?
[quote author="noctrum" date="1274839905"]I didn't say that... I said it isn't designed to handle much more than basic tables. You can always extend it if it doesn't do something you need.[/quote]