<?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: Gallery in Firefox and IE</title>
	<atom:link href="http://www.liewcf.com/blog/archives/2005/01/gallery-in-firefox-and-ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.liewcf.com/blog/archives/2005/01/gallery-in-firefox-and-ie/</link>
	<description>Tech, Web, How to, Reviews, Tips, Downloads, and Make Money Online</description>
	<pubDate>Thu, 04 Dec 2008 18:11:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: LcF</title>
		<link>http://www.liewcf.com/blog/archives/2005/01/gallery-in-firefox-and-ie/#comment-5831</link>
		<dc:creator>LcF</dc:creator>
		<pubDate>Sun, 30 Jan 2005 04:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.liewcf.com/wp/archives/2005/01/gallery-in-firefox-and-ie/#comment-5831</guid>
		<description>thank you the tips, tobby!</description>
		<content:encoded><![CDATA[<p>thank you the tips, tobby!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobby</title>
		<link>http://www.liewcf.com/blog/archives/2005/01/gallery-in-firefox-and-ie/#comment-5830</link>
		<dc:creator>Tobby</dc:creator>
		<pubDate>Sat, 29 Jan 2005 22:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.liewcf.com/wp/archives/2005/01/gallery-in-firefox-and-ie/#comment-5830</guid>
		<description>For what it's worth, here's a cludge that works well in many cases, as long as you're only interested in solid (or other CSS-based) borders.

First, make a change to gallery/css/embedded_style.css.default
Add:
&lt;code&gt;
.photo-table img {
    border: 1px solid #000;
}
&lt;/code&gt;

Then, add the new class name to the &lt;tr&gt; tag in gallery/albums.php (line 295):
&lt;code&gt;
  &lt;tr class="photo-table"&gt;
  &lt;!-- Begin Image Cell --&gt;
&lt;/code&gt;

Finally, add a class to the &lt;tr&gt; in galler/view_album.php (line 712):
&lt;code&gt;
if ($printTableRow) {
  echo('&lt;tr class="photo-table"&gt;');
}
&lt;/code&gt;

Obviously change your css border to your liking.</description>
		<content:encoded><![CDATA[<p>For what it&#8217;s worth, here&#8217;s a cludge that works well in many cases, as long as you&#8217;re only interested in solid (or other CSS-based) borders.</p>
<p>First, make a change to gallery/css/embedded_style.css.default<br />
Add:<br />
<code><br />
.photo-table img {<br />
    border: 1px solid #000;<br />
}<br />
</code></p>
<p>Then, add the new class name to the<br />
<tr> tag in gallery/albums.php (line 295):<br />
<code></p>
<tr class="photo-table">
  <!-- Begin Image Cell --><br />
</tr>
<p></code></p>
<p>Finally, add a class to the </tr>
<tr> in galler/view_album.php (line 712):<br />
<code><br />
if ($printTableRow) {<br />
  echo('<br />
<tr class="photo-table">&#8216;);<br />
}<br />
</tr>
<p></code></p>
<p>Obviously change your css border to your liking.</tr>
]]></content:encoded>
	</item>
</channel>
</rss>
