PDA

View Full Version : Css Div Posibility


cutepraba
01-11-2009, 09:32 AM
I have been working on genric page creation, is any possibility there for add multiple COLUMNS using DIV tag? I know only we can add mulitple rows. I need to add rows and column using JS in any time. thanks

i-CONICA
01-16-2009, 08:54 PM
It's not clear what your trying to achieve.

Try to give a better explanation, with examples if you can.

cutepraba
01-17-2009, 04:21 AM
i would like to add new column at any time without adding any new <DIV> or <span>.

ie. example i already have two columns now i need to another column like <div style="width: 200 px; border:1px solid #ffffff">my content</div>. but it goes into another line?