 |

bcarter
User
Mar 26, 2008, 8:59 AM
Post #1 of 3
(531 views)
Shortcut
|
|
linking to website
|
Can't Post
|
|
I am trying to link to an external website by inserting url into field in RM. Here's what I've done but can't get it working. Created lfield35 (text field) in my publish_listings template I added: <div align="center"><a href="$lfield35" target="_blank"></a> <font color="#FF0000" size=2 face="Tahoma"><b>:::Click here to view an E-Tour:::</b></font></div></td> when i view the page it looks OK but the link doesn't work. I view source and it looks OK. to view (http://www.atlanticcanadarealty.com/listings/l0011.html) It's been awhile since I've done any of this and can't seem to find out what is wrong. all help is appriciated Brent http://www.atlanticcanadarealty.com
(This post was edited by bcarter on Mar 26, 2008, 9:04 AM)
|
|
|  |
 |

Jake
Staff
/ Moderator

Mar 26, 2008, 4:16 PM
Post #2 of 3
(521 views)
Shortcut
|
|
Re: [bcarter] linking to website
[In reply to]
|
Can't Post
|
|
Hi Brent, It looks like you don't have any text within the opening and closing link tags. Try using this code instead:
<div align="center"> <a href="$lfield35" target="_blank"> <font color="#FF0000" size=2 face="Tahoma"><b>:::Click here to view an E-Tour:::</b></font> </a> </div></td> That should do the trick for you. ----------------------------------------------------------- Cheers, Jake Swanson - Product Specialist support@interactivetools.com
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
|