arathi Posted July 20, 2007 Share Posted July 20, 2007 Hi I came to know that that tableless design make page loading faster, <table> tag in my code that make long loading time. Is there is any possibility in css to create table without using HTML <table> elements Link to comment https://forums.phpfreaks.com/topic/60936-design-site-without-using-table-elements-in-html/ Share on other sites More sharing options...
AndyB Posted July 20, 2007 Share Posted July 20, 2007 If you want a table to display tabular data then use the table tags - exactly what they're intended for. If you want to use a table for layout, then don't http://www.inknoise.com/experimental/layoutomatic.php is a nice easy start for CSS layouts Link to comment https://forums.phpfreaks.com/topic/60936-design-site-without-using-table-elements-in-html/#findComment-303211 Share on other sites More sharing options...
rtpmatt Posted July 22, 2007 Share Posted July 22, 2007 whoops Link to comment https://forums.phpfreaks.com/topic/60936-design-site-without-using-table-elements-in-html/#findComment-304478 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.