<?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: New &#8220;comments preview&#8221; function, plus bleg</title>
	<atom:link href="http://www.amptoons.com/blog/archives/2007/02/26/new-comments-preview-function-plus-bleg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amptoons.com/blog/archives/2007/02/26/new-comments-preview-function-plus-bleg/</link>
	<description>Feminist, anti-racist, pro-fat, plus whatever else we feel like talking about.</description>
	<pubDate>Mon, 01 Dec 2008 19:48:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: jennhi</title>
		<link>http://www.amptoons.com/blog/archives/2007/02/26/new-comments-preview-function-plus-bleg/#comment-249373</link>
		<dc:creator>jennhi</dc:creator>
		<pubDate>Thu, 01 Mar 2007 17:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.amptoons.com/blog/archives/2007/02/26/new-comments-preview-function-plus-bleg/#comment-249373</guid>
		<description>Sure. Feel free to email me if you have questions on rendering bugs in HTML. I do this for a living and would like to contribute.</description>
		<content:encoded><![CDATA[<p>Sure. Feel free to email me if you have questions on rendering bugs in HTML. I do this for a living and would like to contribute.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ampersand</title>
		<link>http://www.amptoons.com/blog/archives/2007/02/26/new-comments-preview-function-plus-bleg/#comment-249236</link>
		<dc:creator>Ampersand</dc:creator>
		<pubDate>Thu, 01 Mar 2007 09:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.amptoons.com/blog/archives/2007/02/26/new-comments-preview-function-plus-bleg/#comment-249236</guid>
		<description>Oh, I get it - you were looking at the source html, not at the php file! No wonder I was confused.

Anyway, you got me going in the right direction, and I think I've got it fixed now. Thank you!</description>
		<content:encoded><![CDATA[<p>Oh, I get it - you were looking at the source html, not at the php file! No wonder I was confused.</p>
<p>Anyway, you got me going in the right direction, and I think I&#8217;ve got it fixed now. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jennhi</title>
		<link>http://www.amptoons.com/blog/archives/2007/02/26/new-comments-preview-function-plus-bleg/#comment-249178</link>
		<dc:creator>jennhi</dc:creator>
		<pubDate>Thu, 01 Mar 2007 07:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.amptoons.com/blog/archives/2007/02/26/new-comments-preview-function-plus-bleg/#comment-249178</guid>
		<description>The rest of the url was trimmed out so my post wouldn't overflow across your page. It's the preview button you're using right now. Just add the 'id="previewbutton"' (no single quotes) to that tag.

Sorry, ignore what I said about the slash. I checked the source code and it was just fine -- stupid debugging tools were telling me otherwise.

Nevertheless, you may want to get Firebug, which is a genius HTML/CSS/JS debugging tool. I only use it for CSS and HTML and it works wonderfully. It's a Firefox add-on.</description>
		<content:encoded><![CDATA[<p>The rest of the url was trimmed out so my post wouldn&#8217;t overflow across your page. It&#8217;s the preview button you&#8217;re using right now. Just add the &#8216;id=&#8221;previewbutton&#8221;&#8216; (no single quotes) to that tag.</p>
<p>Sorry, ignore what I said about the slash. I checked the source code and it was just fine &#8212; stupid debugging tools were telling me otherwise.</p>
<p>Nevertheless, you may want to get Firebug, which is a genius HTML/CSS/JS debugging tool. I only use it for CSS and HTML and it works wonderfully. It&#8217;s a Firefox add-on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ampersand</title>
		<link>http://www.amptoons.com/blog/archives/2007/02/26/new-comments-preview-function-plus-bleg/#comment-249130</link>
		<dc:creator>Ampersand</dc:creator>
		<pubDate>Thu, 01 Mar 2007 05:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.amptoons.com/blog/archives/2007/02/26/new-comments-preview-function-plus-bleg/#comment-249130</guid>
		<description>Jennhi, thanks!

Two questions.

One, how do I figure out what the rest of the URL is?

And two, where is the "input's closing slash and the closing bracket"? I mean, there are lots of closing slashes followed by closing brackets; which one did you mean specifically? Or do they all need a space between?</description>
		<content:encoded><![CDATA[<p>Jennhi, thanks!</p>
<p>Two questions.</p>
<p>One, how do I figure out what the rest of the URL is?</p>
<p>And two, where is the &#8220;input&#8217;s closing slash and the closing bracket&#8221;? I mean, there are lots of closing slashes followed by closing brackets; which one did you mean specifically? Or do they all need a space between?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jennhi</title>
		<link>http://www.amptoons.com/blog/archives/2007/02/26/new-comments-preview-function-plus-bleg/#comment-249027</link>
		<dc:creator>jennhi</dc:creator>
		<pubDate>Thu, 01 Mar 2007 02:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.amptoons.com/blog/archives/2007/02/26/new-comments-preview-function-plus-bleg/#comment-249027</guid>
		<description>Ah, I see your problem: you removed the top margin for the submit button but the 5px top margin for the preview button inherited for all input fields still remains. You need to assign an id to the preview button then set a style for it. So the HTML output will read:
&lt;blockquote&gt;
&#60;input type="button" onclick="ajaxPreview('http://www.amptoons.com/blog[rest of url...])" value="Preview Comment" id="previewbutton"  /&#62; 
&lt;/blockquote&gt;
In the CSS:
&lt;blockquote&gt;
#previewbutton { margin-top: 0; }
&lt;/blockquote&gt;I noticed in the existing output there was no space between the input's closing slash and the closing bracket. That might break some people's browsers, so when you make the edit, can you do that too, please?</description>
		<content:encoded><![CDATA[<p>Ah, I see your problem: you removed the top margin for the submit button but the 5px top margin for the preview button inherited for all input fields still remains. You need to assign an id to the preview button then set a style for it. So the HTML output will read:</p>
<blockquote><p>
&lt;input type=&#8221;button&#8221; onclick=&#8221;ajaxPreview(&#8217;http://www.amptoons.com/blog[rest of url...])&#8221; value=&#8221;Preview Comment&#8221; id=&#8221;previewbutton&#8221;  /&gt;
</p></blockquote>
<p>In the CSS:</p>
<blockquote><p>
#previewbutton { margin-top: 0; }
</p></blockquote>
<p>I noticed in the existing output there was no space between the input&#8217;s closing slash and the closing bracket. That might break some people&#8217;s browsers, so when you make the edit, can you do that too, please?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
