<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Netscape 6 and Dreamweaver</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2004/04/02/netscape-6-and-dreamweaver/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2004/04/02/netscape-6-and-dreamweaver/</link>
	<description></description>
	<lastBuildDate>Tue, 10 Jan 2012 01:21:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mike</title>
		<link>http://www.scriptygoddess.com/archives/2004/04/02/netscape-6-and-dreamweaver/comment-page-1/#comment-11176</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/04/02/netscape-6-and-dreamweaver/#comment-11176</guid>
		<description>You can alter Dreamweaver&#039;s default templates so you don&#039;t have to change the DTD every time you start a new file. In DMX 2004 the default templates are located in c:&#092;PATH TO&#092;Dreamweaver MX 2004&#092;Configuration&#092;DocumentTypes&#092;NewDocuments. Edit &quot;Default.html&quot; to your liking and save.
</description>
		<content:encoded><![CDATA[<p>You can alter Dreamweaver&#039;s default templates so you don&#039;t have to change the DTD every time you start a new file. In DMX 2004 the default templates are located in c:&#92;PATH TO&#92;Dreamweaver MX 2004&#92;Configuration&#92;DocumentTypes&#92;NewDocuments. Edit &#034;Default.html&#034; to your liking and save.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billy</title>
		<link>http://www.scriptygoddess.com/archives/2004/04/02/netscape-6-and-dreamweaver/comment-page-1/#comment-11175</link>
		<dc:creator>Billy</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/04/02/netscape-6-and-dreamweaver/#comment-11175</guid>
		<description>A List Apart also had a good explanation of doctypes: &lt;a href=&quot;http://www.alistapart.com/stories/doctype/&quot;&gt;Fixing Your Site With the Right Doctype&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>A List Apart also had a good explanation of doctypes: <a href="http://www.alistapart.com/stories/doctype/">Fixing Your Site With the Right Doctype</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2004/04/02/netscape-6-and-dreamweaver/comment-page-1/#comment-11174</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/04/02/netscape-6-and-dreamweaver/#comment-11174</guid>
		<description>Excellent! Thanks for the links for the explanations. While I still think it&#039;s crazy that it did that - at least I know WHY now! :D</description>
		<content:encoded><![CDATA[<p>Excellent! Thanks for the links for the explanations. While I still think it&#039;s crazy that it did that &#8211; at least I know WHY now! <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2004/04/02/netscape-6-and-dreamweaver/comment-page-1/#comment-11172</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/04/02/netscape-6-and-dreamweaver/#comment-11172</guid>
		<description>That wasn&#039;t it - there was no extra space in the html after the TD and before the /TD tag... Basically like this:
&lt;td&gt;&lt;img etc. etc.&gt;&lt;/td&gt;</description>
		<content:encoded><![CDATA[<p>That wasn&#039;t it &#8211; there was no extra space in the html after the TD and before the /TD tag&#8230; Basically like this:<br />
&lt;td&gt;&lt;img etc. etc.&gt;&lt;/td&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stig</title>
		<link>http://www.scriptygoddess.com/archives/2004/04/02/netscape-6-and-dreamweaver/comment-page-1/#comment-11173</link>
		<dc:creator>Stig</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/04/02/netscape-6-and-dreamweaver/#comment-11173</guid>
		<description>This behavior is actually correct acording to the W3C standards. There&#039;s an article on DevEdge describing the issue very well:
http://devedge.netscape.com/viewsource/2002/img-table/
I believe this is also the reason the &quot;Almost standard&quot; mode was introduced in later Netscape and Mozilla builds:
http://www.mozilla.org/docs/web-developer/quirks/doctypes.html
http://www.mozilla.org/docs/web-developer/quirks/quirklist.html</description>
		<content:encoded><![CDATA[<p>This behavior is actually correct acording to the W3C standards. There&#039;s an article on DevEdge describing the issue very well:<br />
<a href="http://devedge.netscape.com/viewsource/2002/img-table/" rel="nofollow">http://devedge.netscape.com/viewsource/2002/img-table/</a><br />
I believe this is also the reason the &#034;Almost standard&#034; mode was introduced in later Netscape and Mozilla builds:<br />
<a href="http://www.mozilla.org/docs/web-developer/quirks/doctypes.html" rel="nofollow">http://www.mozilla.org/docs/web-developer/quirks/doctypes.html</a><br />
<a href="http://www.mozilla.org/docs/web-developer/quirks/quirklist.html" rel="nofollow">http://www.mozilla.org/docs/web-developer/quirks/quirklist.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Bair</title>
		<link>http://www.scriptygoddess.com/archives/2004/04/02/netscape-6-and-dreamweaver/comment-page-1/#comment-11171</link>
		<dc:creator>Greg Bair</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/04/02/netscape-6-and-dreamweaver/#comment-11171</guid>
		<description>I don&#039;t know if this applies to Netscape 6, or even if this is the problem you specifically had, but I remember back in the NN 4.x days, Netscape would enter a space in a table cell if the closing table data tag was on a separate line.  example:

&lt;td&gt;
     This is stuff in a cell.  It will show up with no space at the end.&lt;/td&gt;

&lt;td&gt;
    This stuff will have a space after it.
&lt;/td&gt;</description>
		<content:encoded><![CDATA[<p>I don&#039;t know if this applies to Netscape 6, or even if this is the problem you specifically had, but I remember back in the NN 4.x days, Netscape would enter a space in a table cell if the closing table data tag was on a separate line.  example:</p>
<p>&lt;td&gt;<br />
     This is stuff in a cell.  It will show up with no space at the end.&lt;/td&gt;</p>
<p>&lt;td&gt;<br />
    This stuff will have a space after it.<br />
&lt;/td&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

