Quote:
Originally Posted by Kolbi
Can you try this:
HTML Code:
<a href="{vb:raw relpath}#top" onclick="document.location.hash='top'; return false;" class="editpost">{vb:rawphrase top}</a>
<span class="seperator"> </span>
instead of:
HTML Code:
<a href="{vb:raw relpath}#top" onclick="document.location.hash='top'; return false;">{vb:rawphrase top}</a>
<span class="seperator"> </span>
?
|
is there a way to put an up arrow image in there instead of the pencil image? perhaps it's the 'class='editpost' that puts the pencil image in?