Thread: More Html Help
View Single Post
Old 09-03-2006, 11:11 AM   #2
Rogue
10 GOSUB Abandonia
20 GOTO 10
 
Rogue's Avatar

 
Join Date: Nov 2004
Location: Afrim, Albania
Posts: 2,113
Default

Just use table....

Code:
<table border="0" width="100%">
 *<tr>
 * *<td width="100">nav</td>
 * *<td width="700">blogish thing</td>
 *</tr>
</table>
In this example nav is 100 px wide, while blog-ish thing is 700. So you're overall width is 800. Play with that to create best view.
Rogue is offline                         Send a private message to Rogue
Reply With Quote