<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1019957" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1019957</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-make-table-transparent#comment-1121525</link>
    <description> &lt;p&gt;Good! Glad to see you&#039;re getting this all straight! &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, 15 Dec 2002 16:14:21 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1121525 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-make-table-transparent#comment-1121512</link>
    <description> &lt;p&gt;Yeah yeah!  Of course I know that I can change the name!  Well it is working now!  Thanks for your help Suzanne!&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, 15 Dec 2002 11:48:36 +0000</pubDate>
 <dc:creator>Timewell</dc:creator>
 <guid isPermaLink="false">comment 1121512 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-make-table-transparent#comment-1121494</link>
    <description> &lt;p&gt;no no no no... just put that CSS bit in your CSS file. And for pete&#039;s sake, please tell me that you know that when I say &quot;thisone&quot; I mean &quot;whatever you choose to call it&quot;, right?&lt;/p&gt;
 </description>
     <pubDate>Sun, 15 Dec 2002 05:05:53 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1121494 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-make-table-transparent#comment-1121475</link>
    <description> &lt;p&gt;I save the file as thisone.css?&lt;/p&gt;
 </description>
     <pubDate>Sun, 15 Dec 2002 00:06:32 +0000</pubDate>
 <dc:creator>Timewell</dc:creator>
 <guid isPermaLink="false">comment 1121475 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-make-table-transparent#comment-1121468</link>
    <description> &lt;p&gt;That&#039;s not going to be possible if you use a table to create a border. Nested tables to create borders isn&#039;t a good approach anymore as there are better ways (CSS).&lt;/p&gt;
&lt;p&gt;Set the table border in CSS, and remove the nested table, then you should have what you want.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;table#thisone {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border: 2px solid black;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.newsheader {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color: #efefef;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;HTML&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;table id=&amp;quot;thisone&amp;quot; width=&amp;quot;395&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;td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;span class=&amp;quot;newsheader&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;&amp;lt;Field: Subject&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt; - Posted by &amp;lt;a href=&amp;quot;mailto:&amp;lt;Field: UserField_Email&amp;gt;&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;Field: User&amp;gt;&amp;lt;/a&amp;gt; on &amp;lt;Field: Date&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;&amp;lt;Field: Text&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &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, 14 Dec 2002 20:42:50 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1121468 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-make-table-transparent#comment-1121451</link>
    <description> &lt;p&gt;I want the Header of the news to have a grey background, with a black border and for the table where the news is posted to be transparent so that I can see an image in it with the text on top of it&lt;/p&gt;
 </description>
     <pubDate>Sat, 14 Dec 2002 17:43:34 +0000</pubDate>
 <dc:creator>Timewell</dc:creator>
 <guid isPermaLink="false">comment 1121451 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-make-table-transparent#comment-1121448</link>
    <description> &lt;p&gt;table is black&lt;br /&gt;
table cell is white&lt;br /&gt;
div is grey&lt;/p&gt;
&lt;p&gt;?! What do you want to have happen, exactly?&lt;/p&gt;
 </description>
     <pubDate>Sat, 14 Dec 2002 17:30:36 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1121448 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-make-table-transparent#comment-1121447</link>
    <description> &lt;p&gt;I got rid of the bit which you were talking about, I think but it is still the same.  I want to keep the grey and the border around the outside.&lt;/p&gt;
&lt;p&gt;This is the code:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;table border=&amp;quot;0.5&amp;quot; bgcolor=&amp;quot;#000000&amp;quot; width=&amp;quot;395&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&amp;lt;td bgcolor=&amp;quot;#ffffff&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;div style=&amp;quot;background-color: #efefef&amp;quot;&amp;gt; &amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;&amp;lt;Field: Subject&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt; - Posted by &amp;lt;a href=&amp;quot;mailto:&amp;lt;Field: UserField_Email&amp;gt;&amp;quot;&amp;gt;&amp;lt;Field: User&amp;gt;&amp;lt;/a&amp;gt; on &amp;lt;Field: Date&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;Field: Text&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/table&amp;gt;&amp;lt;/table&amp;gt; &amp;lt;br&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Sat, 14 Dec 2002 17:25:31 +0000</pubDate>
 <dc:creator>Timewell</dc:creator>
 <guid isPermaLink="false">comment 1121447 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-make-table-transparent#comment-1121446</link>
    <description> &lt;p&gt;If you want the tables to not have backgrounds, don&#039;t set them. You have tables and cells with bgcolor set.&lt;/p&gt;
 </description>
     <pubDate>Sat, 14 Dec 2002 17:18:14 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1121446 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-make-table-transparent#comment-1121443</link>
    <description> &lt;p&gt;oops!  I forgot to give a link! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt; &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/surprise.png&quot; title=&quot;Shocked&quot; alt=&quot;Shocked&quot; class=&quot;smiley-content&quot; /&gt; &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.cmdirector.neosurge.net/index.php&quot; class=&quot;bb-url&quot;&gt;http://www.cmdirector.neosurge.net/index.php&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 14 Dec 2002 16:58:26 +0000</pubDate>
 <dc:creator>Timewell</dc:creator>
 <guid isPermaLink="false">comment 1121443 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
