<?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: How Can I change table cellPadding  from JavaScript?</title>
	<atom:link href="http://askmetoo.com/how-can-i-change-table-cellpadding-from-javascript.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://askmetoo.com/how-can-i-change-table-cellpadding-from-javascript.htm</link>
	<description>Ask Questions and get Answers About everything for free!</description>
	<lastBuildDate>Fri, 27 Aug 2010 19:07:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: stephanie</title>
		<link>http://askmetoo.com/how-can-i-change-table-cellpadding-from-javascript.htm/comment-page-1#comment-9</link>
		<dc:creator>stephanie</dc:creator>
		<pubDate>Wed, 02 Jul 2008 16:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://askmetoo.com/2008/01/22/how-can-i-change-table-cellpadding-from-javascript/#comment-9</guid>
		<description>Just use:
var tbl = document.getElementById(&#039;myTable&#039;);
tbl.cellpadding = &#039;20px&#039;;
tbl.cellspacing = &#039;20px&#039;;

worked for me anyway.</description>
		<content:encoded><![CDATA[<p>Just use:<br />
var tbl = document.getElementById(&#8216;myTable&#8217;);<br />
tbl.cellpadding = &#8216;20px&#8217;;<br />
tbl.cellspacing = &#8216;20px&#8217;;</p>
<p>worked for me anyway.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
