CSS columns with php
You know the tutorial about how to make 2 columns with php?
http://www.spoono.com/php/tutorials/tutorial.php?id=33
How would you do this with CSS instead of using tables? Thanks in Advance =)
___________________
Login |
CSS columns with phpCSS columns with phpCurrently viewing this thread: 1 (0 members and 1 guests) CSS columns with php You know the tutorial about how to make 2 columns with php? How would you do this with CSS instead of using tables? Thanks in Advance =) ___________________ What type of content are you going to display? If you're displaying tubular data, you can keep using tables. This is very common with a database.
If you are, then you would use <table>'s appropriately. <table>'s are only bad when they are used for layout. // freak ___________________ Tables for layout is an abuse. -- Internet Explorer is unsafe. |
Copyright ©1999-2008 Neverside. All rights reserved.
Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach
NeverAPI generated this page in 0.0073 seconds.