Hi all,
I?m tryig to insert an background image on the login form, it looks so easy but it dosent works at all.
I coppy a PHP scrip from manager project example as follow (Named M_Background):
print ("
<style type=‘text/css’>
body {
background-repeat: no-repeat;
background-image: url(…/_lib/img/grp__NM__Scriptcase_Project.jpg); //I changed this file
}
a:link,
a:active,
a:visited {
color: #FFFFFF;
text-decoration: none;
}
a:hover {
color: #FFFFFF;
text-decoration: underline;
}
</style>
");
And put on the scriptinit a call to M_Background, applications has a original theme and I suppose it has more weith than the script.
I?m not a pogrammer so any help will be usefull, thanks in advace for your help.