<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1021655" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1021655</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/css-links#comment-1133848</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://impactdesignz.webpros.co.nz/nethelp/&quot; class=&quot;bb-url&quot;&gt;http://impactdesignz.webpros.co.nz/nethelp/&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;^if you need any more help with (X)HTML/CSS &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>Mon, 30 Jun 2003 03:08:54 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1133848 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/css-links#comment-1133833</link>
    <description> &lt;p&gt;Guys what the hell happened.. i used to just see &lt;a href=&quot;http://www.wow.totalwarcraft.com&quot; class=&quot;bb-url&quot;&gt;http://www.wow.totalwarcraft.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;now i see (examples)&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.wow.totalwarcraft.com/items.php&quot; class=&quot;bb-url&quot;&gt;http://www.wow.totalwarcraft.com/items.php&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.wow.totalwarcraft.com/races.php&quot; class=&quot;bb-url&quot;&gt;http://www.wow.totalwarcraft.com/races.php&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Ahhh help&lt;/p&gt;
&lt;p&gt;edit: removed abouy 50% of the post cause i solved the problem&lt;/p&gt;
 </description>
     <pubDate>Sun, 29 Jun 2003 06:26:54 +0000</pubDate>
 <dc:creator>mohd</dc:creator>
 <guid isPermaLink="false">comment 1133833 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/css-links#comment-1133824</link>
    <description> &lt;p&gt;na dont worry... hmmm what is this supposed to mean&lt;/p&gt;
&lt;p&gt;BACKGROUND-REPEAT&lt;/p&gt;
 </description>
     <pubDate>Sun, 29 Jun 2003 03:09:18 +0000</pubDate>
 <dc:creator>mohd</dc:creator>
 <guid isPermaLink="false">comment 1133824 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/css-links#comment-1133819</link>
    <description> &lt;p&gt;the &quot;margin: 0 auto 0 auto;&quot; is the align &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;note: that doesn&#039;t work in IE5, you will have to use align=&quot;center&quot;&lt;/p&gt;
 </description>
     <pubDate>Sun, 29 Jun 2003 01:28:24 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1133819 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/css-links#comment-1133817</link>
    <description> &lt;p&gt;you forgot align &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, 29 Jun 2003 00:21:24 +0000</pubDate>
 <dc:creator>mohd</dc:creator>
 <guid isPermaLink="false">comment 1133817 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/css-links#comment-1133816</link>
    <description> &lt;p&gt;You can use colspan I believe (it&#039;s still an attribute).&lt;/p&gt;
&lt;p&gt;table {&lt;br /&gt;
    width: 90%;&lt;br /&gt;
    border: 0;&lt;br /&gt;
    background-color: #dcdcdc;&lt;br /&gt;
    /* this may not work in some browsers */&lt;br /&gt;
    margin: 0 auto 0 auto;&lt;br /&gt;
    }&lt;/p&gt;
&lt;p&gt;td {&lt;br /&gt;
    padding: 2px;&lt;br /&gt;
    margin: 1px;&lt;br /&gt;
    }&lt;/p&gt;
 </description>
     <pubDate>Sun, 29 Jun 2003 00:13:04 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1133816 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/css-links#comment-1133814</link>
    <description> &lt;p&gt;try this i hope it works (for bgcolor=&quot;#011B35&quot;) :&lt;br /&gt;
td&lt;br /&gt;
{background-color : #011B35;}&lt;/p&gt;
 </description>
     <pubDate>Sat, 28 Jun 2003 23:51:18 +0000</pubDate>
 <dc:creator>OnlyPhp.com</dc:creator>
 <guid isPermaLink="false">comment 1133814 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/css-links#comment-1133813</link>
    <description> &lt;p&gt;sorry for my noobishness but.. what about&lt;/p&gt;
&lt;p&gt;width=&quot;90%&quot; border=&quot;0&quot; cellspacing=&quot;1&quot; cellpadding=&quot;2&quot; bgcolor=&quot;#dcdcdc&quot; align=&quot;center&quot;&lt;/p&gt;
&lt;p&gt;and &lt;/p&gt;
&lt;p&gt;bgcolor=&quot;#011B35&quot; colspan=&quot;2&quot;&lt;/p&gt;
&lt;p&gt;none of the tutorial sites have the specific definitions or do they?&lt;/p&gt;
 </description>
     <pubDate>Sat, 28 Jun 2003 23:36:32 +0000</pubDate>
 <dc:creator>mohd</dc:creator>
 <guid isPermaLink="false">comment 1133813 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/css-links#comment-1133449</link>
    <description> &lt;p&gt;Ah thanks... now i finished the layout part of my site... Just need lots of content...  THANKS alot &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>Tue, 24 Jun 2003 01:43:18 +0000</pubDate>
 <dc:creator>mohd</dc:creator>
 <guid isPermaLink="false">comment 1133449 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/css-links#comment-1133447</link>
    <description> &lt;p&gt;a:link { color: #333333; }&lt;br /&gt;
a:visited { color: #FFFFFF; }&lt;br /&gt;
a:hover { color: #CCCCCC; }&lt;br /&gt;
a:active { color: #333333; }&lt;/p&gt;
&lt;p&gt;From a tutorial &lt;a href=&quot;http://www.projectseven.com/tutorials/pseudoclasses/index.htm&quot; class=&quot;bb-url&quot;&gt;here&lt;/a&gt;. Just change the colors.&lt;/p&gt;
 </description>
     <pubDate>Tue, 24 Jun 2003 01:33:22 +0000</pubDate>
 <dc:creator>disaster-master</dc:creator>
 <guid isPermaLink="false">comment 1133447 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
