<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1022442" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1022442</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-silo-network-version-3#comment-1138746</link>
    <description> &lt;p&gt;heh, no problems. I was just having some fun with EditCSS. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 05 Oct 2003 07:30:28 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1138746 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-silo-network-version-3#comment-1138745</link>
    <description> &lt;p&gt;Half that code in that style sheet is not actually being used by the current layout. But I&#039;m in the process of making a css layout. So what you&#039;ve taken the time to &quot;hack&quot; above will be of use to me in the near future. Thanks Abhishek.&lt;/p&gt;
 </description>
     <pubDate>Sun, 05 Oct 2003 07:10:36 +0000</pubDate>
 <dc:creator>nuk3</dc:creator>
 <guid isPermaLink="false">comment 1138745 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-silo-network-version-3#comment-1138714</link>
    <description> &lt;p&gt;I hope you don&#039;t mind... I was toying with the EditCSS extension on Firebird, and ended up hacking your stylesheet. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I ended up with this:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;/* Type CSS rules here and they will be applied&lt;br /&gt;to pages from &amp;#039;editcss&amp;#039;&lt;br /&gt;immediately as long as you keep this window open. */&lt;br /&gt;&lt;br /&gt;/**** LINK-tag style sheet css.css ****/&lt;br /&gt;&lt;br /&gt;#pageheader {&lt;br /&gt;	width:750px;&lt;br /&gt;	height:150px;&lt;br /&gt;	background-image:url(&amp;lt;a href=&amp;quot;http://www.silonetwork.com/images/header.gif&amp;quot; class=&amp;quot;bb-url&amp;quot;&amp;gt;http://www.silonetwork.com/images/header.gif&amp;lt;/a&amp;gt;);&lt;br /&gt;	background-repeat:no-repeat;&lt;br /&gt;	background-position:center; }&lt;br /&gt;&lt;br /&gt;#main_container {&lt;br /&gt;	clear:left;&lt;br /&gt;	width:750px;&lt;br /&gt;	border-width:0px;&lt;br /&gt;	background-color:transparent;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color: #000000;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-family: Verdana,Tahoma,Arial,serif;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size: 9.5pt; }&lt;br /&gt;&lt;br /&gt;#menu_container {&lt;br /&gt;	float:left;&lt;br /&gt;	border-color:black;&lt;br /&gt;	border-style:solid;&lt;br /&gt;	border-width:1px;&lt;br /&gt;	width:130px;&lt;br /&gt;	background-color:#transparent;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color: #000000;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-family: Verdana,Tahoma,Arial,serif;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size: 9.5pt; }&lt;br /&gt;&lt;br /&gt;#spacer {&lt;br /&gt;	float:left;&lt;br /&gt;	width:20px; }&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#content {&lt;br /&gt;	float:left;&lt;br /&gt;	width:450px;&lt;br /&gt;	border-color:black;&lt;br /&gt;	border-style:solid;&lt;br /&gt;	border-width:1px;&lt;br /&gt;	background-color:transparent;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color: #000000;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-family: Verdana,Tahoma,Arial,serif;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size: 9.5pt; }&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#menuheading {&lt;br /&gt;	text-align:left;&lt;br /&gt;	width:130px;&lt;br /&gt;	height:20px;&lt;br /&gt;	border-width:0px;&lt;br /&gt;	background-color:#003B7A;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color: #FFFFFF;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-family: Verdana,Tahoma,Arial,serif;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size: 9.5pt; }&lt;br /&gt;&lt;br /&gt;#menucontent {&lt;br /&gt;	text-align:left;&lt;br /&gt;	width:130px;&lt;br /&gt;	border-width:0px;&lt;br /&gt;	background-color:#DBDBDB;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color: #000000;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-family: Verdana,Tahoma,Arial,serif;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size: 9.5pt; }&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;.maintop&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;display:none;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; height: 22px;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color: transparent;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.mainback&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; height: 22px;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color: #fffbfb;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border:1px solid #ddd;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.mainbottom&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;display:none;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; height: 22px;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-image: url(&amp;lt;a href=&amp;quot;http://www.silonetwork.com/images/mainbottom.gif&amp;quot; class=&amp;quot;bb-url&amp;quot;&amp;gt;http://www.silonetwork.com/images/mainbottom.gif&amp;lt;/a&amp;gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color: transparent;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;body { margin: 5px; font-family: Verdana,Tahoma,Arial,serif; background-color:#efeff6;&lt;br /&gt;background-image:none;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;A:link { text-decoration: underline; color:#000000; background-color: transparent; font-size: 9.5pt; font-family: verdana; }&lt;br /&gt;A:visited { text-decoration: underline; color:#000000; background-color: transparent; font-size: 9.5pt; font-family: verdana; }&lt;br /&gt;A:active { text-decoration: underline; color:#000000; background-color: transparent; font-size: 9.5pt; font-family: verdana; }&lt;br /&gt;A:hover { color:#000000; background-color: transparent; text-decoration: none; font-family: Verdana,Tahoma,Arial,serif; }&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;a.menu:link { color: #000000; background-color: transparent; font-family: Verdana,Tahoma,Arial,serif; font-size: 9.5pt; text-decoration: none; }&lt;br /&gt;a.menu:visited { color: #000000; background-color: transparent; font-family: Verdana,Tahoma,Arial,serif; font-size: 9.5pt; text-decoration: none; }&lt;br /&gt;a.menu:active { color: #000000; background-color: transparent; font-family: Verdana,Tahoma,Arial,serif; font-size: 9.5pt; text-decoration: none; }&lt;br /&gt;a.menu:hover { color: #000000; background-color: transparent; font-family: Verdana,Tahoma,Arial,serif; font-size: 9.5pt; text-decoration: underline overline; }&lt;br /&gt;&lt;br /&gt;a.updates:link { color: #000000; background-color: transparent; font-family: Verdana,Tahoma,Arial,serif; font-size: 9.5pt; text-decoration: underline; }&lt;br /&gt;a.updates:visited { color: #000000; background-color: transparent; font-family: Verdana,Tahoma,Arial,serif; font-size: 9.5pt; text-decoration: underline; }&lt;br /&gt;a.updates:active { color: #000000; background-color: transparent; font-family: Verdana,Tahoma,Arial,serif; font-size: 9.5pt; text-decoration: underline; }&lt;br /&gt;a.updates:hover { color: #000000; background-color: transparent; font-family: Verdana,Tahoma,Arial,serif; font-size: 9.5pt; text-decoration: none; }&lt;br /&gt;&lt;br /&gt;.menu_heading {color: transparent; font-family: Verdana,Tahoma,Arial,serif; font-size: 9.5pt; text-align: left;}&lt;br /&gt;.text { color: #000000; font-family: Verdana,Tahoma,Arial,serif; font-size: 9.5pt; background-color: transparent; }&lt;br /&gt;.small-heading { color: #000000; font-family: Verdana,Tahoma,Arial,serif; font-size: 10pt; background-color: transparent; }&lt;br /&gt;.medium-heading { color: #000000; font-family: Verdana,Tahoma,Arial,serif; font-size: 12pt; font-weight: bold; background-color: transparent; }&lt;br /&gt;.large-heading { color: #000000; font-family: Verdana,Tahoma,Arial,serif; font-size: 14pt; background-color: #efeff6; margin-top:-27px; display:block; width:150px; border-right:1px solid #ddd; border-bottom:1px solid #ddd; border-left:1px solid #ddd; text-align:center;}&lt;br /&gt;.menu-heading { color: #000000; font-family: Verdana,Tahoma,Arial,serif; font-size: 9pt; text-decoration: none; background-color: transparent; }&lt;br /&gt;&lt;br /&gt;input, textarea, select { border:2px solid #000000; font-family: Verdana,Tahoma,Arial,serif; font-size: 8pt; color: #000000; background-color: transparent; }&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;table[width=130]{&lt;br /&gt;border:1px solid #ccc !important;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table[width=130] td {&lt;br /&gt;background-color:#dfdfff !important;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.menu_heading b {&lt;br /&gt;display:block;&lt;br /&gt;background-color:#009 !important;&lt;br /&gt;padding-top:3px;&lt;br /&gt;padding-bottom:2px;&lt;br /&gt;margin-top:-16px;&lt;br /&gt;z-index:100;&lt;br /&gt;color:#fff;&lt;br /&gt;}&lt;br /&gt;.menu_heading b:before {&lt;br /&gt;margin-left:3px;&lt;br /&gt;margin-right:3px;&lt;br /&gt;content:&amp;quot;&amp;gt;&amp;gt;&amp;quot;;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Try replacing your current stylesheet with that one. (Backup yours, of course). The CSS I used is very very ugly, because I had to work around your markup (*sigh*, if only it was XML), and I can only guarantee it &quot;works&quot; as I intended it to on Firebird 0.7 20030925 on Linux. Anyways, I hope it gives you some ideas... &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;edit: &lt;a href=&quot;http://pheonix.orcon.net.nz/nuke_silo_hacked_css.png&quot; class=&quot;bb-url&quot;&gt;here&#039;s a screenshot&lt;/a&gt; of what it should look like, in case the code doesn&#039;t work. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 04 Oct 2003 12:56:51 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1138714 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-silo-network-version-3#comment-1138713</link>
    <description> &lt;p&gt;The latest links are fixed up and I&#039;ll work on the aa for the rounded corners. I might also add a background to the site in the future.&lt;/p&gt;
 </description>
     <pubDate>Sat, 04 Oct 2003 10:40:58 +0000</pubDate>
 <dc:creator>nuk3</dc:creator>
 <guid isPermaLink="false">comment 1138713 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-silo-network-version-3#comment-1138710</link>
    <description> &lt;p&gt;I agree lose the right colum. Besides that I give your site a thumbs up! Its easy to nav and you already have some good articles that I must return and read. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 04 Oct 2003 08:17:29 +0000</pubDate>
 <dc:creator>slimpy</dc:creator>
 <guid isPermaLink="false">comment 1138710 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-silo-network-version-3#comment-1138709</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://validator.w3.org/check?verbose=1&amp;amp;uri=http%3A//www.silonetwork.com/index.php&quot; class=&quot;bb-url&quot;&gt;http://validator.w3.org/check?verbose=1&amp;amp;uri=http%3A//www.silonetwork.com/index.php&lt;/a&gt;&lt;br /&gt;
&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;It&#039;s better without the right column. The rounded corners are still not anti-aliased very well. The &quot;Latest Links&quot; links aren&#039;t displaying right -- wrong font, size. Validator catches that, I think.&lt;/p&gt;
&lt;p&gt;I like the new banner, but I don&#039;t see the logo&#039;s relevance to the content. Still a lot of white space (wasted?), but it&#039;s much better. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 04 Oct 2003 07:21:42 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1138709 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-silo-network-version-3#comment-1138708</link>
    <description> &lt;p&gt;What do you think of it now?&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.silonetwork.com/index.php&quot; class=&quot;bb-url&quot;&gt;http://www.silonetwork.com/index.php&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 04 Oct 2003 06:45:55 +0000</pubDate>
 <dc:creator>nuk3</dc:creator>
 <guid isPermaLink="false">comment 1138708 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-silo-network-version-3#comment-1138647</link>
    <description> &lt;p&gt;Thanks for your comments Megan. I&#039;m in the process of fixing up the header graphic (the points you mentioned) and I&#039;ll probably scrap the right column.&lt;/p&gt;
 </description>
     <pubDate>Fri, 03 Oct 2003 03:41:08 +0000</pubDate>
 <dc:creator>nuk3</dc:creator>
 <guid isPermaLink="false">comment 1138647 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-silo-network-version-3#comment-1138519</link>
    <description> &lt;p&gt;I think this looks better than some of your past efforts, although I don&#039;t remember them for sure.&lt;/p&gt;
&lt;p&gt;I do think that the header graphic could be a little shorter (vertically).  it&#039;s just taking up space there.  Also do something with your links so they look like links rather than plain text.  Your whole menu system will look nicer.&lt;/p&gt;
&lt;p&gt;I also think that you should get rid of the right side polls and junk and go down to a two column layout (unless you can think of something better to put there).&lt;/p&gt;
&lt;p&gt;On a deeper level, I think that your header graphic could use some work.  I&#039;d like to see a little more variation in the colours of the squares in the corner - try having them fade from grey to blue more gradually, maybe with a few other hues trown in here and there for interest (like a tinge of green for example). And do it more on a 45 degree angle rather than the more upright line you&#039;ve got there. The font for the text isn&#039;t working at all.  It looks too mischapen and blob-ish.  Try to find something more structured.&lt;/p&gt;
 </description>
     <pubDate>Mon, 29 Sep 2003 13:42:42 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1138519 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-silo-network-version-3#comment-1138469</link>
    <description> &lt;p&gt;Looks like a great site, good work. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;  And I noticed it had some interesting articles there too, like the one about Fixed vs Expandable Layouts.  That is an issue that seems to be springing up on a lot of forums lately...and your article made many good points regarding fixed and expandable layouts!&lt;/p&gt;
&lt;p&gt;Again, good work and I will visit your site again to read some more articles!&lt;br /&gt;
Ryan &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 28 Sep 2003 02:30:38 +0000</pubDate>
 <dc:creator>ComposerRyan</dc:creator>
 <guid isPermaLink="false">comment 1138469 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
