View Full Version : Table to the Right


Tainted
05-10-2003, 11:05 PM
http://www.geocities.com/leoniahighschool/index44.html

I am trying to get one huge box on the right of the little boxes with the various different options on them but I haven't had much luck. I want the large box to just sit right next to these small boxes, evenly spaced out.

Can someone please point me in the right direction?

--tainted--

(Using a geocities address...you know what this means. )

Oh, and yep, those pictures are actually of the school I attend! Isn't that cool?! *cough sarcasm cough cough* Heehee.

SSPrincess
05-10-2003, 11:28 PM
First, don't double post, use the Edit button.

I have two suggestions: use CSS or frames. I think CSS might work better and look better too, and it should make everything pretty evenly spaced. However, I'm not too familiar with Geocities, so I'm not sure how it works with either.

zangerbanger
05-11-2003, 12:00 AM
I'd suggest making a BIG table around all of those little tables and aligning it to the right. For example:

<table align="right">
<tr>
<td>
ALL YOUR LITTLE TABLES
</td>
</tr>
</table>