Hello,
I am trying to make a web site.
i have started to play about with the style sheet that is auto generated the make it how i like,
My question is how can i put a background image in the .LoginDisplay class?
I have tried editing it as follows
.loginDisplay
{
font-size: 1.1em;
display: block;
text-align: right;
padding: 10px;
color: White;
background-image:http://localhost:6131/WebSite1/Images/SRBanner.jpg;
}
but that doesn't put the image in?
any ideas?
thanks for the help!!
Iain