Using HTML in language file

Re: Using HTML in language file

by Joe Deegan -
Number of replies: 0

Managed to figure out the Thanks page.  Here's the code I used in case anybody else stumbles across this looking to do something similar.

 

#login-confirm.login .generalbox {
background-image: url("image.jpg");
background-repeat: no-repeat;
background-position: 50% 0;
padding-top: 50px;
}