| 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:
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"
| |
|
|
|