
February 24th, 2011, 01:44 PM
|
 |
Still alive
|
|
Join Date: Mar 2007
Location: Washington, USA
|
|
Code:
<contactName><a href="();>Back to Gallery</a></contactName>
Is that where you tried to put it? If putting HTML in there works, it would be more like
Code:
<contactName><a href="/wherever">Back to Gallery</a></contactName>
Have you checked whether the gallery thing even has a way of linking back? If not then you might be out of luck: you can't make it do something if it was never intended to.
|