Techsurvivors

Archives => 2003 => Topic started by: jcarter on April 26, 2003, 03:51:00 PM

Title: Links to images
Post by: jcarter on April 26, 2003, 03:51:00 PM
When I link to an image, I usually just paste it in like this for example, http://www.pbase.com/image/15472354
But if I wanted to link and just use a word or phrase like MyGrandson or whatever, so when someone just clicked on the phrase, the link would work.  I looked at the UBB code, but couldn't figure how to just have the phrase and not the whole URL.  Could I use this like HTML?
<a href="http://www.pbase.com/image/15472354">MyGrandson</a>  Is it better to have it open in a new page?  I like that better.  
On the Elements of Photoshop forum, I would like to be able to do the same thing.
Thanks, I am learning!  I visit Techsurvivors every day and learn something valuable.
Title: Links to images
Post by: kps on April 26, 2003, 04:28:00 PM
To create an external link on a UBB board or most other boards:

code:
Image Name

Using your link:
code:
My Grandson

and the link itself:

My Grandson

Enjoy!
Title: Links to images
Post by: jcarter on April 26, 2003, 04:53:00 PM
Thank you!   Just what I needed to know!
Title: Links to images
Post by: Mrious_be on April 27, 2003, 02:56:00 AM
quote:
Originally posted by kps:
To create an external link on a UBB board or most other boards:
code:
Image Name


Hi KPS  
Euhm, i got a little confused here...
As for the url, that's how i do it, but to post an image, i always use the IMG tags:
 
code:

Never thought it would work with the url to?

Oooh wait... using the url code might bring up the image in another window?
Using the img code... makes the image apear in the TS topic...i guess that's it?
Title: Links to images
Post by: kps on April 27, 2003, 09:46:00 AM
Hi Mrious_be,

You "got it", jcarter wanted an external link, which by default appears in a new browser window.
Title: Links to images
Post by: Mrious_be on April 27, 2003, 01:45:00 PM
[Big Grin]