Jump to content

Linking back


tomhatten

Recommended Posts

Hi tomhatten,

 

Sorry I might need a little more information but from what I understand you simply want to place a link to their site somewhere in your content?

 

The HTML tag to do that is the 'a' tag and it would look like this:

 

<a href="www.theirwebsite.com" target="_blank">Click here to go to this website!</a>

 

The 'target="_blank"' part is not necessary but it will open their website in another tab rather then over your site.

 

Hope that helps!

Link to comment
https://forums.phpfreaks.com/topic/254508-linking-back/#findComment-1305114
Share on other sites

Hi tomhatten,

 

Sorry I might need a little more information but from what I understand you simply want to place a link to their site somewhere in your content?

 

The HTML tag to do that is the 'a' tag and it would look like this:

 

<a href="www.theirwebsite.com" target="_blank">Click here to go to this website!</a>

 

The 'target="_blank"' part is not necessary but it will open their website in another tab rather then over your site.

 

Hope that helps!

 

Thank you very much. I now have the problem of knowing exactly where to put the code. Can you help please?

Link to comment
https://forums.phpfreaks.com/topic/254508-linking-back/#findComment-1305237
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.