<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1036226" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1036226</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/websites-validating#comment-1208809</link>
    <description> &lt;p&gt;after rereading that for the 4thtime or so i think i get it &lt;/p&gt;
&lt;p&gt;i need to add header tags basically i dont have them at all is what your saying ?&lt;br /&gt;
and i now have dreamweaver but its not a very easy prog to use i have found out&lt;br /&gt;
i have been writing all my code in notepad and having a prog is alot different anyone wanna school me on dreamweaver ill make it worth your while&lt;/p&gt;
 </description>
     <pubDate>Mon, 16 Oct 2006 15:09:57 +0000</pubDate>
 <dc:creator>1fastbmw</dc:creator>
 <guid isPermaLink="false">comment 1208809 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/websites-validating#comment-1208807</link>
    <description> &lt;p&gt;well i had meta tags and they have the max keywords and descriptiomn but i deleted them to post on here becuase they wer not &quot;family oriented&quot; lol&lt;br /&gt;
i have alt tags on all my images now and i have re3sized images down and have resized the top gif file donw to 120 kb notloaded yet but will soon &lt;/p&gt;
&lt;p&gt;i dont really understand what you mean by weighting the words with  tag im sorry could you explain a littel more indepth&lt;/p&gt;
 </description>
     <pubDate>Mon, 16 Oct 2006 15:05:24 +0000</pubDate>
 <dc:creator>1fastbmw</dc:creator>
 <guid isPermaLink="false">comment 1208807 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/websites-validating#comment-1208784</link>
    <description> &lt;p&gt;I just wanted to add that desigining with web standards could give you a bit of a leg up in your industry. I can&#039;t imagine a lot of other porn sites would be using modern code. What you want to do is cut down your code-to-content ratio. When you do that you give more for the search engines to index. It also makes the page lighter and faster to download which I&#039;m guessing would be an issue for your sites. Even something like adding alt tags to images - which is something the validator would point out - can give you lots of extra keywords for searching.&lt;/p&gt;
&lt;p&gt;Using HTML properly - as a &lt;em&gt;structural&lt;/em&gt; markup language can also help you. So if you use  for a heading instead of  the SE knows that that&#039;s a header and that the text is important. It will give those words more weight when its ranking your site.&lt;/p&gt;
&lt;p&gt;To learn, just work slowly. There are lots of &lt;a href=&quot;http://www.w3schools.com/xhtml/xhtml_html.asp&quot; class=&quot;bb-url&quot;&gt;resources&lt;/a&gt; on the web about how to switch to standards-compliant code. Start with picking through the validator results and cleaning up as much as you can. Start by removing the font tags and replacing with CSS. You don&#039;t have to use xHTML actually - it might be better to start with an HTML 4.01 strict &lt;a href=&quot;http://www.w3schools.com/xhtml/xhtml_dtd.asp&quot; class=&quot;bb-url&quot;&gt;doctype&lt;/a&gt; and get that fixed first. Then move on to xHTML transitional and so on.&lt;/p&gt;
 </description>
     <pubDate>Mon, 16 Oct 2006 13:25:21 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1208784 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/websites-validating#comment-1208720</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.chami.com/html-kit/&quot; class=&quot;bb-url&quot;&gt;HTML Kit &lt;/a&gt;is free and it has a tool to convert code to XHTML....you may need to go in and clean some things up by hand, depening on how picky you are about code.&lt;/p&gt;
&lt;p&gt;Are you using CSS to control everything with already?&lt;/p&gt;
&lt;p&gt;You don&#039;t say which version html you are using now....4.01? XHTML? Strict or Transitional?&lt;/p&gt;
&lt;p&gt;If you start using XHTML that would be good...it won&#039;t let you make mistakes. &lt;/p&gt;
&lt;p&gt;Everything is in lower case&lt;/p&gt;
&lt;p&gt;All tags are closed (Example...image tags, meta tags, and breakes the were not closed a long time ago are now closed with a space and then /&amp;gt;&lt;/p&gt;
&lt;p&gt;You cannot leave out any quote marks&lt;/p&gt;
&lt;p&gt;Images must have something in the alt property of the tag.&lt;/p&gt;
 </description>
     <pubDate>Sun, 15 Oct 2006 16:38:52 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1208720 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/websites-validating#comment-1208695</link>
    <description> &lt;p&gt;You could do that, or leave it as it is if you think it wouldnt affect your site in the long run... slowly cleaning up, or working on a new one behind your current site could be a better option...&lt;/p&gt;
 </description>
     <pubDate>Sun, 15 Oct 2006 07:00:29 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1208695 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/websites-validating#comment-1208691</link>
    <description> &lt;p&gt;ok so how would i go about changing what i have right now over to up to date?&lt;br /&gt;
just start using dreamweaver and recreate all sites?&lt;/p&gt;
 </description>
     <pubDate>Sun, 15 Oct 2006 06:32:52 +0000</pubDate>
 <dc:creator>1fastbmw</dc:creator>
 <guid isPermaLink="false">comment 1208691 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/websites-validating#comment-1208678</link>
    <description> &lt;p&gt;Well NOT using depreciated tags and using clean standards compliant code means that you will be less likely to have display issues with different browsers and browsers on different platforms.&lt;/p&gt;
&lt;p&gt;It also means that as browsers update thier versions you are less likely to run into problems.&lt;/p&gt;
&lt;p&gt;Depreciated tags were wrtten for old browsers, and things have changed as far as languages we use on the web. Hence browsers have changed.....and the language will continue to change as will browsers.&lt;/p&gt;
&lt;p&gt;You will prevent big headaches later by keeping things up to date, clean and compliant now.&lt;/p&gt;
 </description>
     <pubDate>Sun, 15 Oct 2006 03:48:49 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1208678 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/websites-validating#comment-1208668</link>
    <description> &lt;p&gt;what ia a screen reader....i know google it...lol&lt;br /&gt;
well i have porn sites kinda pointless for someone to be looking for porn and have images turned off not really sure how well that would work...lol&lt;br /&gt;
im not a &quot;purists&quot; i dont really care i build these things to make money all i want is for them to work and work for the large demographic that i target i type out all my code for right now so the difference in me using  vs&lt;strong&gt; is quite a bit &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;heres my thing if its not broken dont fix it&lt;br /&gt;
i just dont know if its actually broken or just not pretty ...know what i mean&lt;/p&gt;
 </description>
     <pubDate>Sat, 14 Oct 2006 21:39:46 +0000</pubDate>
 <dc:creator>1fastbmw</dc:creator>
 <guid isPermaLink="false">comment 1208668 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/websites-validating#comment-1208661</link>
    <description> &lt;p&gt;If you want to get your site to validate, just do the first few errors that the validators shows you, save, retest and fix the next few. You&#039;ll find fixing just the top ones will fix a lot of the bottom ones on long listed results.&lt;/p&gt;
 </description>
     <pubDate>Sat, 14 Oct 2006 21:17:55 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1208661 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/websites-validating#comment-1208659</link>
    <description> &lt;p&gt;Not using deprecated tags are merely a recommendation by the W3C but there are quite a lot of purists out there who will say &quot;that&#039;s old, it&#039;s wrong.&quot;&lt;/p&gt;
&lt;p&gt;Anyway, one of the main reason for using &lt;strong&gt; over  is that when someone with a screen reader (there are quite a few people out there who use them) views you website, it will show up properly. From what I gather  was never an actual HTML tag, it was something MS put into IE. The same goes for using &lt;em&gt; over  for italics.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 14 Oct 2006 21:00:42 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1208659 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
