Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2012-10-19 22:56:11

timpacker
Member
Registered: 2012-10-18
Posts: 7

how do we create hyperlinks that open in a new or blank page

I have a number of hyperlinks that I want to go to urls that are outside of my website. But I do not want to take people out of my site. I want the hyperlink to to open in its own new or blank page.

So far I have been unable to figure this out.

there does not seem to be any way to specify this in the Markdown Syntax Documentation ... and I am driving myself crazy trying to figure out where and how to insert the

target="_blank"

code.

So far the "target="_blank"" just keeps showing up in the body of my text when viewed in the browser.

Offline

#2 2012-10-19 23:49:11

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: how do we create hyperlinks that open in a new or blank page

You can't do it using Markdown syntax, but Markdown also allows you to write regular HTML, so do that for the links.


Matt

The Turning Gate, http://theturninggate.net

Offline

#3 2012-10-20 00:21:31

timpacker
Member
Registered: 2012-10-18
Posts: 7

Re: how do we create hyperlinks that open in a new or blank page

I've tried that a few times but I just keep getting the code showing up in the body of my text.

Here is what I want it to look like:

Gallery on the Lake 
31 Gallery on the Lake Road 
P.O. Box 130 
Buckhorn, Ontario, Canada, K0L 1J0 
www.galleryonthelake.com
e-mail: info@galleryonthelake.com 
Tel: 1- 888 - 242 - 7475 

with "www.galleryonthelake.com"

as the link to a new page

I have tried many variations of trying  to insert the code to no avail

here is what my markdown/code looks like:

##Gallery on the Lake 
31 Gallery on the Lake Road 
P.O. Box 130 
Buckhorn, Ontario, Canada, K0L 1J0 
` <p ><a href="http://www.galleryonthelake.com/" target="_blank">www.galleryonthelake.com</a><br />`
e-mail: info@galleryonthelake.com 
Tel: 1- 888 - 242 - 7475 

Can you show me specifically what it should like?

Offline

#4 2012-10-20 00:38:12

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: how do we create hyperlinks that open in a new or blank page

try this:

##Gallery on the Lake 
31 Gallery on the Lake Road  
P.O. Box 130  
Buckhorn, Ontario, Canada, K0L 1J0  
<a href="http://www.galleryonthelake.com/" target="_blank">www.galleryonthelake.com</a>  
e-mail: info@galleryonthelake.com  
Tel: 1- 888 - 242 - 7475 

Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#5 2012-10-20 00:50:31

timpacker
Member
Registered: 2012-10-18
Posts: 7

Re: how do we create hyperlinks that open in a new or blank page

Thanx...

that's the ticket...

I cannot believe the service that comes with The Turning Gate!

Offline

#6 2012-10-20 00:55:53

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: how do we create hyperlinks that open in a new or blank page

that's all Matt. I just poke my nose in here as a procrastination strategy to keep me from working on what I really should be doing.... wink


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

Board footer

Powered by FluxBB