<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1028481" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1028481</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/do-i-really-need-doctypes-my-websites#comment-1167878</link>
    <description> &lt;p&gt;Try running a validator to see what might be causing the problems.  This is one good reason to use a doctype - the validators will be able to tell you what is wrong with your code.  That said, MS is probably putting a lot of crap in there that other browsers don&#039;t understand when rendered under a certain specification (doctype).&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;perryc20 wrote:&lt;/strong&gt; I also found out the Front Page does not use doctypes because:. &quot;As with most modern Web development tools, FrontPage may use design-time proprietary code and attributes for HTML tags that does not validate according to the standards of the W3C&quot; &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Ha ha ha ha ha ha ha ha.  That&#039;s hilarious. The quote, I mean, I&#039;m not laughing at you. Laughing at whoever wrote that. It&#039;s a complete load of crap. You really ought to stop using FP and start using a tool that can design according to the specifications. And, contrary to what that quote says, other tools DO use standard coding procedures and do not put in proprietary crap that doesn&#039;t validate.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: If this is the case, am I, OK with creating standard Table layout websites with no doctype.  &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt; You should also know that tabled layout sites are no longer &#039;standard&#039;.&lt;/p&gt;
&lt;p&gt;Here are some references on why to use standard coding procedures:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.webstandards.org/learn/faq/#p3&quot; class=&quot;bb-url&quot;&gt;http://www.webstandards.org/learn/faq/#p3&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.alistapart.com/articles/netscape/&quot; class=&quot;bb-url&quot;&gt;http://www.alistapart.com/articles/netscape/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.nypl.org/styleguide/&quot; class=&quot;bb-url&quot;&gt;http://www.nypl.org/styleguide/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;All of those are excellent sites that you  may want to look at more thoroughly.&lt;/p&gt;
 </description>
     <pubDate>Mon, 14 Mar 2005 19:01:00 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1167878 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I did what everyone said</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/do-i-really-need-doctypes-my-websites#comment-1167875</link>
    <description> &lt;p&gt;I did what everyone said, and I added a Doctype to one of my pages to see what happens, &lt;/p&gt;
&lt;p&gt;Doctype:&lt;/p&gt;
&lt;p&gt;However when I upload the new page and looked at it on different browsers, the layout was distorted, (Margins, table etc.)&lt;/p&gt;
&lt;p&gt;What happened?  If I use a doctype it messes up the websites, If I don&#039;t use a doctype it looks great on all browsers. &lt;/p&gt;
&lt;p&gt;Also how do I know what doctype to use, I create websites in Front Page and it handles all of the HTML coding.&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;
Chad&lt;/p&gt;
 </description>
     <pubDate>Mon, 14 Mar 2005 17:48:25 +0000</pubDate>
 <dc:creator>perryc20</dc:creator>
 <guid isPermaLink="false">comment 1167875 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/do-i-really-need-doctypes-my-websites#comment-1167817</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;perryc20 wrote:&lt;/strong&gt; I also found out the Front Page does not use doctypes because:. &quot;As with most modern Web development tools, FrontPage may use design-time proprietary code and attributes for HTML tags that does not validate according to the standards of the W3C&quot; &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt; This is &lt;strong&gt;not a good thing&lt;/strong&gt;. Where did you get the quote, btw?&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;perryc20 wrote:&lt;/strong&gt; Is this going to become a problem in the future, or as long as my websites are working correctly on all browsers today, I should not have a problem for the future.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;In fact, a doctype is future-proof. You&#039;re precisely identifying what spec you&#039;re writing it against. If you didn&#039;t have a doctype, who knows, the browsers of 5 years later may by default try parsing your page as some form of XML or whatever is standards then. &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;/p&gt;
&lt;p&gt;I&#039;ve been assuming that you&#039;ve written all your pages in valid code and have merely opted to not use a doctype. Seeing as you use Frontpage, I&#039;d guess that you would need to do some work on making your code valid before setting a doctype. If you set a doctype and don&#039;t adhere to the given spec, things will break. If fixing that is going to be too much trouble, then just take Roo&#039;s advice: code properly, doctype included, from now on. &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, 13 Mar 2005 19:29:06 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1167817 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/do-i-really-need-doctypes-my-websites#comment-1167814</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;perryc20 wrote:&lt;/strong&gt; Is this going to become a problem in the future, or as long as my websites are working correctly on all browsers today, I should not have a problem for the future.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;If you want the short answer, yes, it will become a problem for you in the future. Why? Go do some reasearch &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;
 </description>
     <pubDate>Sun, 13 Mar 2005 18:00:08 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1167814 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Frontpage &amp; Doctypes?</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/do-i-really-need-doctypes-my-websites#comment-1167809</link>
    <description> &lt;p&gt;I currently us FrontPage for designing websites.  I also only design information websites such as landscaping business, construction companies etc. &lt;/p&gt;
&lt;p&gt;Website that pretty much just give information about the business, (Home page, about page, services, gallery etc.) I am not creating any kind of database driven websites, just basic informational websites.&lt;/p&gt;
&lt;p&gt;I also found out the Front Page does not use doctypes because:. &quot;As with most modern Web development tools, FrontPage may use design-time proprietary code and attributes for HTML tags that does not validate according to the standards of the W3C&quot; &lt;/p&gt;
&lt;p&gt;If this is the case, am I, OK with creating standard Table layout websites with no doctype.  &lt;/p&gt;
&lt;p&gt;Is this going to become a problem in the future, or as long as my websites are working correctly on all browsers today, I should not have a problem for the future.&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;
Chad&lt;/p&gt;
 </description>
     <pubDate>Sun, 13 Mar 2005 15:02:51 +0000</pubDate>
 <dc:creator>perryc20</dc:creator>
 <guid isPermaLink="false">comment 1167809 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/do-i-really-need-doctypes-my-websites#comment-1167726</link>
    <description> &lt;p&gt;In plain english; the DOC tag declares how the page should be rendered.&lt;br /&gt;
If there is no DOC tag the browser will put it in quirks mode which can be to the browsers specs (think of IE and Netscape&#039;s differences - scary), or if it has a DOC tag displays in strict mode which displays how you have coded it (if the browser understand/supports your tags)&lt;/p&gt;
 </description>
     <pubDate>Sat, 12 Mar 2005 11:11:19 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1167726 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/do-i-really-need-doctypes-my-websites#comment-1167724</link>
    <description> &lt;p&gt;The reason the browsers show up &quot;fine&quot; is because it is displayed in &quot;quirks mode.&quot;&lt;/p&gt;
&lt;p&gt;It is recommended that you include the doctype for reasons already mentioned above.&lt;/p&gt;
 </description>
     <pubDate>Sat, 12 Mar 2005 09:32:39 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1167724 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/do-i-really-need-doctypes-my-websites#comment-1167716</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.alistapart.com/articles/doctype/&quot; class=&quot;bb-url&quot;&gt;ALA article on Doctype&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It IS important, so the browser knows which &#039;type&#039; of html it&#039;s reading. Maybe it would be a lot of work to go back and bring all of your previous work into compliance, but in the future you should write valid code that validates, and that includes using the correct doctype declaration for either HTML 4.01 or XHTML.&lt;/p&gt;
&lt;p&gt;You&#039;ll have no display issues or cross browser/cross OS issues this way.&lt;/p&gt;
 </description>
     <pubDate>Sat, 12 Mar 2005 01:57:04 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1167716 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/do-i-really-need-doctypes-my-websites#comment-1167715</link>
    <description> &lt;p&gt;Short answer: yes.&lt;/p&gt;
&lt;p&gt;Long answer: no, good browsers will dance around bad code, but this can be quirky. Not all browsers are good. Make life easier for everyone and code according to your chosen spec, and that means insert a doctype. Can&#039;t be that much trouble, can it? &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;
&lt;p&gt;Welcome to TWF. &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>Sat, 12 Mar 2005 01:32:44 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1167715 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
