Posted by Ben C on 10/21/06 12:21
On 2006-10-21, The Doctor <x203@optusnet.com.au> wrote:
> Is their anyway to place 2 or more tables alongside each
> other? I'm using Dreamweaver but also have access to
> Coffeecup if that makes a difference.
display: inline-table, but I'm not sure that's widely supported.
Otherwise you can absolutely position the tables or put them inside
floats.
There may also be a way to do it with deprecated HTML properties, but
CSS is preferred.
[Back to original message]
|