Hi all - I hope someone can spot what I’ve done wrong here.
My template code:
<a href="http://{event_tickets}" target="_blank" rel="noopener">http://www.oxfordjazzfestival.com/2010Fest/images/tickets.png{event_ticket_price}</a>{event_tickets} custom field in my weblog is just a straight url containing the http://
{event_ticket_price} is a number, i.e. £5
Ideally, a person clicks on the price and gets sent to a page on wegottickets. Simple, right? Well, when I click on the price, the wegottickets url gets tacked on to the end of my website url and looks like this:
<a href="http://www.oxfordjazzfestival.com/2010Fest/index.php/schedule/http://www.wegottickets.com/event/70350">http://www.oxfordjazzfestival.com/2010Fest/index.php/schedule/http://www.wegottickets.com/event/70350</a>What am I doing wrong in my <a > ?
Mod Edit: Moved to the Technical Support Forum