Spooky Login 2-57 (Full Version)

All Forums >> [Web Development] >> ASP and Database



Message


WRXSTi -> 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 -> 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




WRXSTi -> 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




Spooky -> 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




WRXSTi -> 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




WRXSTi -> RE: Spooky Login 2-57 (3/26/2002 17:59:13)

I got it working thanks !

Me




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.0625