<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1019933" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1019933</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-tutorials#comment-1121295</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.w3schools.com&quot; class=&quot;bb-url&quot;&gt;http://www.w3schools.com&lt;/a&gt; is a good place to start, that&#039;s where i learnt most of the CSS that i know now, the others parts i got form TWF or from misc oher places &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>Thu, 12 Dec 2002 07:56:28 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1121295 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-tutorials#comment-1121275</link>
    <description> &lt;p&gt;That would work quicker, yes, and probably use less bandwidth, but...&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;table#nav td {&lt;br /&gt;	vertical-align : top;&lt;br /&gt;	background-color : gray;&lt;br /&gt;	width : 200px;&lt;br /&gt;	text-align : center;&lt;br /&gt;}&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;br /&gt;.........&lt;br /&gt;&amp;lt;table id=&amp;quot;nav&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;link&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&amp;gt;Link&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;
&lt;p&gt;Would be faster still. And if you want to get away from using tables (and this is a prime example of a place that would work better as a list and look the same):&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;ul#nav li {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color : gray;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; width : 200px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; text-align : center;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin-left: 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; padding-left: 0;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;ul#nav { /* this removes the indent */&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin-left: 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; padding-left: 0;&lt;br /&gt;}&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;lt;/style&amp;gt;&lt;br /&gt;.........&lt;br /&gt;&amp;lt;ul id=&amp;quot;nav&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;li&amp;gt;link&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;li&amp;gt;link&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;/ul&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Dec 2002 01:30:53 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1121275 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-tutorials#comment-1121271</link>
    <description> &lt;p&gt;I&#039;m consolidating some old HTML I am using now... it was created in some WYSIWYG program about 3 years ago... not the greatest HTML &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;br /&gt;
It is a nav bar... and it is written like this:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;td align=&amp;quot;center&amp;quot; width=&amp;quot;200&amp;quot; bgcolor=&amp;quot;gray&amp;quot; &amp;gt;link&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;td align=&amp;quot;center&amp;quot; width=&amp;quot;200&amp;quot; bgcolor=&amp;quot;gray&amp;quot;&amp;gt;link&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
That is the basic code for quite a while for all of my nav... would it be better to use CSS and do it this way:&lt;br /&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;TR.main {&lt;br /&gt;	vertical-align : top;&lt;br /&gt;}&lt;br /&gt;TD.menu {&lt;br /&gt;	background : gray;&lt;br /&gt;	width : 200px;&lt;br /&gt;	text-align : center;&lt;br /&gt;}&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;br /&gt;.........&lt;br /&gt;&amp;lt;tr class=&amp;quot;main&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;td class=&amp;quot;menu&amp;quot;&amp;gt;link&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;tr class=&amp;quot;main&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;td class=&amp;quot;menu&amp;quot;&amp;gt;Link&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
Would that work quicker? Use less bandwidth? Make it more customizable (it is part of a PHP program)??&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Dec 2002 00:34:11 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1121271 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-tutorials#comment-1121268</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.alistapart.com&quot; class=&quot;bb-url&quot;&gt;alistapart.com&lt;/a&gt; has excellent articles (some very cutting edge, but take the good parts and learn learn learn!)&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.css-discuss.org&quot; class=&quot;bb-url&quot;&gt;css-discuss.org&lt;/a&gt; is the repository of a vibrant discussion list about CSS and has a lovely WIKI as well. Many questions have already been asked and answered. The wiki has a great number of resources on various CSS topics.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ericmeyeroncss.com&quot; class=&quot;bb-url&quot;&gt;ericmeyeroncss.com&lt;/a&gt; is about the book, which from all reports is an excellent book.&lt;/p&gt;
&lt;p&gt;As for DIV and SPAN -- DIV is a box that you put around discrete amounts of content on your page, such as a blog entry, or an article, or a navigation section. You can roughly compare them to table cells that you can move around out of the grid.&lt;/p&gt;
&lt;p&gt;SPAN is an inline element, and as such isn&#039;t a box (necessarily), but something that sits on the same line as the text or an image, or whathaveyou.&lt;/p&gt;
&lt;p&gt;There are no rules for DIV and SPAN outside of these distinctions, however good practice is to use as few as possible and it takes some thinking to change from a tables-based coding practice to a div-based coding practice.&lt;/p&gt;
&lt;p&gt;There are a number of good threads here on the topic of CSS and some issues involved.&lt;/p&gt;
&lt;p&gt;For table sites that you want to use CSS with, I&#039;d recommend consolidating your font tags into a set of styles and then applying them (analysis first, then application). Then you can slowly remove HTML attributes and replace them with CSS declarations.&lt;/p&gt;
&lt;p&gt;The fewer classes you use (contextual CSS means you can set an ID for your DIV or containing element and control all content within that), the less the content will have to be revised for future redesign or future feeding of the information into other formats.&lt;/p&gt;
&lt;p&gt;hth!&lt;/p&gt;
 </description>
     <pubDate>Wed, 11 Dec 2002 23:49:11 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1121268 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
