<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Thanks for the Firefox notes&#8230;</title>
	<link>http://www.neilshearing.com/2006/04/21/thanks-for-the-firefox-notes/</link>
	<description>Neil Shearing's latest up-to-the-minute tips and secrets!</description>
	<pubDate>Thu, 20 Nov 2008 16:38:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: xof</title>
		<link>http://www.neilshearing.com/2006/04/21/thanks-for-the-firefox-notes/#comment-22</link>
		<pubDate>Fri, 21 Apr 2006 22:54:25 +0000</pubDate>
		<guid>http://www.neilshearing.com/2006/04/21/thanks-for-the-firefox-notes/#comment-22</guid>
					<description>Hi Neil,

apparently, you already learned about various doctypes.
(A very good source is 
http:alistapart/articles/
(do a search for &quot;doctype&quot;))

If you use XHTML 1.0 Transitional, which is the bottom standard for
modern state-of-the-art browsers, you should pay attention that certain
former (deprecated) code isn't valid any more.

After having replaced your doctype with



I did a syntax check and found the following error message:
line:117:  Value of attribute “cols” for element “” must be a number.

Taht line reads:


the &quot;cols=100%&quot; might be the reason why the page doesn't display correctly in your FF.

BTW, in my 1.5.0.2 version of FF the display is ok.

--rudolf

The code in that line reads:</description>
		<content:encoded><![CDATA[<p>Hi Neil,</p>
<p>apparently, you already learned about various doctypes.<br />
(A very good source is<br />
http:alistapart/articles/<br />
(do a search for &#8220;doctype&#8221;))</p>
<p>If you use XHTML 1.0 Transitional, which is the bottom standard for<br />
modern state-of-the-art browsers, you should pay attention that certain<br />
former (deprecated) code isn&#8217;t valid any more.</p>
<p>After having replaced your doctype with</p>
<p>I did a syntax check and found the following error message:<br />
line:117:  Value of attribute “cols” for element “” must be a number.</p>
<p>Taht line reads:</p>
<p>the &#8220;cols=100%&#8221; might be the reason why the page doesn&#8217;t display correctly in your FF.</p>
<p>BTW, in my 1.5.0.2 version of FF the display is ok.</p>
<p>&#8211;rudolf</p>
<p>The code in that line reads:
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
