Print Page | Close Window

Header File

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=1941
Printed Date: 31 March 2026 at 8:41am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Header File
Posted By: hockenpj
Subject: Header File
Date Posted: 20 April 2003 at 8:02am

At the moment on my website I am using frames to seperate my pages from my menu but because I am using one of the skins I want to be able to have the HTML from the menu included in the header file.  This I have been able to do but I cannot get the menu on the left of the forum.  I am sure this is very easy to do but I cannot seem to figure it out.




Replies:
Posted By: dj air
Date Posted: 20 April 2003 at 10:47am

<table>
<tr>
<td colspan=3>
Header content
</td>
</tr>
<tr>

<td>
Left menu content
</td>
<td >

then in the forum footer.asp add these lines

If you want a menu on the right add this to the footer

</td>
<td>

Right menu content
</td>
</tr>
<tr>
<td colspan=3>
finish the table

</td>
</tr>
</table>

That should give the same layout as this website (not exactlly though).... but that gives the top both/one side menu the forum in the middle or next to the menu like Web Wiz and a footer

If you cut and paste the section of code above and place it in the editor (yours) it will give the explained discription above




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net