<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1030367" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1030367</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/401-or-32#comment-1176942</link>
    <description> &lt;p&gt;The code can be modified, but I tried it out and substituted it removes the spaces...&lt;br /&gt;
I said ignore color, as well as other no-use codes, I just mentioned a complete line which was already on the codes of the page of bja...&lt;/p&gt;
 </description>
     <pubDate>Thu, 18 Aug 2005 16:13:10 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1176942 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/401-or-32#comment-1176931</link>
    <description> &lt;p&gt;Yes, in strict there should be no attributes, all CSS.  Start with transitional and work up.  You&#039;re right about height - best to avoid it.  Oh, and also best to avoid inline CSS as much as possible.  Use an external stylesheet with classes and ID&#039;s as appropriate.&lt;/p&gt;
 </description>
     <pubDate>Thu, 18 Aug 2005 14:40:15 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1176931 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/401-or-32#comment-1176930</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Busy wrote:&lt;/strong&gt; Width should be set as html - width=&quot;95%&quot; no need to use CSS for that&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;That&#039;s what I wanted to do but I wanted the page to work in strict. And the validator was yelling at me for every attrabute except css based ones. So I took out all the html vaules and replaced them with style tags.&lt;br /&gt;
I noticed browsers arnt very agreeable when it comes to adding height attrabutes. I am tring to get out of the habit of useing them.&lt;/p&gt;
 </description>
     <pubDate>Thu, 18 Aug 2005 14:38:50 +0000</pubDate>
 <dc:creator>bja888</dc:creator>
 <guid isPermaLink="false">comment 1176930 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/401-or-32#comment-1176929</link>
    <description> &lt;p&gt;&lt;code&gt;table{padding:0px;margin:0px;outline:0px;border-collapse:collapse;}&lt;/code&gt;&#039; this is what I been useing.&lt;br /&gt;
The idea is to get rid of the lines not to make more. I added &quot;border:0px;&quot; and still no luck.&lt;/p&gt;
&lt;p&gt;And I moved it so I can make a &quot;about us&quot; page in html.&lt;br /&gt;
&lt;a href=&quot;http://www.optimalsource.biz/biz/about/xindex.aspx?test=true&quot; class=&quot;bb-url&quot;&gt;http://www.optimalsource.biz/biz/about/xindex.aspx?test=true&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 18 Aug 2005 14:32:10 +0000</pubDate>
 <dc:creator>bja888</dc:creator>
 <guid isPermaLink="false">comment 1176929 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/401-or-32#comment-1176926</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;All of that sould go in your css.   Like this:&lt;/p&gt;
&lt;p&gt;.tableclass {width: 95%; border-collapse: collapse; padding: 0; border: 1px solid #111111;}  &lt;/p&gt;
&lt;p&gt;Then all you have is &lt;/p&gt;
&lt;p&gt;Best to do as much as possible in CSS.&lt;/p&gt;
 </description>
     <pubDate>Thu, 18 Aug 2005 13:34:32 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1176926 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/401-or-32#comment-1176912</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;demonhale wrote:&lt;/strong&gt; Ok ion your second area on the table definitions you should add something like this:&lt;/p&gt;
&lt;p&gt;Do this for all table definitions... Ignore color...&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt; bordercolor is an IE element.&lt;br /&gt;
It is not wise to mix HTML and CSS like that, one or the other.&lt;/p&gt;
&lt;p&gt;Tables should not have a height, td&#039;s can however&lt;br /&gt;
Width should be set as html - width=&quot;95%&quot; no need to use CSS for that&lt;br /&gt;
border-collapse and bordercolor should be set as a class element and controled via CSS, even the border and padding/spacing can be controlled via CSS (margin/padding).&lt;/p&gt;
&lt;p&gt;It should be set out like:&lt;br /&gt;
 or &lt;/p&gt;
&lt;p&gt;Keep in mind a table with a width less than 100% will have issues with things under it, they may appear above or beside it if you do not clear the gap, either using a hr, clear all, larger table, div, or p etc&lt;/p&gt;
 </description>
     <pubDate>Thu, 18 Aug 2005 11:11:21 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1176912 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/401-or-32#comment-1176838</link>
    <description> &lt;p&gt;Ok ion your second area on the table definitions you should add something like this:&lt;/p&gt;
&lt;p&gt;Do this for all table definitions... Ignore color...&lt;/p&gt;
 </description>
     <pubDate>Thu, 18 Aug 2005 02:16:53 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1176838 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/401-or-32#comment-1176825</link>
    <description> &lt;p&gt;In both firefoz and IE its giveing me the same basic errors. I tried useing transtitional and look was basicly the same. I must be missing a style like margin or something.&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Aug 2005 23:31:12 +0000</pubDate>
 <dc:creator>bja888</dc:creator>
 <guid isPermaLink="false">comment 1176825 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/401-or-32#comment-1176824</link>
    <description> &lt;p&gt;strict isn&#039;t the best to use when you use tables for design (although it can be done).&lt;/p&gt;
&lt;p&gt;Use transtitional to start with, then once you get the hang of CSS move on to strict.&lt;br /&gt;
It&#039;s really a waste of time using style=&quot;.....&quot; in html tags, CSS is meant to be a portable language so make class&#039;s and id&#039;s in a .css file and use class=&quot;classname&quot; in your html tags, this way if you ever need to adjust something you just change your .css file and the whole site can be updated.&lt;/p&gt;
&lt;p&gt;note, the page it should look like doesn&#039;t line up properly in firefox - the featured product title and image are over lapping&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Aug 2005 22:47:15 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1176824 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/401-or-32#comment-1176810</link>
    <description> &lt;p&gt;I spent about 2 or 3 hours last night convirting a page of mine to xhtml 1.0 Strict and there is one lasp proublem I am haveing with images not stretching. Take a look and tell me whats I am missing? I already checked the validator and I got 0 errors (for the first time ever)&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.optimalsource.biz/biz/about/?test=true&quot; class=&quot;bb-url&quot;&gt;http://www.optimalsource.biz/biz/about/?test=true&lt;/a&gt;&lt;br /&gt;
it should look like this...&lt;br /&gt;
&lt;a href=&quot;http://www.optimalsource.biz/biz/about/&quot; class=&quot;bb-url&quot;&gt;http://www.optimalsource.biz/biz/about/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Aug 2005 20:10:33 +0000</pubDate>
 <dc:creator>bja888</dc:creator>
 <guid isPermaLink="false">comment 1176810 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
