PHP Bulletin Board Home
News About Home
Features of phpBB Test drive phpBB Downloads Support for phpBB The phpBB Community Styles for customising phpBB 3rd party modifications to phpBB

Support Home | Knowledge Base Home | Submit Article | Search Articles | Browse Articles
 Login Forms Not Obeying Your Stylesheet 
Description: This article will show you how to make sure the login forms on the login page obeys the contents of subSilver.css.
Author: Outofmymindyo
Date: Fri Jan 23, 2004 4:26 am
Type: Tutorial
Keywords: login form
Category: Styles
Note: This article is no longer relevant to new installs. As of 2.0.14 this change has been included in the files in the download.
[Graham 16-Apr-2005]

open login_body.tpl, find this:
Code:
   
<input type="text"

replace with this:
Code:
   
<input type="text" class="post"   

then find this:
Code:
   
<input type="password"

and replace with this:
Code:
   
<input type="password" class="post"

Username: Password:
News | Features | Demo | Downloads | Support | Community | Styles | Mods | Links | Merchandise | About | Home
 © Copyright 2002 The phpBB Group.