
how to add Login page image
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
how to add Login page image
How to add image on Login page on this Place. 
please help 
You do not have the required permissions to view the files attached to this post.
Last edited by whitehatworld on 11 Aug 2014, 07:11, edited 1 time in total.
how to add Login page image
Open template/login_body.html
FindAfter Add
Refresh templates
And I think you posted this in the wrong forum.
Find
Code: Select all
<div class="content">
<h2><!-- IF LOGIN_EXPLAIN -->{LOGIN_EXPLAIN}<!-- ELSE -->{L_LOGIN}<!-- ENDIF --></h2>
Code: Select all
<div style="float: right"><img src="http://www.mricons.com/store/png/2146_3239_128_lock_icon.png" alt="lock" /></div>
And I think you posted this in the wrong forum.
how to add Login page image
Or you could do it as stoker has by replacing
with
(so you can set the location of the image)
And stoker why arnt you using an alt tag on the image ? just wondering.
Code: Select all
<div class="content">
Code: Select all
<div class="content" style="background: url('{ROOT_PATH}images/login.png') no-repeat 75% 60%;">
And stoker why arnt you using an alt tag on the image ? just wondering.
You do not have the required permissions to view the files attached to this post.
how to add Login page image
Thanks it's work.
Last edited by whitehatworld on 11 Aug 2014, 07:09, edited 1 time in total.
how to add Login page image
As my good friend Sniper_E pointed out your posting in the wrong forum this is User Contributions not a requesting support forum.