problem!

liunx

Guest
I used the generator at links18.tripod.com to make the nav. <br />
<!-- m --><a class="postlink" href="http://links81.tripod.com/adgrpnavbar.htm">http://links81.tripod.com/adgrpnavbar.htm</a><!-- m --><br />
<br />
<br />
it works fine on my computer but when I upload it doesnt work.<br />
<!-- m --><a class="postlink" href="http://www.geocities.com/punkdood2000/Sanstitre568.html">http://www.geocities.com/punkdood2000/Sanstitre568.html</a><!-- m --><!--content-->hmmm....the files appear to be on the server, are they really PNGs? Attach one in a message so someone can look at the image.<br />
<br />
Kevin<!--content-->Did you upload in binary mode? If not then that's propably the problem.<br />
Good Luck,<br />
Paul<!--content-->Hi Paul,<br />
<br />
at first I was going to say that is probably not the problem, you can upload jpg and gif in ASCII mode and they will display, but png seems to only display if uploaded in binary, so that might be the problem here, because the gifs on the page display but not the pngs.<br />
<br />
Kevin<!--content-->http://www21.brinkster.com/gamespace/Sanstitre568.html<br />
<br />
i got it to work.<br />
Thanks for your help!<br />
<br />
also, I'm wondering if I can write the full path to the images (so i dont have to upload it in every directories)<br />
here's a sample of the code:<br />
<script language = "javascript"><br />
<!--<br />
imagename0 = new Image();<br />
imagename0.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"GAMESPACEB.png";<br />
imagename1 = new Image();<br />
imagename1.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"GAMESPACE.png";<br />
imagename2 = new Image();<br />
imagename2.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"NEWSARCHIVEB.png";<br />
imagename3 = new Image();<br />
imagename3.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"NEWSARCHIVE.png";<br />
imagename4 = new Image();<br />
imagename4.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"SUBMITNEWSB.png";<br />
imagename5 = new Image();<br />
imagename5.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"SUBMITNEWS.png";<br />
<br />
//--><br />
</script><br />
<br />
<table border="0" width="100%" cellspacing="0" cellpadding="0"><tr><td width="100%"><a href=http://www.htmlforums.com/archive/index.php/"main.html"><img border="0" src="GAMESPACE.png" width="120" height="16" name="GAMESPACE" onmouseover="document['GAMESPACE'].src='http://www.htmlforums.com/archive/index.php/GAMESPACEB.png'" onmouseout="document['GAMESPACE'].src='http://www.htmlforums.com/archive/index.php/GAMESPACE.png'"</a></td></tr></table><br />
<table border="0" width="100%" cellspacing="0" cellpadding="0"><br />
<tr><td width="100%" bgcolor="#000000"><img border="0" src=http://www.htmlforums.com/archive/index.php/"11dot.gif" width="1" height="1"></td></tr><br />
</table><!--content-->
 
Back
Top