Posted by vitay on 11/08/06 19:15
Hi
I have table in HTML that look like:
example1
col1 col2
|text_short |text2|
|text_longgggg|text2|
example2 (the same table but text_long is longer)
col1 col2
|text_short |text2|
|text_longggggggg|text2|
I have in div CSS effect like this
col1 col2
|text_short|text2|
|text_longggggggg|text2|
This is a bad effect for me!!
And how to do in CSS like true table HTML?
Navigation:
[Reply to this message]
|