<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1040089" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1040089</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/html-validation-1#comment-1226424</link>
    <description> &lt;p&gt;Heyz, yeah, i sorted that snag about 2 mins after i submitted the post, lolz. I got it sorted, and yes, i strongly agree about frontpage, trouble is, i can create better pages in that, and it also displays my templates better, but i am already making a slow transition into dreamweaver, partly because it supports PHP, and this is something i will be working with a lot more now I started databases.&lt;br /&gt;
Thanks for the reply, and just so you know, the Database is going great.&lt;br /&gt;
I have just updates my whole website, now the template is embedded with CSS.&lt;br /&gt;
It has never been faster.&lt;br /&gt;
Full speed ahead!!!&lt;br /&gt;
PS: I have also put a 88 x 31 banner (pointing to your servers) on my homepage.&lt;br /&gt;
take a look,&lt;br /&gt;
&lt;a href=&quot;http://www.pcgenius.co.nr/&quot; class=&quot;bb-url&quot;&gt;http://www.pcgenius.co.nr/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 18 Nov 2007 01:43:13 +0000</pubDate>
 <dc:creator>Reece S</dc:creator>
 <guid isPermaLink="false">comment 1226424 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/html-validation-1#comment-1226333</link>
    <description> &lt;p&gt;The first big problem you&#039;ll have with the validator is there&#039;s no DOCTYPE at the top of the file. That tells the validator (and Web browsers) what level of code you&#039;re writing, Dreamweaver would put that in automatically, Frontpage probably wouldn&#039;t. In general you should avoid Frontpage as it writes awful code, and worse it always thinks it knows best. &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;To start out, you could put this at the top of your file:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;!DOCTYPE HTML PUBLIC &amp;quot;-//W3C//DTD HTML 4.01 Transitional//EN&amp;quot;&lt;br /&gt;&amp;quot;http://www.w3.org/TR/html4/loose.dtd&amp;quot;&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;After you&#039;ve had a sleep of course, it&#039;s hard to think when you&#039;re tired. &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>Wed, 14 Nov 2007 03:49:21 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1226333 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/html-validation-1#comment-1226331</link>
    <description> &lt;p&gt;ahh, ok then, i will do that tomorrow, it is nearly 2:00am here, (yawn) lol.&lt;br /&gt;
I dont know what to validate to, its just i hate seeing errors in the dreamweaver repots. I think it is HTML 4.0.&lt;br /&gt;
Thanks for replying. your help is very much apprieciated. &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>Wed, 14 Nov 2007 01:47:47 +0000</pubDate>
 <dc:creator>Reece S</dc:creator>
 <guid isPermaLink="false">comment 1226331 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/html-validation-1#comment-1226291</link>
    <description> &lt;p&gt;What are you validating to?&lt;br /&gt;
There are loads of doctypes, HTML 4.01 strict/transitional, XHTML strict/transitional etc etc&lt;br /&gt;
And where it might have a few errors in one type it will have more or less in another&lt;/p&gt;
&lt;p&gt;I tried it to a few doctypes and seemingly in all it doesn&#039;t like the heights in the table border and table width.&lt;br /&gt;
But that&#039;s only HTML 4.01 transitional, where it allows many things it perhaps shouldn&#039;t&lt;br /&gt;
Whether the code validates or not really depends on what level you are wanting to write you code to.&lt;br /&gt;
As soon as you put that code in strict it has 18+ errors, most of them easy to fix though&lt;/p&gt;
&lt;p&gt;Go here&lt;br /&gt;
&lt;a href=&quot;http://validator.w3.org/#validate_by_input&quot; class=&quot;bb-url&quot;&gt;http://validator.w3.org/#validate_by_input&lt;/a&gt;&lt;br /&gt;
and paste that code into the input box&lt;br /&gt;
then select the doctype from the drop down and you will see what i mean (or better yet put your own doctype into the code)&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Nov 2007 14:24:47 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1226291 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/html-validation-1#comment-1226272</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: All it is it a table, it is an empty template.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;A template for what, exactly? Something &lt;a href=&quot;http://csszengarden.com/?cssfile=http://www.brucelawson.co.uk/zen/sample.css&quot; class=&quot;bb-url&quot;&gt;like this&lt;/a&gt; perhaps?&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Nov 2007 01:54:05 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1226272 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
