Help
-
Search
-
Members
-
Calendar
Full Version:
Thumbnail Gallery.
Forums
>
Resource Center
>
Webmasters' Corner
>
Webmasters' Corner Resolved Topics
MyNameisLarry
Apr 11 2005, 04:13 PM
i tried posting an entry with a thumbnail and it wouldn't work. the code was :
<a href="http://img128.echo.cx/my.php?image=apple3qf.png" target="_blank"><img src="http://img128.echo.cx/img128/5854/apple3qf.th.png" border="0"></a>
mona lisa
Apr 11 2005, 04:37 PM
The
http://img128.echo.cx/my.php?image=apple3qf.png
URL is not valid.
Make sure you're using the URL for direct linking to the image.
moved to programming
to-devastate
Apr 11 2005, 10:34 PM
Try this. I edited your URL because it was in php format. maybe that was why it didn't work.
<a href="http://img128.echo.cx/img128/5854/apple3qf.png" target="_blank"><img src="http://img128.echo.cx/img128/5854/apple3qf.png" border="0"></a>
And; if you wanted it to be a thumbnail, use this.
<a href="http://img128.echo.cx/img128/5854/apple3qf.png" target="_blank"><img src="http://img128.echo.cx/img128/5854/apple3qf.png" border="0" width="#" height="#"></a>
In my interest, I would change the "#"s to 50px; but whatever suits your interest.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here
.