Can a table written in HTML be floated as an element, as in image <img src="..">
I am trying to have several small blocks of text, seperated within borders
that the text withing the box or group can float depending on screen size.
I don't know how to do this:
example:
------------- ----------- ----------- ---------------
| text | | text | | text | | text |
| | | | | | | |
------------ ----------- ----------- ---------------
Thanks for the help. (Paulxh)