PDA

View Full Version : Remember Me Check Box spacing issue


RichieBoy67
07-15-2010, 08:49 PM
Hi all,

This is the code for the check box that allows you to have the site remember your log in when you log in to the site..

<div id="remember" class="remember">
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>
</div>

The issue I am having is that there is a small banner directly under this. I would like to add a space there when the check box is present but after the check box and log in inputs clear the extra space has to disappear as well.

For now I have line breaks(<br />) around the banner but it doesn't balance when the check box clears so I have to figure out a better way. I know I could probably add this with a conditional but isn't there an easier way where I could add a break(<br />) somewhere? What am I missing here??

Thanks,

Rich