how to add Login page image
Forum rules
As the forum title says this is for User Contributions
Post a support request in this forum and you will be banned!
As the forum title says this is for User Contributions
Post a support request in this forum and you will be banned!
-
- BBCoder I
- Posts: 4
- Joined: 07 Aug 2014, 18:27
- BBCodes: 1
- Contact:
how to add Login page image
How to add image on Login page on this Place.
please help
Last edited by whitehatworld on 11 Aug 2014, 09: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.
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
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.
-
- BBCoder I
- Posts: 4
- Joined: 07 Aug 2014, 18:27
- BBCodes: 1
- Contact:
how to add Login page image
Thanks it's work.
Last edited by whitehatworld on 11 Aug 2014, 09:09, edited 1 time in total.
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
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.