Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Links
I have this code:
<txp:linklist break="li" category="textpattern" sort="linksort asc" wraptag="ul" class="shadetabs add" form="linklist" />
and my form is this <txp:link />
but I want my links to behave like this: <a href=""><img src="url" /> Link</a>
anyway to do this? what do I need to add to my form? x
~ Cameron
Offline
Re: Links
After look at this in more detail, it would seem the only way to do this, would be to replicate the <txp:link /> tag using other tags and code? Am I correct in assuming this, or way off base? And how would one do that if so. x
~ Cameron
Offline
Re: Links
Would the following help?
<a href="<txp:link_url />"><img src="url" /> <txp:link_name escape="html" /></a>
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: Links
colak wrote:
Would the following help?
<a href="<txp:link_url />"><img src="url" /> <txp:link_name escape="html" /></a>
works perfect, thank you. x
~ Cameron
Offline
Pages: 1