kila03
01-26-2003, 10:00 PM
I'm trying to make thumbnails, I can get the li nk working, so if u click it goes to the bigger picture.. but the tiny picture wont work.. the little one you see before you click... why isint it working?please help me!! please...
Rosekeet
01-26-2003, 10:07 PM
give us a link to the page please or post the code. can't do anything with out those.
Anto_J_Lareneg
01-27-2003, 02:23 AM
Are the thumbnails a different picture from the big ones? because if they're not then you can use my example of thumbnails I got on my page,
( URL TO BIG PIC )<a href="Art/Official_Pics/OlderArtStuff/MMandchain.gif" target="NEW">
( CODE OF THUMNAIL )
<img src="Art/Official_Pics/OlderArtStuff/MMandchain.gif" border="0" height=50 width=50></a>
kila03
01-27-2003, 03:00 AM
hey, the pictures are the same as the big picture.. or atleast theyshould be, but its just an x with the writtin in it.. the url is.. http://www.angelfire.com/anime5/saiya_chik/images.html and the code i used.. is...
(a href="http://home.1asphost.com/saiyachik/saiya_chik2.gif"><img src="saiya_chik.gif" width="70" height="50" alt="Drawing of Gohan, by saiya_chik" border="0")
with arrows on the beginning and end.
.... any thoughts? what did i do wrong?
ineedhelp
01-27-2003, 03:36 AM
http://www.angelfire.com/anime5/saiya_chik/saiya_chik.gif
doesn't exist
Rosekeet
01-28-2003, 04:16 AM
(a href="http://home.1asphost.com/saiyachik/saiya_chik2.gif"><img src="saiya_chik.gif" width="70" height="50" alt="Drawing of Gohan, by saiya_chik" border="0") (/a)
Be sure you're using "<>" tags and not ()! :)
Also....
Your href points to an externally hosted image (ie one at 1asphost.com rather than geocities - where the domain is), yet your image tag only references a relative image
<a href="http://home.1asphost.com/saiyachik/saiya_chik2.gif"><img src="http://home.1asphost.com/saiyachik/saiya_chik2.gif" width="70" height="50" alt="Drawing of Gohan, by saiya_chik" border="0" /></a>