Adjacent Tables

T

The Doctor

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.
 
B

Ben C

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.
 
J

Jonathan N. Little

The said:
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.

Use CSS in your stylesheet, set a width for your tables and float them,
usually to the left. Space with margin.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top