<?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 : Some questions about using the Forum and rules.</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 : Some questions about using the Forum and rules.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 12:17:16 +0000</pubDate>
  <lastBuildDate>Thu, 26 Jan 2006 01:06:54 +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=18106</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[Some questions about using the Forum and rules. :  Basically, the forum sits between...]]></title>
   <link>https://forums.webwiz.net/some-questions-about-using-the-forum-and-rules_topic18106_post98144.html#98144</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9949">dpyers</a><br /><strong>Subject:</strong> 18106<br /><strong>Posted:</strong> 26&nbsp;January&nbsp;2006 at 1:06am<br /><br />Basically, the forum sits between header.asp and footer.asp so if you start a table in header.asp, and close it in footer.asp, the forum is within a table. Adding rows before and cells on either side of the cell the table is in will give you as many headers and sidebars as you want. <br><br>at the end of includes/header.asp, put<br>&lt;<font face="Courier New, Courier, mono">table width="98%"&gt;<br>&nbsp;&nbsp; &lt;tr width="100%&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td align="center" colspan="3"&gt;&lt;h1&gt;Stuff For the Header&lt;/h1&gt;&lt;/td&gt;<br>&nbsp;&nbsp; &lt;/tr&gt;<br>&nbsp;&nbsp; &lt;tr width="100%&gt;"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td valign="top" width="10%"&gt;&lt;h3&gt;Left Side Column Stuff&lt;/h3&gt;&lt;/td&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;</font><br><br>Then at the beginning of includes/footer.asp, put<br>&nbsp; <font face="Courier New, Courier, mono">&lt;/td&gt;<br>&nbsp;&nbsp; &lt;td&gt; valign="top" width ="10%"&gt;&lt;h3&gt;Right Side Column&lt;/h3&gt;&lt;/td?<br>&lt;/tr&gt;<br>&lt;/table&gt;</font><br><br><br>The forum will sit in the table cell that's started in header.asp (&lt;td&gt;) and closed in footer.asp {&lt;/td&gt;). You can add or delete elements within that table to suite your layout.<br><br>Regarding the table backgrounds... the file includes/skin_file.asp allows you to set either background colors or table images for various table elements.<br><br><span style="font-size:10px"><br /><br />Edited by dpyers - 26&nbsp;January&nbsp;2006 at 1:20am</span>]]>
   </description>
   <pubDate>Thu, 26 Jan 2006 01:06:54 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/some-questions-about-using-the-forum-and-rules_topic18106_post98144.html#98144</guid>
  </item> 
  <item>
   <title><![CDATA[Some questions about using the Forum and rules. : Hi dpyers  Thanks for the info,...]]></title>
   <link>https://forums.webwiz.net/some-questions-about-using-the-forum-and-rules_topic18106_post98100.html#98100</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22914">DeadMeat</a><br /><strong>Subject:</strong> 18106<br /><strong>Posted:</strong> 25&nbsp;January&nbsp;2006 at 3:56pm<br /><br />Hi dpyers<DIV>&nbsp;</DIV><DIV>Thanks for the info, greatly appreciate it. As for the graphical site, the layout is all tables with images as backgrounds etc, so it is really hard to just plug in. I will have a try at it though, as I would rather just plug things in than have to try and work things around.</DIV><DIV>&nbsp;</DIV><DIV>As to the other site, could you explain the approach that you are getting at, as the major problem is that if I used the forum as is, how woudl it handle the double header markers etc from the main&nbsp;site? I'm sure that you when explain it, I will end up going duh, and slapping myself on the forehead <IMG height=17 alt=Smile src="http://forums.webwiz.net/smileys/smiley1.gif" width=17 align=absMiddle border="0">.</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>DM</DIV>]]>
   </description>
   <pubDate>Wed, 25 Jan 2006 15:56:13 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/some-questions-about-using-the-forum-and-rules_topic18106_post98100.html#98100</guid>
  </item> 
  <item>
   <title><![CDATA[Some questions about using the Forum and rules. : Integrating WWF in a site is relatively...]]></title>
   <link>https://forums.webwiz.net/some-questions-about-using-the-forum-and-rules_topic18106_post98042.html#98042</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9949">dpyers</a><br /><strong>Subject:</strong> 18106<br /><strong>Posted:</strong> 24&nbsp;January&nbsp;2006 at 10:05pm<br /><br />Integrating WWF in a site is relatively simple. It the forum is contained within a table that's opened in header.asp and closed in footer.asp. Adding a couple of rows and columns will get you headers, footers, and sidebars that you can sylye as you like. I've lso used it in a site where the layout was just css with wwf in the middle.<br><br>If, by graphical environment, you mean flash, you could embed the forum within it, but it would be one heck of a large plugin - lol.<br><br>Borg would be the person to answer the meat tag question, but he's a pretty reasonable guy.<br>]]>
   </description>
   <pubDate>Tue, 24 Jan 2006 22:05:17 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/some-questions-about-using-the-forum-and-rules_topic18106_post98042.html#98042</guid>
  </item> 
  <item>
   <title><![CDATA[Some questions about using the Forum and rules. : Hi All  I have a couple of questions....]]></title>
   <link>https://forums.webwiz.net/some-questions-about-using-the-forum-and-rules_topic18106_post97987.html#97987</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22914">DeadMeat</a><br /><strong>Subject:</strong> 18106<br /><strong>Posted:</strong> 24&nbsp;January&nbsp;2006 at 10:09am<br /><br />Hi All<DIV>&nbsp;</DIV><DIV>I have a couple of questions. </DIV><DIV>&nbsp;</DIV><DIV>I am in the process of developing a couple of web sites, and I would like to know some things.</DIV><DIV>&nbsp;</DIV><DIV>The first site needs to have a forums built into it but it already has a working system with access etc, they are just looking for a plug in forum, and as such things like headers and footers are already built in and I just need to plug the Forum into the running enviroment, obviously I would have to move the license linkbacks etc into their headers to make sure that they conform to the web wiz license. The question I have is&nbsp;woudl web wiz be good for an enviroment like this, or would it be better to search for another forums system (asp) that could be hacked to&nbsp;work? The second web site&nbsp;is&nbsp;similar, but it&nbsp;has a graphically enviroment, so&nbsp;I would&nbsp; require reworking the entire system to make it fit, and again woudl web wiz be fine for this? Also if it is fine&nbsp;what version would be the best to start looking at v7.X&nbsp;or v8?</DIV><DIV>&nbsp;</DIV><DIV>The last question I have revolves around the meta tag in the header. I have a corprate client that has some really strict and in some cases silly rules about meta tags that are embedded into their web sites, and as such I would like to know if there is a possibility to remove them in such away that would not vialate the license agreement?</DIV><DIV>&nbsp;</DIV><DIV>Thanks for any help on this.</DIV>]]>
   </description>
   <pubDate>Tue, 24 Jan 2006 10:09:49 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/some-questions-about-using-the-forum-and-rules_topic18106_post97987.html#97987</guid>
  </item> 
 </channel>
</rss>