navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Spooky Login 2-57

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> Spooky Login 2-57
Page: [1]
 
WRXSTi

 

Posts: 30
Joined: 2/7/2002
From: MA USA
Status: offline

 
Spooky Login 2-57 - 3/25/2002 23:52:29   
Where do I change the back ground color of the cells on the left side in register.asp page. I tried changing the table and cell background properties everywhere I coudl find/think of. Where is the code I need to change.



thank you,

Me
Spooky

 

Posts: 26603
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: Spooky Login 2-57 - 3/26/2002 2:54:49   
Its not actually controlled by any css or color.
The base version is just a plain table.

Can you send me a url to check the web page for where it is perhaps?

§þððk¥
Database / DRW Q & A
VP-ASP Shopping cart
Spooky Login

(in reply to WRXSTi)
WRXSTi

 

Posts: 30
Joined: 2/7/2002
From: MA USA
Status: offline

 
RE: Spooky Login 2-57 - 3/26/2002 8:42:11   
Here is the link to the register.asp page.
http://66.189.31.227:49990/login/register.asp

Below I put in the bgcolor tags, but they fail to work.
 If ContinueRegister <> "True" OR NOT r_2stage_form OR r_use_authorize then%> 

<TR><TD colspan="2" bgcolor="#333399"><HR><%=txtEntUserName%></TD></TR>

<%If r_allow_update AND (UserUpdate OR ChkUpdate = "True") then

'---------------------------------------
' Its an update, we dont need form boxes
'---------------------------------------%>

<TR><TD width="35%" class="txtBody" bgcolor="#333399" ><%=txtUserName%></TD>
<TD width="65%" bgcolor="#333399" ><%=Username%></TD></TR><input type="hidden" Name="UserName" Value="<%=UserName%>">

<%Else
'---------------------------------------
' Register, show Username box
'---------------------------------------

Call DoRegInputRow ("UserName",txtUserName,UserName,21,4,1)

End If%>

<TR><TD colspan='2' bgcolor="#333399" ><%=txtEntConfirm%></TD></TR>

<% '---------------------------------------
' Register, show Password boxes
'---------------------------------------

Call DoRegInputRow ("T2",txtPassword,T2,21,7,1)
Call DoRegInputRow ("T3",txtConfirm,T3,21,7,1)

Else
'---------------------------------------
' Its part 2 of a 2 stage form
'---------------------------------------%>

<input type="hidden" bgcolor="#333399" Name="UserName" Value="<%=UserName%>">
<input type="hidden" bgcolor="#333399" Name="T2" Value="<%=T2%>">
<input type="hidden" bgcolor="#333399" Name="T3" Value="<%=T3%>">

<%End if
'===============================================================



Me

(in reply to WRXSTi)
Spooky

 

Posts: 26603
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: Spooky Login 2-57 - 3/26/2002 13:20:00   
Ahh sorry, I thought you meant the blue!
The bg is controlled by class="txtBody"
Those colors are specified in the style.css file for txtbody

§þððk¥
Database / DRW Q & A
VP-ASP Shopping cart
Spooky Login

(in reply to WRXSTi)
WRXSTi

 

Posts: 30
Joined: 2/7/2002
From: MA USA
Status: offline

 
RE: Spooky Login 2-57 - 3/26/2002 13:30:00   
Were getting there, but I actually need to know how to change the background color w/ in the cells on the left side, not the text color.

thanks,

Me

(in reply to WRXSTi)
WRXSTi

 

Posts: 30
Joined: 2/7/2002
From: MA USA
Status: offline

 
RE: Spooky Login 2-57 - 3/26/2002 17:59:13   
I got it working thanks !

Me

(in reply to WRXSTi)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> Spooky Login 2-57
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts