<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1038320" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1038320</link>
    <description></description>
    <language>en</language>
          <item>
    <title>the image shows up</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/front-page-help#comment-1219174</link>
    <description> &lt;p&gt;ok tryed that the image shows up but the popup dosnt, my popup blocker is off..&lt;/p&gt;
 </description>
     <pubDate>Sun, 13 May 2007 22:51:53 +0000</pubDate>
 <dc:creator>dsgamez</dc:creator>
 <guid isPermaLink="false">comment 1219174 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/front-page-help#comment-1218949</link>
    <description> &lt;p&gt;you would be better renaming the image so it&#039;s short and doesnt have spaces in it. spaces usually work but when browsers display images they have to put %20 for each space, and you can easily run into trouble with this (and it also looks awful with %20 everywhere IMHO)&lt;/p&gt;
&lt;p&gt;but the main reason why it wont work is you dont have the &quot; (quotes to seperate the image name and address from the code)&lt;br /&gt;
if you put the quotes in and leave the filename as is, with spaces, it should work.&lt;br /&gt;
but it&#039;s a good habit to get into making file names, page names, image names etc simple and logical, no capital letters, no spaces etc&lt;/p&gt;
&lt;p&gt;YOUR IMAGE CODE&lt;/p&gt;
&lt;p&gt;CORRECTED WOULD BE:&lt;/p&gt;
&lt;p&gt;AND EVEN BETTER WOULD BE SOMETHING LIKE:&lt;/p&gt;
&lt;p&gt;(hpgf is obviously &lt;del&gt;H&lt;/del&gt;arry &lt;del&gt;P&lt;/del&gt;otter &lt;del&gt;G&lt;/del&gt;oblet &lt;del&gt;F&lt;/del&gt;ire)&lt;/p&gt;
&lt;p&gt;I dont really know Javascript, but i imagine your onClick=CallWindow() would also need quotes, eg...&lt;br /&gt;
onClick=&quot;CallWindow()&quot;&lt;br /&gt;
I could be wrong on the javascript tip though, I avoid javascript like the plague&lt;/p&gt;
&lt;p&gt;good luck&lt;/p&gt;
 </description>
     <pubDate>Mon, 07 May 2007 18:45:09 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1218949 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/front-page-help#comment-1218901</link>
    <description> &lt;p&gt;Ahhh. now thats very clear... Have you tried renaming the image file to something shorter without the spaces? it is having troubles on the filenames I suppose... Try shorten the name of the image or use underscores for the spaces and link to it back again and it will most probably show up...&lt;/p&gt;
 </description>
     <pubDate>Mon, 07 May 2007 06:48:41 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1218901 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/front-page-help#comment-1218869</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;demonhale;218854 wrote:&lt;/strong&gt; You need to complete some more details, you right-clicked where? for example? You must actually know where you put your images are. i remembered that off-line on frontpage you just right-click properties the image used an look for the assigned folder. And when uploading them via frontpage then it auto assigns it, but through ftp, you need to edit your image calls to the actual folder... you need your questions to be clearer to get the most help...&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;OK here goes nothing..&lt;/p&gt;
&lt;p&gt;The image i want to put into the that html script is stored on this folder:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://i76.photobucket.com/albums/j26/skyissexy/part1.jpg&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I click on the image folder then this comes up:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://i76.photobucket.com/albums/j26/skyissexy/part2.jpg&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;So i then right click on the image i want to use:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://i76.photobucket.com/albums/j26/skyissexy/part3.jpg&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I copy the name:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://i76.photobucket.com/albums/j26/skyissexy/part4.jpg&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Then i add it to the html script   ( see my first post for html script) :&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://i76.photobucket.com/albums/j26/skyissexy/part5.jpg&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I then go to preview in broswer  ( multipue browsers both firefox and ie)&lt;br /&gt;
but the image dosnt show up:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://i76.photobucket.com/albums/j26/skyissexy/part6.jpg&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;When i click on this image icon this happens:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://i76.photobucket.com/albums/j26/skyissexy/part7.jpg&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 06 May 2007 17:13:37 +0000</pubDate>
 <dc:creator>dsgamez</dc:creator>
 <guid isPermaLink="false">comment 1218869 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>edit what?</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/front-page-help#comment-1218866</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;conrad;218827 wrote:&lt;/strong&gt; You can edit in code window.&lt;/p&gt;
&lt;p&gt;Look for something like &lt;a href=&quot;Link&quot;&gt;link&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;edit what?&lt;/p&gt;
 </description>
     <pubDate>Sun, 06 May 2007 15:55:13 +0000</pubDate>
 <dc:creator>dsgamez</dc:creator>
 <guid isPermaLink="false">comment 1218866 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/front-page-help#comment-1218854</link>
    <description> &lt;p&gt;You need to complete some more details, you right-clicked where? for example? You must actually know where you put your images are. i remembered that off-line on frontpage you just right-click properties the image used an look for the assigned folder. And when uploading them via frontpage then it auto assigns it, but through ftp, you need to edit your image calls to the actual folder... you need your questions to be clearer to get the most help...&lt;/p&gt;
 </description>
     <pubDate>Sun, 06 May 2007 11:10:14 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1218854 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>anyone?</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/front-page-help#comment-1218826</link>
    <description> &lt;p&gt;someone must be able to help a newbie.. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 05 May 2007 16:31:17 +0000</pubDate>
 <dc:creator>dsgamez</dc:creator>
 <guid isPermaLink="false">comment 1218826 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>repley to answer</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/front-page-help#comment-1218698</link>
    <description> &lt;p&gt;hello thanks for the help!&lt;/p&gt;
&lt;p&gt;How  do i get the image name?&lt;/p&gt;
&lt;p&gt;the image is  saved in the image folder but when i press  right click properties it just gives me the folder name not the image name?&lt;/p&gt;
&lt;p&gt;Also when i preview my site in IE 6,  it blocks the Google ads and  a yellow bar comes up on top of screen saying:  to help protect you security Internet explorer has restricted this file from showing active content that could access your  computer, when i click and press allow blocked content, the ads show up?!&lt;/p&gt;
&lt;p&gt;But i dont have this problem in Mozilla?!&lt;/p&gt;
 </description>
     <pubDate>Wed, 02 May 2007 21:46:11 +0000</pubDate>
 <dc:creator>dsgamez</dc:creator>
 <guid isPermaLink="false">comment 1218698 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/front-page-help#comment-1218693</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;dsgamez wrote:&lt;/strong&gt; Hello i am using frontpage 2003,&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Yuk, Frontpage is a terrible editor. I won&#039;t tell you why because you&#039;ll find out for yourself soon enough! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;dsgamez wrote:&lt;/strong&gt; &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I&#039;m not totally sure what you&#039;re asking, but this isn&#039;t going to work. Just put all your images in a subfolder called &#039;images&#039; and write image tags like this:&lt;br /&gt;
&lt;code&gt;&amp;lt;img src=&amp;quot;images/sample.jpg&amp;quot; onclick=&amp;quot;CallWindow();&amp;quot; /&amp;gt;&lt;/code&gt;&lt;br /&gt;
There are a few problems with trying to use &#039;c:\&#039; in your src:&lt;/p&gt;
&lt;ol class=&quot;bb-list&quot;&gt;
&lt;li&gt; Most hosting is Linux based, which has no concept of &#039;c:\&#039; etc.&lt;/li&gt;
&lt;li&gt; Even if you have Windows hosting, it&#039;s doubtful they&#039;ll allow you to save things in the root directory of the drive. That would be a security risk. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/li&gt;
&lt;li&gt; It&#039;s usually easier to use a relative path (like the example I gave). This just points to the image you want relative to where the HTML file is.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Maybe you&#039;re just trying to work stuff out on your local machine? If so, you should use [incode]img[/incode] not [incode]Image[/incode].&lt;/p&gt;
&lt;p&gt;Hope this helps. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;dsgamez wrote:&lt;/strong&gt; USA SPENT MILLIONS DEVELOPING A PEN THAT WOULD WORK IN SPACE THE RUSSAINS JUST USED A PEN!&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;The Russians used a pencil by the way. Bit of a typo in your signature. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 02 May 2007 19:41:55 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1218693 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
