can i give {image} a border=0 tag?

Asked by Odd

i want the {image} to have no border when i make it in to a link.
how do i do that?

Question information

Language:
Dutch Edit question
Status:
Solved
For:
phpns Edit question
Assignee:
No assignee Edit question
Solved by:
Odd
Solved:
Last query:
Last reply:
Revision history for this message
Odd (j-johnson) said :
#1

oh nvm
found a way around it

Revision history for this message
alecwh (alecwh) said :
#2

That's not a phpns issue, but:

<a href="{image_location}"><img src="{image_location}"
style="border-style: none" /></a>

Something like that.

Revision history for this message
Odd (j-johnson) said :
#3

yeah i just changed it to
<a href="{image_location}"><div style="width:300; height:300; background-image: url({image_location});"></div></a>