PDA

View Full Version : how to place text to navigation table?


d4v1d
11-04-2007, 05:35 AM
okay...I have my navigation on the left, when I put in text, it goes under the table. How do I make it display on the right of it?

Fang
11-04-2007, 09:14 AM
Show the document or link.

medigerati
11-04-2007, 11:12 AM
<div style="float: left;width: 200px;">
Navigation goes here...
</div>
Rest of text here

d4v1d
11-05-2007, 04:48 AM
<div style="float: left;width: 200px;">
Navigation goes here...
</div>
Rest of text here
Thank you. It worked.:)