<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1030981" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1030981</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/code-snippet-calling-img-srcs#comment-1181188</link>
    <description> &lt;p&gt;I&#039;ll give it a shot, it will be a few days before I can try it, Going out of town. I&#039;ll let you know if it works, Thanks again.&lt;/p&gt;
 </description>
     <pubDate>Fri, 30 Sep 2005 23:49:43 +0000</pubDate>
 <dc:creator>hypergecko</dc:creator>
 <guid isPermaLink="false">comment 1181188 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/code-snippet-calling-img-srcs#comment-1181155</link>
    <description> &lt;p&gt;Ah get it now, try and use &lt;img src=&quot;../image.jpg&quot; /&gt; ... if the cgi-bin folder is inside the public_html folder like this (public_html/cgi_bin) then the code above would work...&lt;/p&gt;
 </description>
     <pubDate>Fri, 30 Sep 2005 15:09:47 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1181155 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/code-snippet-calling-img-srcs#comment-1181148</link>
    <description> &lt;p&gt;Let me try again, as you know for most templates to correctly view the jpg&#039;s or any pic they usually need to be in the images folder right under the /public_html/images/ on the server. My jpg&#039;s are in the cgi-bin because thats where my script lives, therefore my jpg&#039;s don&#039;t display properly because they are in the /public_html/images folder. I can call each and every button, jpg individually by placing this before each one. Example (&lt;a href=&quot;http://mywebsite.com/images/button.jpg&quot; class=&quot;bb-url&quot;&gt;http://mywebsite.com/images/button.jpg&lt;/a&gt;) which works fine but it would take a very long time to insert the &lt;a href=&quot;http://mywebsite.com/&quot; class=&quot;bb-url&quot;&gt;http://mywebsite.com/&lt;/a&gt; before every jpg on the page.&lt;/p&gt;
&lt;p&gt;I would like a small string of code I can put in the header or body of the page that would direct ALL jpgs path to the &lt;a href=&quot;http://mywebsite.com/images/&quot; class=&quot;bb-url&quot;&gt;http://mywebsite.com/images/&lt;/a&gt; location.&lt;/p&gt;
&lt;p&gt;I don&#039;t know either way to explain it, hopefully you will see what I am trying to do.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
 </description>
     <pubDate>Fri, 30 Sep 2005 13:32:20 +0000</pubDate>
 <dc:creator>hypergecko</dc:creator>
 <guid isPermaLink="false">comment 1181148 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/code-snippet-calling-img-srcs#comment-1181127</link>
    <description> &lt;p&gt;ok i was carried away by the closing tags, its supposed to be ... /&amp;gt; thanks for correcting that Roo... Im just pointing out that I cant understand what gecko wants to know about...&lt;/p&gt;
 </description>
     <pubDate>Fri, 30 Sep 2005 05:13:40 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1181127 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/code-snippet-calling-img-srcs#comment-1181115</link>
    <description> &lt;p&gt;I have a program written in perl and I am putting the code inside the body of the FP template. The template resides in the cgi-bin so the program will function, the problem is that all the buttons, header and all the jpg&#039;s do not show up. The alt tag and text shows and not the pictures. I only used the code in the earlier post to give you an idea of what I need.&lt;/p&gt;
&lt;p&gt;I can use a basic call path in the cgi-bin to display the pictures but it would take weeks. The call code will be placed in the head or body, I can&#039;t remember.&lt;/p&gt;
 </description>
     <pubDate>Fri, 30 Sep 2005 04:09:12 +0000</pubDate>
 <dc:creator>hypergecko</dc:creator>
 <guid isPermaLink="false">comment 1181115 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/code-snippet-calling-img-srcs#comment-1181114</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: example this is a standard image call code &lt;img src=&quot;pic.jpg&quot; alt=&quot;pic&quot; /&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Okay that is totally wrong since  there is no  tag.&lt;/p&gt;
&lt;p&gt;In html 4 the image tag does not have a closing tag, and in XHTML the image tag is closed like so:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;image.jpg&quot; width=&quot;???&quot; height=&quot;???&quot; border=&quot;0&quot; alt=&quot;Alt Text&quot; title=&quot;Title Text&quot; /&gt;&lt;/p&gt;
&lt;p&gt;It sounds like what you are looking for is some sort of Front Page scripting or something for the program itself. I don&#039;t think you&#039;ll find many people here using that program as it&#039;s use is very much frowned upon.&lt;/p&gt;
&lt;p&gt;Hmmmm...are there forums out there somewhere that cater to Front Page?&lt;/p&gt;
 </description>
     <pubDate>Fri, 30 Sep 2005 04:04:44 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1181114 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/code-snippet-calling-img-srcs#comment-1181108</link>
    <description> &lt;p&gt;Can you elaborate a little more on what you intend to do? I cant seem to get what you mean... example this is a standard image call code &lt;img src=&quot;pic.jpg&quot; alt=&quot;pic&quot; /&gt; . . . Linking to an image &lt;a href=&quot;pic.jpg&quot;&gt;CLICK HERE TO SEE IMAGE&lt;/a&gt; . . .&lt;/p&gt;
 </description>
     <pubDate>Fri, 30 Sep 2005 03:35:55 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1181108 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/code-snippet-calling-img-srcs#comment-1181106</link>
    <description> &lt;p&gt;Thanks for the reply, I need something that looks something like this&lt;br /&gt;
&lt;img src=&quot;public_html/images/button.jpg&quot; /&gt; This isn&#039;t it, but similar in style. I met a guy around a year ago that showed me how to do it and saved it as a text file but my computer got a bullet hole in it while in Iraq and I lost everything.&lt;/p&gt;
&lt;p&gt;Thanks again&lt;/p&gt;
 </description>
     <pubDate>Fri, 30 Sep 2005 03:28:54 +0000</pubDate>
 <dc:creator>hypergecko</dc:creator>
 <guid isPermaLink="false">comment 1181106 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/code-snippet-calling-img-srcs#comment-1181085</link>
    <description> &lt;p&gt;Frontpage and templates aren&#039;t the best combination, Frontpage ads so much bloat to the code.&lt;/p&gt;
&lt;p&gt;There (or was) a small standalone program (freeware) called typeitin, is a small macro window where as you could put anything in it and at a press of a button it would display, great for this sort of thing, chat programs, email sigs ... I believe that is what you&#039;re after, if not then maybe a javascript include ? add your line of code in a .js file and include that, you&#039;ll still have to add the code for the js file thou.&lt;/p&gt;
&lt;p&gt;A real editor has search and replace, can make editing lots of pages quick and easy. I use edit pad, can have several hundred tabs open at a time and with one click all files are changed.&lt;/p&gt;
 </description>
     <pubDate>Thu, 29 Sep 2005 21:47:28 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1181085 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
