<?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 : Setting the Forum Width</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 : Setting the Forum Width]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 08 Apr 2026 04:53:57 +0000</pubDate>
  <lastBuildDate>Wed, 07 Feb 2007 00:55:57 +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=22611</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[Setting the Forum Width : There&amp;#039;s only 3 lines of code...]]></title>
   <link>https://forums.webwiz.net/setting-the-forum-width_topic22611_post120302.html#120302</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25322">MrMellie</a><br /><strong>Subject:</strong> 22611<br /><strong>Posted:</strong> 07&nbsp;February&nbsp;2007 at 12:55am<br /><br />There's only 3 lines of code in header.asp, none of which are width related.]]>
   </description>
   <pubDate>Wed, 07 Feb 2007 00:55:57 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/setting-the-forum-width_topic22611_post120302.html#120302</guid>
  </item> 
  <item>
   <title><![CDATA[Setting the Forum Width : can it be set through header.asp?...]]></title>
   <link>https://forums.webwiz.net/setting-the-forum-width_topic22611_post120300.html#120300</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20191">Ali Bilgrami</a><br /><strong>Subject:</strong> 22611<br /><strong>Posted:</strong> 07&nbsp;February&nbsp;2007 at 12:21am<br /><br />can it be set through header.asp? I mean it starts there right? ]]>
   </description>
   <pubDate>Wed, 07 Feb 2007 00:21:19 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/setting-the-forum-width_topic22611_post120300.html#120300</guid>
  </item> 
  <item>
   <title><![CDATA[Setting the Forum Width : That was my first thought too,...]]></title>
   <link>https://forums.webwiz.net/setting-the-forum-width_topic22611_post120275.html#120275</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25322">MrMellie</a><br /><strong>Subject:</strong> 22611<br /><strong>Posted:</strong> 06&nbsp;February&nbsp;2007 at 9:30am<br /><br />That was my first thought too, although I was thinking of setting the table widths, so instead of<br /><br /><table width="99%"><tr><td><pre class="BBcode">/* Tables */<br />.basicTable{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;border: 0px;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width: 98%;<br />}<br /><br />.errorTable{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;border: 1px solid #FD7D40;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;background-color: #FFF2E6;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width: 98%;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;color: #FF0000;<br />}<br /><br />.tableBorder, .wwgAdTable{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;border: 1px solid #B6B9CB;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;background-color: #FFFFFF;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width: 98%;<br />}<br /></pre></td></tr></table><br /><br />use<br /><br /><table width="99%"><tr><td><pre class="BBcode"><br />/* Tables */<br />.basicTable{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;border: 0px;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width: 900px;<br />}<br /><br />.errorTable{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;border: 1px solid #FD7D40;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;background-color: #FFF2E6;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width: 900px;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;color: #FF0000;<br />}<br /><br />.tableBorder, .wwgAdTable{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;border: 1px solid #B6B9CB;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;background-color: #FFFFFF;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width: 900px;<br />}<br /></pre></td></tr></table><br /><br />Either way should do the trick i would've thought.]]>
   </description>
   <pubDate>Tue, 06 Feb 2007 09:30:08 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/setting-the-forum-width_topic22611_post120275.html#120275</guid>
  </item> 
  <item>
   <title><![CDATA[Setting the Forum Width : My first thought would be to add...]]></title>
   <link>https://forums.webwiz.net/setting-the-forum-width_topic22611_post120268.html#120268</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25313">Melkor</a><br /><strong>Subject:</strong> 22611<br /><strong>Posted:</strong> 06&nbsp;February&nbsp;2007 at 6:12am<br /><br />My first thought would be to add it to the css<br><table width="99%"><tr><td><pre class="BBcode"><br>/* Page body */<br>body{<br>&nbsp;&nbsp;&nbsp; width: 900px<br>&nbsp;&nbsp;&nbsp; background-color: &lt;% strBGC %&gt;;<br>&nbsp;&nbsp;&nbsp; margin-left: 0px;<br>&nbsp;&nbsp;&nbsp; margin-top: 0px;<br>&nbsp;&nbsp;&nbsp; margin-right: 0px;<br>&nbsp;&nbsp;&nbsp; margin-bottom: 0px;<br>}<br></pre></td></tr></table><br>]]>
   </description>
   <pubDate>Tue, 06 Feb 2007 06:12:42 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/setting-the-forum-width_topic22611_post120268.html#120268</guid>
  </item> 
  <item>
   <title><![CDATA[Setting the Forum Width : I posted a question about this...]]></title>
   <link>https://forums.webwiz.net/setting-the-forum-width_topic22611_post120264.html#120264</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=24266">jscano</a><br /><strong>Subject:</strong> 22611<br /><strong>Posted:</strong> 05&nbsp;February&nbsp;2007 at 9:35pm<br /><br />I posted a question about this a long time ago, but didn't really get an answer I understood. Let me try again.<br><br>I'm wanting to set the overall width of the forum to a set value (900px). I'm familiar with a &lt;div&gt;, but where would I put the &lt;div&gt;? What file?<br><br>Thanks in advance,<br><br>J<br>]]>
   </description>
   <pubDate>Mon, 05 Feb 2007 21:35:22 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/setting-the-forum-width_topic22611_post120264.html#120264</guid>
  </item> 
 </channel>
</rss>