Dysan Posted December 26, 2007 Share Posted December 26, 2007 What would be the best way to create the contents of the image found at the following URL? Pure CSS/Table with CSS? http://www.freewebs.com/ticstacs/Grid/Data.bmp Quote Link to comment Share on other sites More sharing options...
AndyB Posted December 26, 2007 Share Posted December 26, 2007 It looks as though it will contain tabular data, so the correct method for displaying it will be to use a table (using CSS to style the table as content as you see fit) Quote Link to comment Share on other sites More sharing options...
Dysan Posted December 26, 2007 Author Share Posted December 26, 2007 Can you help me with the basic structure of the table, without any formatting? Quote Link to comment Share on other sites More sharing options...
AndyB Posted December 26, 2007 Share Posted December 26, 2007 Can you help me with the basic structure of the table, without any formatting? Sure. Get a piece of paper and a pencil and draw out your table. That will show you exactly which parts need to span more than one row and/or more than one column. Test your 'code' with table borders on so you can see what's happening. And since this is purely an html question and nothing to do with php, I'll move it for you. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.