SimplePortal

Customization => Custom Coding => Topic started by: Paul66 on June 14, 2010, 01:57:49 PM

Title: Inserting a link
Post by: Paul66 on June 14, 2010, 01:57:49 PM
Evening everyone,

We want to link our forum to another site via having a live link from our end to them and visa versa,i have created the custom block on the portal using html editor ,my question his what do i have to insert into the custom code to make clicking on the link re direct to the other site.

Thanks for any help.
Title: Re: Inserting a link
Post by: Nathaniel on June 14, 2010, 09:56:53 PM
Below is the format for a HTML link, where 'http://forum.com' is the address of the site to link to.

Code: [Select]
<a href="http://forum.com">Title goes here</a>
You could also just do this with a BBC custom block:

Code: [Select]
[url=http://forum.com]Title goes here[/url]
SimplePortal 2.3.8 © 2008-2024, SimplePortal