PDA

View Full Version : Simple modifications in forum layout



Longclaw
Wed 24th Jan '07, 11:41am
I’m trying to add two new elements to my forum layout (one that is on every page). I know the basics of the parts and how each piece is pulled in to make a complete page. But I’m trying to determine what piece of code decides what to pull in each div. Essentially where does it decide to draw (“pull”) the header, nav, page contents, and footer – is it possible to add another element to this category.

If you look at my attached image it should make it more clear what I’m trying to accomplish – any help would be appreciated.

Longclaw
Wed 24th Jan '07, 3:40pm
Never mind I got it.

Just add this code

To the bottom of the navigation template
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>

and this to the top of the footer
</td>
<td>Login / Details</td>
</tr>
</table>

Boomshkalkala