Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 custom login field colors
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

ewyglend
New Member

83 Posts

Posted - 27 June 2002 :  23:05:12  Show Profile
Just in case someone wants to change the color of the username and password form fields...

This goes in the inc_top.asp file:
Add the following bold text, and then customize the red text

NOTE: I have done some editing to this page, so yours might not look exactly the same (probably doesnt have the scrollbar modifications, but feel free to grab those too!)
<style type=text/css>
<!--
.formbox { background: transparent; background-color: #CCCCCC; border: 1px solid #000000; color: #000000; font-size: x-small; text-align: left}
body { background-color: #394458;
scrollbar-face-color: #394458;
scrollbar-highlight-color: #EEEEEE;
scrollbar-shadow-color: #EEEEEE;
scrollbar-3dlight-color: #394458;
scrollbar-arrow-color: #EEEEEE;
scrollbar-track-color: #394458;
scrollbar-darkshadow-color: #394458}
td { font-family: verdana;
font-size: 1px;
color: #cccccc;}
a:link {color:<% =strLinkColor %>;text-decoration:<% =strLinkTextDecoration %>}
a:visited {color:<% =strVisitedLinkColor %>;text-decoration:<% =strVisitedTextDecoration %>}
a:hover {color:<% =strHoverFontColor %>;text-decoration:<% =strHoverTextDecoration %>}
input.radio {background: <% = strPopUpTableColor %>; color:#3a4559}
-->
</style>


Then go farther down to where the form fields for the username and password are:
 <td><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>"><b>Username:</b></font><br>
<INPUT CLASS=formbox type="text" name="Name" size="10" value=""></td>
<td><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>"><b>Password:</b></font><br>
<INPUT CLASS=formbox type="password" name="Password" size="10" value=""></td>
<td valign="bottom">




Edited by - ewyglend on 27 June 2002 23:08:29

dayve
Forum Moderator

USA
5820 Posts

Posted - 27 June 2002 :  23:10:40  Show Profile  Visit dayve's Homepage
I've already done this but took it a step further and
modified ALL of my form objects




http://www.nineinchnailz.com
Go to Top of Page

ewyglend
New Member

83 Posts

Posted - 27 June 2002 :  23:13:32  Show Profile
yeah I have done that too, but for some reason I forgot to mention it. I've also made mutiple style sheets, so some fields come up one way, and some come up another way.


hmm i just noticed the attach file thing you have, is that a mod?


Edited by - ewyglend on 27 June 2002 23:14:45
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 27 June 2002 :  23:21:30  Show Profile  Visit dayve's Homepage
quote:

hmm i just noticed the attach file thing you have, is that a mod?


yes, but not all hosts will allow for this, it uses the FSO
(File System Object).


http://www.nineinchnailz.com
Go to Top of Page

ewyglend
New Member

83 Posts

Posted - 27 June 2002 :  23:24:16  Show Profile
'tis a shame, it would have come in usefull to me.

Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 27 June 2002 :  23:26:40  Show Profile  Visit dayve's Homepage
quote:

'tis a shame, it would have come in usefull to me.



do you have a paid host or a free host? just ask them
if they support FSO but another consideration is the space
you will need to host all the files that will be uploaded
by members as well as if you have a cap on throughput
per month.


http://www.nineinchnailz.com
Go to Top of Page

ewyglend
New Member

83 Posts

Posted - 28 June 2002 :  01:13:35  Show Profile
Hmm true. I am doing an online degree program for a state university and I am using snitz as the forum. I have pretty good funding for the project so I suppose I could talk to the server people. Also, space won't really be an issue.

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.19 seconds. Powered By: Snitz Forums 2000 Version 3.4.07