|
|
| How do you get two tables to be beside each other in stead of under each other |
| float: Left; on first, margin-left: <width of first>px; on second That's css |
| Alright, thanks :) plantino: what about the third? |
| float the first two left and give the third margin-left: <width1 + width2>px; |
| Thanks again |