<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Integrating sidebar with the forum?</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Integrating sidebar with the forum?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 07:18:27 +0000</pubDate>
  <lastBuildDate>Tue, 21 Feb 2006 17:38:45 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=18423</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Integrating sidebar with the forum? : thanks a lot borg! that worked...]]></title>
   <link>https://forums.webwiz.net/integrating-sidebar-with-the-forum_topic18423_post99894.html#99894</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23125">mbenzp</a><br /><strong>Subject:</strong> 18423<br /><strong>Posted:</strong> 21&nbsp;February&nbsp;2006 at 5:38pm<br /><br />thanks a lot borg! that worked]]>
   </description>
   <pubDate>Tue, 21 Feb 2006 17:38:45 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/integrating-sidebar-with-the-forum_topic18423_post99894.html#99894</guid>
  </item> 
  <item>
   <title><![CDATA[Integrating sidebar with the forum? : 1. Take your Frontpage file and...]]></title>
   <link>https://forums.webwiz.net/integrating-sidebar-with-the-forum_topic18423_post99775.html#99775</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 18423<br /><strong>Posted:</strong> 20&nbsp;February&nbsp;2006 at 9:29am<br /><br />1. Take your Frontpage file and replace the &lt;/head&gt; and &lt;body&gt; tag with:-<br><br><em><table width="99%"><tr><td><pre class="BBcode">&lt;script language="javascript" src="includes/default_javascript.js" type="text/javascript"&gt;&lt;/script&gt;<br>&lt;!--#include file="skin_file.asp" --&gt;<br>&lt;/head&gt;<br>&lt;bodyleftmargin="0" topmargin="0" marginwidth="0" marginheight="0"bgcolor="&lt;% = strBgColour %&gt;" text="&lt;% = strTextColour %&gt;"background="&lt;% = strBgImage %&gt;"&gt;</pre></td></tr></table><br><br><i>2. Place everything before 'INSERT CODE HERE' in the header.asp file<br><br>3. Place evrything after </i></em><em><i>'INSERT CODE HERE' in the footer.asp file<br><br>That should be it.<br></i></em>]]>
   </description>
   <pubDate>Mon, 20 Feb 2006 09:29:29 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/integrating-sidebar-with-the-forum_topic18423_post99775.html#99775</guid>
  </item> 
  <item>
   <title><![CDATA[Integrating sidebar with the forum? : Ok I&amp;#039;m confused on how to...]]></title>
   <link>https://forums.webwiz.net/integrating-sidebar-with-the-forum_topic18423_post99667.html#99667</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23125">mbenzp</a><br /><strong>Subject:</strong> 18423<br /><strong>Posted:</strong> 18&nbsp;February&nbsp;2006 at 12:10am<br /><br /><P>Ok I'm confused on how to integrate my own sidebar with the forum in <FONT size=1>version 7.96 lite </P><DIV></FONT>I understand (in the installations guide) that you have to edit the header and footer (in the includes folder). So I started coding a sidebar table which started in the header file and closed it in the footer file. I coded my sidebar in frontpage considering it's easier and stripped the frontpage extra code and just included what was between the &lt;table&gt; and &lt;/table&gt; code. But i can't actually get my sidebar to be on the left side of the forum. I don't know if i should have 1 or 2 columns in my sidebar and add some code in the 2nd column or what. I searched on here and got 2 hits but didn't help any...</DIV><DIV>&nbsp;</DIV><DIV><a href="http://www.webwiz.net/mailing_list/RTE_popup_table.asp" target="_blank">http://www.webwiz.net/mailing_list/RTE_popup_table.asp</A></DIV><DIV>&nbsp;</DIV><DIV><a href="http://www.webwiz.net/web_design/design/tables.asp" target="_blank">http://www.webwiz.net/web_design/design/tables.asp</A></DIV><DIV>&nbsp;</DIV><DIV>and the installation file that came with the forum</DIV><DIV>&nbsp;</DIV><DIV><a href="http://www.behind-the-lyrics.com/forum/" target="_blank">This is my messed up site i'm trying to code.</A></DIV><DIV>&nbsp;</DIV><DIV><strong>well here is the header.asp file (original)</strong></DIV><DIV><EM>&lt;script language="javascript" src="includes/default_javascript.js" type="text/javascript"&gt;&lt;/script&gt;<BR>&lt;!--#include file="skin_file.asp" --&gt;<BR>&lt;/head&gt;<BR>&lt;body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="&lt;% = strBgColour %&gt;" text="&lt;% = strTextColour %&gt;" background="&lt;% = strBgImage %&gt;"&gt;</EM></DIV><DIV>-------------</DIV><DIV>&nbsp;</DIV><DIV><strong>and here is the footer.asp file (original)</strong></DIV><DIV><EM>&lt;!-- footer --&gt;<BR>&lt;/body&gt;<BR>&lt;/html&gt;</EM></DIV><DIV>---------------</DIV><DIV>&nbsp;</DIV><DIV><strong>and this is what frontpage gave me (with everything, head, body, etc)</strong></DIV><DIV><FONT color=#840084 size=1><FONT color=#000000><EM>&lt;html&gt;</EM></FONT></FONT></DIV><DIV><FONT color=#840084 size=1><FONT color=#000000><EM>&lt;head&gt;<BR>&lt;meta http-equiv="Content-Language" content="en-us"&gt;<BR>&lt;meta http-equiv="Content-Type" content="text/html; charset=windows-1252"&gt;<BR>&lt;title&gt;New Page 1&lt;/title&gt;<BR>&lt;/head&gt;</EM></FONT></FONT></DIV><DIV><FONT color=#840084 size=1><FONT color=#000000><EM>&lt;body&gt;</EM></FONT></FONT></DIV><DIV><FONT color=#840084 size=1><FONT color=#000000><EM>&lt;table cellpadding="0" cellspacing="0" width="953" height="500" bgcolor="#00FFFF" border="1" bordercolor="#000000"&gt;<BR>&nbsp;&lt;!-- MSTableType="layout" --&gt;<BR>&nbsp;&lt;tr&gt;<BR>&nbsp;&nbsp;&lt;td valign="top" width="122"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;span style="letter-spacing: 0px"&gt;Behind-the-Lyrics.com&lt;/span&gt;&lt;br&gt;<BR>&nbsp;&nbsp;&lt;a href="</EM><a href="http://www.behind-the-lyrics.com/forum" target="_blank"><EM>http://www.behind-the-lyrics.com/forum</EM></A><EM>"&gt;- Home&lt;/a&gt;&lt;br&gt;<BR>&nbsp;&nbsp;&lt;a href="</EM><a href="http://www.behind-the-lyrics.com/faq.html" target="_blank"><EM>http://www.behind-the-lyrics.com/faq.html</EM></A><EM>"&gt;- FAQ&lt;/a&gt;&lt;br&gt;<BR>&nbsp;&nbsp;&lt;a href="</EM><a href="http://www.behind-the-lyrics.com/c&#111;ntacts.html" target="_blank"><EM>http://www.behind-the-lyrics.com/contacts.html</EM></A><EM>"&gt;- Contacts&lt;/a&gt;&lt;p&gt;<BR>&nbsp;&nbsp;Links&lt;br&gt;<BR>&nbsp;&nbsp;&lt;a href="</EM><a href="http://www.azlyrics.com" target="_blank"><EM>http://www.azlyrics.com</EM></A><EM>"&gt;- azlyrics.com&lt;/a&gt;&lt;br&gt;<BR>&nbsp;&nbsp;&lt;a href="</EM><a href="http://www.mxtabs.net" target="_blank"><EM>http://www.mxtabs.net</EM></A><EM>"&gt;- mxtabs.net&lt;/a&gt;&lt;br&gt;<BR>&nbsp;&nbsp;&lt;a href="</EM><a href="http://www.music.com" target="_blank"><EM>http://www.music.com</EM></A><EM>"&gt;- music.com&lt;/a&gt; &lt;br&gt;<BR>&nbsp;&nbsp;&lt;a href="</EM><a href="http://www.apple.com/ipod/ipod.html" target="_blank"><EM>http://www.apple.com/ipod/ipod.html</EM></A><EM>"&gt;- Apple iPod&lt;/a&gt;&lt;/p&gt;<BR>&nbsp;&nbsp;&lt;p&gt;&amp;nbsp;&lt;/p&gt;<BR>&nbsp;&nbsp;&lt;p&gt;&amp;nbsp;&lt;/tr&gt;<BR>&nbsp;&nbsp;&lt;td valign="top" height="498" width="825"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INSERT CODE HERE&lt;/tr&gt;<BR>&nbsp;&nbsp;&lt;/tr&gt;<BR>&nbsp;&nbsp;&lt;/table&gt;<BR>&nbsp;&nbsp;</EM></FONT></FONT></DIV><DIV><FONT color=#840084 size=1><FONT color=#000000><EM>&lt;/body&gt;</EM></FONT></FONT></DIV><DIV><FONT color=#840084 size=1><FONT color=#000000><EM>&lt;/html&gt;</EM></FONT></DIV></FONT><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>so how do i put all this together to make a sidebar?</DIV>]]>
   </description>
   <pubDate>Sat, 18 Feb 2006 00:10:24 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/integrating-sidebar-with-the-forum_topic18423_post99667.html#99667</guid>
  </item> 
 </channel>
</rss>