Click here to Skip to main content
15,903,385 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am creating a table using div tag, but as i increases the fields of columns the code breaks down to next line, and for this I have to fix the div size again and again..:( is there any possible way to create a table using divs like table tag.
Posted
Updated 12-Aug-12 18:43pm
v3
Comments
Sergey Alexandrovich Kryukov 13-Aug-12 0:19am    
What's wrong with creation a table with "table" tag? :-)
--SA
neeraz upadhyay 13-Aug-12 2:28am    
nothing :) but only want to improve my knowledge, is there another way exists or not.. ? if yes then how..? :)
Sergey Alexandrovich Kryukov 13-Aug-12 13:56pm    
It would take some work. Basically, you need to write Javascript code to handle CSS properties of table elements. (jQuery is very helpful.)
If your data is like a table, a table element and its children is always better then divs.
--SA
enhzflep 13-Aug-12 0:42am    
So just use the CSS rule that prevents text wrapping.
There's an example here: CSS white-space Property
Sergey Alexandrovich Kryukov 13-Aug-12 13:57pm    
That's right, but then, ultimately, total page width may or may not be enough to fit all. Most typically, it's better to have some wrapping. It could be selective.
--SA

1 solution

Refer this link:
DIV TABLE[^]

All the best.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 13-Aug-12 13:59pm    
Interesting, but I'm not sure div pro's can outweight table cons...
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900