Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Killyp

macrumors 68040
Original poster
Jun 14, 2006
3,859
7
Hi there

How do I get it so that tables are next to each other in dreamweaver? For some reason, it always sticks them on top of each other and I can't get them to sit side by side.

Any ideas?

Thanks!
 
L

Lau

Guest
CSS would be a good way to do this if you want to, but I'm not sure if you know it or not.

If you did want to just use tables, you can nest your two tables in another two column table, just create a new table that's 2 columns wide, and one row high, and drop your tables into each side.

It's not the best way to do it, but it's quick. :D
 

Mitthrawnuruodo

Moderator emeritus
Mar 10, 2004
14,420
1,058
Bergen, Norway
You could try one of many things:
- float one of them to the left (or right)
- put both tables into another table (1 row, two columns)
- use div instead
 

Killyp

macrumors 68040
Original poster
Jun 14, 2006
3,859
7
The problem is that I need the tables to contain thumbnails, a bit like the google image index. Does anybody know how google does this? They need to be seperate objects so they can be written with PHP.

Many thanks again!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.