View Full Version : How can I ...?


Mona
08-18-2003, 09:34 PM
... align my table to the right of the page? I want to have a logo at the top and text underneath it on the left with a table for my navigation beside that on the right but I can't seem to get it to work. What sort of code will I have to use and where will it need to be put ~ I mean would it be part of the table itself or part of the rest? Any help would be much appreciated.

Thanks.
Mona :)

MaGiCSuN
08-19-2003, 11:55 AM
i would put all in a big table:

<table border=0 cellspacing=0 cellpadding=0 height="#" width="#"><tr><td valign="top"> your logo in here </td></tr><tr><td valign="top"> your text in here </td><td valign="top"> your navigation in here </td></tr></table>

Love,
Mirna

Mona
08-19-2003, 02:48 PM
I hadn't thought of that one (duh!). Thanks for the help.

Mona :)