<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1034856" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1034856</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hide-border-table#comment-1202421</link>
    <description> &lt;p&gt;It just gives you a single border around your page, or individual table. I wanted a border around my page, but only one single column  dividing  my navigation.&lt;/p&gt;
&lt;p&gt;This code is what I used, and added a gif background with a bar to repeat vertically in the left td.&lt;/p&gt;
&lt;p&gt;This might not be exactly what you are wanting to do, but it gives you another line of thought. Might come in handy sometime. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 18 Jun 2006 15:49:48 +0000</pubDate>
 <dc:creator>steve40</dc:creator>
 <guid isPermaLink="false">comment 1202421 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hide-border-table#comment-1202420</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;steve40 wrote:&lt;/strong&gt; Easier way.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I haven&#039;t tried that, but how does that allow me to have side borders on every row except the ones i don&#039;t want?&lt;/p&gt;
 </description>
     <pubDate>Sun, 18 Jun 2006 15:32:52 +0000</pubDate>
 <dc:creator>Triexa.com</dc:creator>
 <guid isPermaLink="false">comment 1202420 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hide-border-table#comment-1202416</link>
    <description> &lt;p&gt;Easier way.&lt;/p&gt;
 </description>
     <pubDate>Sun, 18 Jun 2006 14:32:12 +0000</pubDate>
 <dc:creator>steve40</dc:creator>
 <guid isPermaLink="false">comment 1202416 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hide-border-table#comment-1202384</link>
    <description> &lt;p&gt;I ended up changing classes and applying it to more table elements, so I got what I wanted.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
 </description>
     <pubDate>Sat, 17 Jun 2006 18:28:57 +0000</pubDate>
 <dc:creator>Triexa.com</dc:creator>
 <guid isPermaLink="false">comment 1202384 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hide-border-table#comment-1202382</link>
    <description> &lt;p&gt;Well, I mean it is basically this:&lt;br /&gt;
&lt;a href=&quot;http://www.phpbb.com/phpBB/&quot; class=&quot;bb-url&quot;&gt;http://www.phpbb.com/phpBB/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;without me classing every single td/tr...&lt;/p&gt;
&lt;p&gt;I guess in this one case though, I could...&lt;/p&gt;
 </description>
     <pubDate>Sat, 17 Jun 2006 16:08:16 +0000</pubDate>
 <dc:creator>Triexa.com</dc:creator>
 <guid isPermaLink="false">comment 1202382 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hide-border-table#comment-1202379</link>
    <description> &lt;p&gt;Can you link to an example of where you&#039;d like to use a spacer row with this border arrangement?&lt;/p&gt;
&lt;p&gt;I suspect you might be able to get away with basic CSS selectors since forum themes tend to class elements like these anyway.  Even if not, you should be able to easily add class names in the template from which the page is generated.&lt;/p&gt;
 </description>
     <pubDate>Sat, 17 Jun 2006 15:21:07 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1202379 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hide-border-table#comment-1202377</link>
    <description> &lt;p&gt;I originally wanted to use multiple tables...&lt;br /&gt;
the thing is, it is for a forum, where I have:&lt;/p&gt;
&lt;p&gt;&quot;Indicator icon&quot; | Forum name | topics | posts | last post&lt;/p&gt;
&lt;p&gt;and if I put each in a different table, the columns won&#039;t line up. It&#039;s fluid, so it spans the entire width...&lt;/p&gt;
 </description>
     <pubDate>Sat, 17 Jun 2006 14:57:25 +0000</pubDate>
 <dc:creator>Triexa.com</dc:creator>
 <guid isPermaLink="false">comment 1202377 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hide-border-table#comment-1202375</link>
    <description> &lt;p&gt;Right, I think I get what you mean.  The following code produces what you see in the attached image, in Firefox 1.5, Opera 8.5 and Konqueror 3.5.  It uses CSS 2.1 pseudo-classes and sibling selectors, so is a bit hairy.  I doubt it&#039;ll show in IE, but it&#039;s worth a shot.&lt;/p&gt;
&lt;p&gt;It doesn&#039;t seem right to me though -- this spacer row idea.  I think you probably should just use multiple tables.&lt;/p&gt;
&lt;p&gt;If you do use the code below, beware that adding more columns or tweaking the structure of the table could throw the selectors off, and you&#039;ll have to return to the drawing board.&lt;/p&gt;
&lt;p&gt;If you dynamically generate the table server-side, then it might be an idea to insert class attribs for the appropriate cells and style by them, instead of this complicated CSS.  &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;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; table {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-width: 1px 0 1px 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-style: solid;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-color: #000000;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; table th { background-color:#CCCCCC; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; table td {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; padding:5px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color:#EEEEEE;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; table tr td:first-child, th:first-child {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-width: 0 0 0 1px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-style: solid;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-color: black;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; table tr td + td, th + th {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-width: 0 1px 0 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-style: solid;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-color: black;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; table tr td.spacer-cell {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color: white;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-width: 1px 0 1px 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-style: solid;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-color: black;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;br /&gt;&amp;lt;table cellpadding=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;th&amp;gt;Header text&amp;lt;/th&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;th&amp;gt;header text&amp;lt;/th&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;Text&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;More text&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td colspan=&amp;quot;2&amp;quot; class=&amp;quot;spacer-cell&amp;quot;&amp;gt;SPACER&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;th&amp;gt;Header text&amp;lt;/th&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;th&amp;gt;header text&amp;lt;/th&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;Text&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;More text&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;/table&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Sat, 17 Jun 2006 11:35:53 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1202375 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hide-border-table#comment-1202371</link>
    <description> &lt;p&gt;What about wrap the table in a div, borders top and bottom on that and none on the table, or do the whole thing in a div or two&lt;/p&gt;
 </description>
     <pubDate>Sat, 17 Jun 2006 10:52:38 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1202371 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hide-border-table#comment-1202350</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;brady.k wrote:&lt;/strong&gt; Oh, well create a class and then set no border:&lt;/p&gt;
&lt;p&gt;HTML:&lt;br /&gt;
&lt;code&gt;&amp;lt;tr class=&amp;quot;spacer&amp;quot;&amp;gt;...&amp;lt;/tr&amp;gt;&lt;/code&gt;&#039;&lt;/p&gt;
&lt;p&gt;CSS:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;tr.spacer {&lt;br /&gt;border-left-width: 0px;&lt;br /&gt;border-righ-width: 0px;&lt;br /&gt;...&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;That won&#039;t do anything. The border is on the entire table, not a row? I would much rather somehow exclude/mask it from that row only, instead of applying a class to every OTHER row...&lt;/p&gt;
 </description>
     <pubDate>Sat, 17 Jun 2006 02:53:13 +0000</pubDate>
 <dc:creator>Triexa.com</dc:creator>
 <guid isPermaLink="false">comment 1202350 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
