So I added a new tag called [guest](insert image here)[/guest]
And here is the HTML.
HTML Code:
<div style="float:left; padding-right: 10px; padding-bottom: 5px;">
<a href="(what goes here?)">
<img src="{param}">
</a>
</div>
The image code works perfectly, but I don't know how to make the A HREF="a variable to link to the same page the [guest] tag is placed on"
What variable can I use here to make the [guest] tag link to the same page it is placed on. I want the image to link to the post it is posted on.