You are right. if data need to be displayed in table then use table. this what 
i do. why i waste my time with div and browser issues and hacks to display 
table with divs. 

 

BUT if someone want to do this "divs" its their business, they can do what they 
want. if you want to help, thats good help. if you don't want to help, ignore 
and move ON. don't be stupid and "Smart"

 

its good to be creative and create something that is unusual. 


Dont register with PHPUG  if you dont want to receive emails!!!

 

thanks

Mohammed Alsharaf

http://www.safitech.com

 

 
> Date: Sun, 17 May 2009 13:58:32 +1000
> From: [email protected]
> To: [email protected]
> Subject: [phpug] Re: Table to CSS
> 
> 
> Michael wrote:
> > What I had previously was a tableless page layout, with a table to display 
> > products in 2 rows of 5 products.
> >
> > I have now modified this so the <table> option appears no where in the code.
> >
> > I did this with a container DIV and 2x DIV rows.
> > 
> What you have there is tabular data which means you use <table>; that is 
> semantically correct. Sure, using <table> for page structure or for 
> positioning elements is not semantically correct, and using <div> is 
> correct.
> 
> What is it with web devs / designers either using <tables> everywhere, 
> or nowhere at all even when required?
> 
> This stupid thread is filling up my PHPUG folder. Tables for tabular 
> data. Divs for page divisions.
> 
> Stuff like:
> 
> <div class="table-wrapper">
> <div class="table">
> <div class="tr">
> <div class="th">A</div>
> <div class="th">B</div>
> <div class="th">C</div>
> 
> Makes me cry. No really it does.
> 
> -Stig
> 
> > 

_________________________________________________________________
Kick start your career now! SEEK - New Zealand's #1 jobsite
http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fmsn%2Eseek%2Eco%2Enz%2FID%5FSEEKNZMAIN%5FUSR%2FPages%2Falliance%5Fhomepage%2Eascx%3FComeFrom%3Dmsnnz%26tracking%3Dsk%3Atl%3Asknz%3Amsnnz%3A0%3Ahottag%3Akickstart&_t=757263783&_r=Seek_NZ_tagline&_m=EXT
--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to