 |
|
 |
|
Mark Site Admin
Joined: 18 Sep 2005 Posts: 475
|
|
 |
|
 |
|
Posted: Wed May 10, 2006 2:57 pm Post subject: |
|
|
Okay, I see.
You can fix this by using a master table, something like this...
Header:
| Code: |
<!- PUT YOUR TOP STUFF HERE -->
<table width=100%>
<tr><td valign="top">
<!- PUT YOUR NAV COLUMN HERE -->
</td>
<td valign="top">
|
Footer:
| Code: |
</td></tr></table>
<!-- PUT YOUR BOTTOM STUFF HERE -->
|
The table basically gives you two side-by-side areas, the left area can hold your navigation column with the links, shoutbox and calendar. The right area holds the top site list (placed between Header and Footer).
Also remember you can use the following code somewhere, like your navigation area to get some list stats added...
|
|