Quote:
Originally Posted by qwer81
|
I don't know why image is in the center of web page unless you change the original code for additional.css
You can change code in header template to this to remove it from the registration form.
Code:
To show it on every page EXCEP THE REGISTER PAGE, add this code: <vb:if condition="THIS_SCRIPT != 'register'">
<vb:if condition="$show['guest']"><a href="/register.php"><div class="forcetoregister"></div></a></vb:if>
</vb:if>