i need help parsing a code into HEADER template using plugin
basically i need to insert a code after
Code:
<div id="toplinks" class="toplinks">
i dont want a template, i just want the plugin to insert a code directly after that shown above
using something like
Code:
$find <div id="toplinks" class="toplinks">
$mycode <div style="float:right; margin: 5px -12px 5px 10px;">{vb:raw mycode </div>
i am not sure the rest but i know its something like that