|
Getting non-inline elements to flow inline is easy (ie. putting tables side by side on a page); getting everything else to still look right is the tricky part. You're gonna need to use some css positioning. For now, tinker around with the display:inline, float:left, position:absolute, and position:relative styles. Each of these styles effect the elements on your page in very different ways, but can all be used to put tables inline. (Don't forget that when using the position styles that you'll also need to specify coordinates or changes to the coordinates with the top, right, left and bottom styles).
__________________
I can pick my friends. And I can pick my nose. So, why can't I pick my friend's nose?
|