Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

sonarghost

macrumors regular
Original poster
Sep 6, 2006
159
0
I'm not really sure how to ask this and don't know how to do a search for it! lol

example:

Take a look at my picture www.abcdefg.com (not my homepage just made up an example)

changed to:

Take a look at my picture CLICK HERE

I want to do this on some ebay auctions so they can take a look at some info without them clicking a written link to the address..could someone help me on how to do this with safari and/or with ebay?

Thank you in advance to those who can help!
 
Well I've never created an Ebay auction, but the HTML for it is as follows. You can try it out, but can't guarantee it.

Take a look at my picture <a href="http://www.abcdefg.com">CLICK HERE</a>

or better yet,

<a href="http://www.abcdefg.com">Take a look at my picture</a>
 
wow three identical answers :D

you will probably want to use this code instead so that the image opens up in a new window.

HTML:
<a href="http://www.blah.com/imagename.jpg" target="_blank">Click Me</a>

:)
 
wow three identical answers :D

you will probably want to use this code instead so that the image opens up in a new window.

HTML:
<a href="http://www.blah.com/imagename.jpg" target="_blank">Click Me</a>

:)

I was going to include the target/_blank thing, but thought it would be too complicated. While on that topic, you can also use these targets:

"_parent"
"_self"
"_top"

And of course, use your own targets if you happen to be using iFrames.
 
Once again friendly folks at Macrumors come to save the day! Thanks a million guys!:D
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.