<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1017709" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1017709</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/quick-ways-plain-html-css-and-more#comment-1103692</link>
    <description> &lt;p&gt;hey - don&#039;t forget the &lt;a href=&quot;http://www.blooberry.com/indexdot/css/index4.htm&quot; class=&quot;bb-url&quot;&gt;blooberry patch&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 Mar 2002 18:56:55 +0000</pubDate>
 <dc:creator>mmi</dc:creator>
 <guid isPermaLink="false">comment 1103692 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/quick-ways-plain-html-css-and-more#comment-1103647</link>
    <description> &lt;p&gt;Thanks again everyone, this is becoming a great learning experience for me!  I will read up on those two as Megan has pointed out, and will also do any other research I need to do...&lt;/p&gt;
&lt;p&gt;this bites... 200 pages... ah well, it&#039;s gotta be done to save me a headache later on! =)&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Mar 2002 23:25:37 +0000</pubDate>
 <dc:creator>raine</dc:creator>
 <guid isPermaLink="false">comment 1103647 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/quick-ways-plain-html-css-and-more#comment-1103598</link>
    <description> &lt;p&gt;I learned css at &lt;a href=&quot;http://www.webmonkey.com&quot; class=&quot;bb-url&quot;&gt;http://www.webmonkey.com&lt;/a&gt; - a good tutorial there.  &lt;a href=&quot;http://www.w3schools.com&quot; class=&quot;bb-url&quot;&gt;http://www.w3schools.com&lt;/a&gt; is another good one.&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Mar 2002 14:11:20 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1103598 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/quick-ways-plain-html-css-and-more#comment-1103594</link>
    <description> &lt;p&gt;There used to be a great CSS site around that had a name something like css recipe book or something like that. I cant remember sorry!&lt;/p&gt;
&lt;p&gt;Just to add my two cents worth as well though, you should think about having some kind of browser check with javascript at the head of your page to direct different browsers to different external files. You might have to then edit 2-3 css files but that is a heck of a lot easier than editing 30-50-100.....2000 pages worth of tags!&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Mar 2002 11:57:11 +0000</pubDate>
 <dc:creator>detox</dc:creator>
 <guid isPermaLink="false">comment 1103594 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/quick-ways-plain-html-css-and-more#comment-1103588</link>
    <description> &lt;p&gt;I had to edit 2000+ pages with different font tags (as mentioned before), since it was an old site it had a lot of mismatched font tags, like:&lt;br /&gt;
 and  and  and  ....&lt;/p&gt;
&lt;p&gt;but since all (98%) of the font tags were the same result I just used the search and replace on every combination I found starting at the top, then once I thought I had them all, i then searched for &quot;... seperatly.&lt;/p&gt;
&lt;p&gt;Took a few hours, was very boring (music helps pass the time) but now with help of an external style sheet all fonts are controled by one tag: body {...}.&lt;/p&gt;
&lt;p&gt;As for a good site, I dont think there is one, but dont settle for one site to learn CSS, a lot of sites out there teach bad habits and messy code that doesnt work on all browsers. do a search for css and follow a few sites finding out what works and what doesnt, dont worry to much which version they teach, css2 is the normal one but they are up to 3, which IMO is still in beta.&lt;br /&gt;
could also do a search in here for css.&lt;/p&gt;
&lt;p&gt;good luck&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Mar 2002 08:47:56 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1103588 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/quick-ways-plain-html-css-and-more#comment-1103580</link>
    <description> &lt;p&gt;hey - the first point I wanna make is that I think yer making a mistake if you think HTML is complicated - it &lt;strong&gt;can&lt;/strong&gt; be, but only in fairly narrow or advanced areas - mmy guess is that you&#039;re already familiar with the basic structure of a document and that&#039;s about half the game - don&#039;t be intimidated by it - it&#039;s not like scripting/programming - to me, that&#039;s like comparing checkers with chess&lt;/p&gt;
&lt;p&gt;if you have a large number of pages, I guess the automated search-and-replace approach could be a real good idea to strip out stuff you don&#039;t want - but as DM notes, these pages will still require careful attention&lt;br /&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;Quote: And using CSS is not as simple as just adding that one line, right? I still have to add lines like  before all the titles and whatnot, correct?&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;well, I guess you may need to go into each document and paste in CLASS attributes - depends on how you&#039;ve used elements so far, I suppose&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Mar 2002 06:56:20 +0000</pubDate>
 <dc:creator>mmi</dc:creator>
 <guid isPermaLink="false">comment 1103580 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/quick-ways-plain-html-css-and-more#comment-1103579</link>
    <description> &lt;p&gt;LOL....I feel your pain Raine. gee that rhymes;)&lt;/p&gt;
&lt;p&gt;I just recently converted one of my clients sites. I am still not finished building all of his pages but I am glad that I swapped over to css when I did. I did approx. 35 pages. It wasn&#039;t that bad. I had to go through almost every little inch of code to make sure that there were no font tags left. That was the biggest thing. After you get a &quot;system&quot; going though you will breeze right through your pages. And the rewards will be great when you finish. &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>Fri, 01 Mar 2002 06:15:43 +0000</pubDate>
 <dc:creator>disaster-master</dc:creator>
 <guid isPermaLink="false">comment 1103579 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thanks</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/quick-ways-plain-html-css-and-more#comment-1103578</link>
    <description> &lt;p&gt;Thanks everyone!&lt;/p&gt;
&lt;p&gt;Now, I have many many urls to decent guides to teach me CSS... but in your opinion, what is the best site to learn CSS from?  one that will teach me to get rid of what i need to teach me what I need to put in?  &lt;/p&gt;
&lt;p&gt;OK, it don&#039;t have to be the best, but as long as it works! =)&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Mar 2002 06:09:10 +0000</pubDate>
 <dc:creator>raine</dc:creator>
 <guid isPermaLink="false">comment 1103578 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/quick-ways-plain-html-css-and-more#comment-1103577</link>
    <description> &lt;p&gt;And when you use classes, it looks like this in the CSS sheet:&lt;/p&gt;
&lt;p&gt;.class {...}&lt;/p&gt;
&lt;p&gt;And like this in the HTML&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Mar 2002 05:58:26 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1103577 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/quick-ways-plain-html-css-and-more#comment-1103576</link>
    <description> &lt;p&gt;not quite.&lt;/p&gt;
&lt;p&gt;you only need classes for unique circumstances.&lt;/p&gt;
&lt;p&gt;your basic CSS just states what each tag should look like:&lt;/p&gt;
&lt;p&gt;h1 {font-size: xxpx;}&lt;br /&gt;
p {}&lt;br /&gt;
body {}&lt;/p&gt;
&lt;p&gt;If you don&#039;t remove the font tags, and you use no DOCTYPE or HTML Transitional 4.01 or lower DOCTYPE, then the CSS will &lt;strong&gt;NOT&lt;/strong&gt; override those tags &lt;em&gt;unless you declare it in the CSS&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;font {}&lt;/p&gt;
&lt;p&gt;You should, ideally, remove the font tags. You&#039;ll also have to tidy up the content to make sure all tags are closed.&lt;/p&gt;
&lt;p&gt;Suzanne&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Mar 2002 05:57:38 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1103576 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
