I purchased a php script. I’m trying to place a bg image behind the register form.
This is what I have in the listing page.
#listing_action{
background-image:url('login_logo.jpg');
background-repeat:no-repeat;
height: 803px;
width: 1306px;
}
This is what I have in the main.css page…
#listing_action{
background-image:url('login_logo.jpg');
background-repeat:no-repeat;
height: 803px;
width: 1306px;
}
What ‘am I missing? Thanks in advance, Scott
[edited by: alt131 at 8:02 am (utc) on Mar 29, 2012]
[edit reason] Thread Tidy [/edit]