Board index PBase PaD Discussion Need help inserting Links

PaD Discussion

Need help inserting Links

discuss photo-a-day projects
jfender
 
Posts: 22

Need help inserting Links

Post Wed Apr 21, 2004 12:29 am


Would someone be so kind as to help this HTML illiterate soul and give me specific instructions on inserting hyper-links into the comment section of an image?

What I would like is to be able to enter a link so that it looks something like

HERE

But when you "click" on HERE, you get a new window taking you to the other image I reference in the text.

I've done a search on the boards but haven't come up with anything that make sense to me!

Thanks in advance...

Joy
Joy
Multi-tasking - Screwing everything up simultaneously.
--- Anon

ziggers
 
Posts: 150


Post Wed Apr 21, 2004 1:00 am


Joy, here is an excellent HTML tutorial website that will tell you everything you need to know about inserting links with HTML and a bunch of other goodies!!

Click <a href="http://www.davesite.com/webstation/html/chap04.shtml" target="_blank">HERE</a>

Good luck!

leandre
 
Posts: 172


Post Wed Apr 21, 2004 1:02 am


If you click <A HREF="http://www.pbase.com/leandre" target="blank">HERE</A>, you will go to my photo page opening a new window. This simply clicking HERE, the only part visible when HTML enabled.

The addition of </A> open the link in a new window.
Last edited by leandre on Wed Apr 21, 2004 1:15 am, edited 3 times in total.

ziggers
 
Posts: 150


Post Wed Apr 21, 2004 1:11 am


basically what you need to type is

Code: Select all
<a href="http://www.pbase.com/">HERE</a>


OR if you want to open a totally new browser window with your link instead of just going to the new page in the current browser window you're using, you type this

Code: Select all
<a href="http://www.pbase.com/" target="_blank">HERE</a>


Except obviously you'd include whatever link you want to direct the viewer to where I've written pbase.com ;)

jfender
 
Posts: 22

Thank you!

Post Wed Apr 21, 2004 2:31 am


This is *exactly* what I needed :-)

Joy
Joy
Multi-tasking - Screwing everything up simultaneously.
--- Anon


Board index PBase PaD Discussion Need help inserting Links

Who is online

Users browsing this forum: ClaudeBot and 2 guests