Nikolas
Sat 4 March 2006, 10:29 am GMT +0100
Can someone please give me an example of displaying tabular data without <table> tags?
I have heared that it can be done using <div> but I can't figure how can this be done.
Mercury
Sat 4 March 2006, 01:20 pm GMT +0100
I don't think I use tables at all in my coding.
http://www.mercury.theicy.net Right click and view source. I can't really explain it though. Maybe by looking at it yourself you'll get it.
~Crystal
Nikolas
Sat 4 March 2006, 01:24 pm GMT +0100
Yeah I can see that in the source, but it seems that there is not any tabular data in your site.
Mercury
Sat 4 March 2006, 01:34 pm GMT +0100
Nevermind then. XD
~Crystal
YMC
Mon 6 March 2006, 06:35 am GMT +0100
Haven't tried it myself, but it would seem you would use the divs like you would to create two, three or four column layouts with floats?
YMC
Mon 6 March 2006, 06:36 am GMT +0100
On second thought, tables were made for tabular data; so why not just use a table?
YMC
Mon 6 March 2006, 07:21 pm GMT +0100
I remembered when I went to bed about this cool site where the fellow likes to play with CSS.
He has a calendar that is in tabular format and uses only CSS
http://www.cssplay.co.uk/menu/calendar2.htmlyou could probably start with that.
Nikolas
Tue 7 March 2006, 09:53 am GMT +0100
Thanks YMC
It seems that this is what I need :)