|
Add-a-Link For Auction Image
|
It is common practice by many auction sellers to add a "Click Here for Enlarged Image" type link on their auction listings. Wouldn't it be nice to not have just a bare image in the middle of a white browser field?
Use this special function and you won't.
|
When used this function will:
- Allow you to link from an auction ad to an image.
- Provide a template background to the image.
- Give the image a formated professional look.
- Give a link back to the auction page.
The examples below demonstrate how this link works. After taking a look at the examples we'll exam how the links work.
<a href="
Standard start to a link.
http://www.d3ad.com/
Domain name for the website most relevant to the auction ad
~deadski
The username from the website. This you either know, or for WnKi sites you can look at the image link for the red --|-- at
the bottom of a webpage for the site.
/cgi-bin/eimage.pl
This is the name of the Perl script doing the work
?
This is a separator between the script address and the image address.
http://www.domainsomewhere.com/graphics/skulz/skullcrys.jpg
Image address. If the http:// part is left off then for script will assume the default
auction storage directory. For Hubbb hosted sites this is the standard ~arch site.
">
Standard end to the front part of a link.
Click Here for Enlarged Image
Text for the link. Can be anything or even a graphic button.
</a>
Standard end of a link.
|