I'm trying to get this to work in version 4.2.0 without any luck.
I've pasted the code into additional.css
Code:
div.forcetoregister {
background:url(images http://www.talkoftheterrace.net/vb4/images/misc/register.png);
background-repeat: no-repeat;
width:300px;
height:200px;
padding:0 5px 3px;
position:fixed;
right:1px;
bottom:0px;
z-index:1;
}
and I've pasted this into my header template file this is just the top part :
Code:
<div id="g_wrapper">
<vb:if condition="$show['guest']"><a href="http://www.talkoftheterrace.net/vb4/register.php"><div class="forcetoregister"></div></a></vb:if>
<div class="g_topbar"><div class="g_site_width"><div class="g_topbar_in">
<div class="g_memarea">
<vb:if condition="$show['member']">
<ul class="g_isuser">
I've used the full URL to check the links are correct, both work when pasted into the browser.
No image shows when I am logged out, I know I am missing something, but I can't think what.