<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1038150" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1038150</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-help-tweaking-script#comment-1217911</link>
    <description> &lt;p&gt;The easiest way is to edit the JS...&lt;/p&gt;
&lt;p&gt;Example to the codes is found on my other site at&lt;br /&gt;
&lt;a href=&quot;http://www.designer-city.com/php/gallery&quot; class=&quot;bb-url&quot;&gt;http://www.designer-city.com/php/gallery&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;as you can see it generates the filename together with the image...&lt;/p&gt;
&lt;p&gt;just view the source, or copy it all and paste on yours, just edit the CSS again to match yours...&lt;/p&gt;
 </description>
     <pubDate>Sun, 15 Apr 2007 09:55:14 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1217911 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-help-tweaking-script#comment-1217910</link>
    <description> &lt;p&gt;I replaced the code like you said... but still no filenames:&lt;br /&gt;
&lt;a href=&quot;http://www.foothillsbaptist.org/contacts/Engineering/test.htm&quot; class=&quot;bb-url&quot;&gt;http://www.foothillsbaptist.org/contacts/Engineering/test.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For cutting the extensions, I guess I&#039;ll worry about that later.&lt;/p&gt;
 </description>
     <pubDate>Sun, 15 Apr 2007 08:16:02 +0000</pubDate>
 <dc:creator>msaz87</dc:creator>
 <guid isPermaLink="false">comment 1217910 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-help-tweaking-script#comment-1217909</link>
    <description> &lt;p&gt;to display the filename you can replace it like this.&lt;br /&gt;
.&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;//Toggle image description: descriptionprefix[0 or 1, &amp;quot;Text to show&amp;quot; (if 1)]&lt;br /&gt;var descriptionprefix=[&amp;lt;strong&amp;gt;0&amp;lt;/strong&amp;gt;]&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
.&lt;br /&gt;
It will then display the filename... but to cut the file extension, it would require some php coding...&lt;/p&gt;
 </description>
     <pubDate>Sun, 15 Apr 2007 07:27:09 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1217909 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-help-tweaking-script#comment-1217908</link>
    <description> &lt;p&gt;Thanks for the help with the sizing issue... I feel like an idiot for overlooking that in the CSS.&lt;/p&gt;
&lt;p&gt;For the other part, however, what I&#039;m looking for is to replace the text displayed beneath with the photo&#039;s filename. When I make the change like you instructed, it simply removes the text altogether.&lt;/p&gt;
&lt;p&gt;What I&#039;m trying to achieve is name the files after people (Ex: &quot;Bob Smith.gif&quot;) so that their photo will appear and underneath will be &quot;Bob Smith&quot; (with the extension cut off by another part of the script).&lt;/p&gt;
&lt;p&gt;I&#039;m not sure if it&#039;d be easy to alter the JS to do this ... or if it&#039;d be easier to use PHP to do it? I can&#039;t write either, but I assume you could do something like:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;//Toggle image description: descriptionprefix[0 or 1, &amp;quot;Text to show&amp;quot; (if 1)]&lt;br /&gt;var descriptionprefix=[1, &amp;quot;&amp;lt;strong&amp;gt;$filename&amp;lt;/strong&amp;gt;&amp;quot;]&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;But if it stayed all as JS... I&#039;m sure it&#039;d make life easier.&lt;/p&gt;
 </description>
     <pubDate>Sun, 15 Apr 2007 07:08:29 +0000</pubDate>
 <dc:creator>msaz87</dc:creator>
 <guid isPermaLink="false">comment 1217908 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-help-tweaking-script#comment-1217907</link>
    <description> &lt;p&gt;That should fix it up for your needs...&lt;/p&gt;
 </description>
     <pubDate>Sun, 15 Apr 2007 07:02:08 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1217907 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-help-tweaking-script#comment-1217906</link>
    <description> &lt;p&gt;as I can see on your source css theres a defined height and width which you should change...&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;.slideshow img{ /*CSS for each image tag*/&lt;br /&gt;border: 0;&lt;br /&gt;width: 200px;&lt;br /&gt;height: 106px;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;And on your JS, change the number 1 to 0&lt;/p&gt;
&lt;p&gt;from this (look on bold text)&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;//Toggle image description: descriptionprefix[0 or 1, &amp;quot;Text to show&amp;quot; (if 1)]&lt;br /&gt;var descriptionprefix=[&amp;lt;strong&amp;gt;1&amp;lt;/strong&amp;gt;, &amp;quot;Photo &amp;quot;]&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;to this&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;//Toggle image description: descriptionprefix[0 or 1, &amp;quot;Text to show&amp;quot; (if 1)]&lt;br /&gt;var descriptionprefix=[&amp;lt;strong&amp;gt;0&amp;lt;/strong&amp;gt;, &amp;quot;Photo &amp;quot;]&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Sun, 15 Apr 2007 07:01:27 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1217906 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-help-tweaking-script#comment-1217905</link>
    <description> &lt;p&gt;Right. I did that -- I have no probably customizing the script as is .. and I just put the default one up here.&lt;/p&gt;
&lt;p&gt;This is what I have working:&lt;br /&gt;
&lt;a href=&quot;http://www.foothillsbaptist.org/contacts/Engineering/test.htm&quot; class=&quot;bb-url&quot;&gt;http://www.foothillsbaptist.org/contacts/Engineering/test.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But as you can see, it generates generic labels underneath and all the photos are a size undefined by me.&lt;/p&gt;
&lt;p&gt;Any ideas? Thanks.&lt;/p&gt;
 </description>
     <pubDate>Sun, 15 Apr 2007 06:19:00 +0000</pubDate>
 <dc:creator>msaz87</dc:creator>
 <guid isPermaLink="false">comment 1217905 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-help-tweaking-script#comment-1217903</link>
    <description> &lt;p&gt;On the page at dynamic drive take a look at step 3 and pay a much closer attention to the instructions on the JS imagepath which is the one responsible for actually reading the filenames for display... If you dont correct the path, it won&#039;t show the correct name...&lt;/p&gt;
 </description>
     <pubDate>Sun, 15 Apr 2007 06:11:12 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1217903 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
