<?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"
	>
<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>
	<pubDate>Fri, 21 Nov 2008 06:03:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Mike</title>
		<link>http://www.scriptygoddess.com/archives/2004/04/02/netscape-6-and-dreamweaver/#comment-11176</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 30 Nov 1999 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's default templates so you don'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 "Default.html" 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-11175</link>
		<dc:creator>Billy</dc:creator>
		<pubDate>Tue, 30 Nov 1999 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="http://www.alistapart.com/stories/doctype/"&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-11174</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Tue, 30 Nov 1999 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'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 - 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-11172</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Tue, 30 Nov 1999 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't it - there was no extra space in the html after the TD and before the /TD tag... Basically like this:
&#60;td&#62;&#60;img etc. etc.&#62;&#60;/td&#62;</description>
		<content:encoded><![CDATA[<p>That wasn&#039;t it - 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-11173</link>
		<dc:creator>Stig</dc:creator>
		<pubDate>Tue, 30 Nov 1999 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'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 "Almost standard" 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-11171</link>
		<dc:creator>Greg Bair</dc:creator>
		<pubDate>Tue, 30 Nov 1999 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'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:

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

&#60;td&#62;
    This stuff will have a space after it.
&#60;/td&#62;</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>

<!-- Dynamic Page Served (once) in 0.294 seconds -->
