nathan, can you do the same thing that frutzle did & post the section/line# that i need to replace w/ the menu.asp that you sent me to include a Leftside menu or Content section. Thabks again for your help..
<table align="center" border="0" cellPadding="0" cellSpacing="0" width="95%"> <tr> <td> <% sub sForumNavigation() ' DEM --> Added code to show the subscription line
Change it so it looks like this (red code added above line 319):
<table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign="top" width="160"><!--#include file="inc_nav.asp"--></td> <td valign="top"> <table align="center" border="0" cellPadding="0" cellSpacing="0" width="95%"> <tr> <td> <% sub sForumNavigation() ' DEM --> Added code to show the subscription line
Then in inc_footer.asp you close the table right before the </body> tag:
<table align="center" border="0" cellPadding="0" cellSpacing="0" width="95%"> <tr> <td> <% sub sForumNavigation() ' DEM --> Added code to show the subscription line
Change it so it looks like this (red code added above line 319):
<table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign="top" width="160"><!--#include file="inc_nav.asp"--></td> <td valign="top"> <table align="center" border="0" cellPadding="0" cellSpacing="0" width="95%"> <tr> <td> <% sub sForumNavigation() ' DEM --> Added code to show the subscription line
Then in inc_footer.asp you close the table right before the </body> tag:
<table align="center" border="0" cellPadding="0" cellSpacing="0" width="95%"> <tr> <td> <% sub sForumNavigation() ' DEM --> Added code to show the subscription line
Change it so it looks like this (red code added above line 319):
<table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign="top" width="160"><!--#include file="inc_nav.asp"--></td> <td valign="top"> <table align="center" border="0" cellPadding="0" cellSpacing="0" width="95%"> <tr> <td> <% sub sForumNavigation() ' DEM --> Added code to show the subscription line
Then in inc_footer.asp you close the table right before the </body> tag:
If your inc_footer.asp has no </body> tag then you might've removed it because it's in no other file.
You can close the newly added table and then put a </body> tag in inc_footer.asp yourself. Try looking at the inc_footer.asp that's in the ZIP where you got your forums from.
quote: If your inc_footer.asp has no </body> tag then you might've removed it because it's in no other file.
You can close the newly added table and then put a </body> tag in inc_footer.asp yourself. Try looking at the inc_footer.asp that's in the ZIP where you got your forums from.
the folowing is the code i edited to try & include the leftside content section.
<% end if %> </form> <% end if %> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign="top" width="160"><!--#include file="inc_nav.asp"--></td> <td valign="top"> <table align="center" border="0" cellPadding="0" cellSpacing="0" width="95%"> <tr> <td> <% sub sForumNavigation() ' DEM --> Added code to show the subscription line if mlev > 0 then
and this is the folowing code in the inc_footer.asp that i edited liked you had mentioned.