× If you expect answers you should describe your problem and give as much information's as possible. (SQL-Structure, Template Code, Joomla Version ...) Please read this before posting: joodb.feenders.de/support.html

Link to external site

More
5 years 8 months ago #4816 by pabirds
Link to external site was created by pabirds
This is probably very simple, but how do I set a field as a link to an external site?

I have a field named MoreInfo. It contains the url for an external site.

It looks like this

<dt>MoreInfo:</dt>
<dd>{joodb field|MoreInfo}</dd>

What code do I add to make this display as an active link?

Please Log in to join the conversation.

More
5 years 8 months ago #4822 by Dirk
Replied by Dirk on topic Link to external site

pabirds wrote: This is probably very simple, but how do I set a field as a link to an external site?
<dt>MoreInfo:</dt>
<dd>{joodb field|MoreInfo}</dd>


Its simple HTML!
Moreinfo must be used as href of an anchor!

<dt>MoreInfo:</dt>
<dd><a href="{joodb field|MoreInfo}" target="_blank">...more</a></dd>
The following user(s) said Thank You: pabirds

Please Log in to join the conversation.

Moderators: Dirkjoest