Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   Newbie Questions (http://www.greenguysboard.com/board/forumdisplay.php?f=5)
-   -   I am Stumped...??? (http://www.greenguysboard.com/board/showthread.php?t=56259)

DIVAD3 2010-02-01 12:02 PM

I am Stumped...???
 
Can someone help me out with solving a little problem. Iwould like to change the color of this form box. I have tryed various ways: form color= / table color= / color = / And no matter where I place it - it doesn't change!

Di' Vad

http://www.detailzusedcars.com/us-au.../register.html

PHP Code:

<form action="register.php" method="post" name="regForm" id="regForm" >        
<
table width="100%" border="0" cellpadding="3" cellspacing="3" class="forms"


mark6188 2010-02-01 01:20 PM

Here's some code with various color combos.

Code:


 
   
   
 
 
   
   
 
 
   
   
 
12
34
56

Table is red background (600 wide with 1px black border)
Cell 1 is white
cell 2 is default table
cell 3 is default table
cell 4 is yellow
row 3 is blue

You have a css class="forms". Look for the color code #E4F8FA in there too.

DIVAD3 2010-02-01 02:17 PM

Thanks I appreciate the response...
 
Thanks I appreciate your response Mark !

(Click) Light bulb just came on)
I found what you are talking about:

PHP Code:

.forms {
background-color#E4F8FA;
fontnormal 12px arial,verdana;
padding3px;

border1px solid #CAE4FF;
}
.
myaccount {
background-color#E4F8FA;
fontnormal 12px arial,verdana;
padding2px 5px;
border1px solid #CAE4FF;

}

.
main {
fontnormal 12px arial,verdana;
padding2px;
margin2px;

 }
 
 .
titlehdr {
 
fontnormal 22px arialverdana;
 
color#c00;
 
border-bottom1px solid #c00;
 
 
 
}
 
.
msg {
padding5px;
width600px;
margin2px;
color#c00;
border1px solid #c00;
background-color#FEF1ED;
fontbold 13px  verdana;

 
.
error {
fontnormal 11px arialverdana;
color#c00;
border1px solid #c00;
padding2px;
margin5px;
floatleft;
background-color#FEF1ED;
}
 
 .
example {
fontnormal 10px arial;
colorred;
}
.
approved {
fontnormal 10px arial;
colorgreen;
}

.
loginform {
font16px normal arial;
background-color#E4F8FA;
fontnormal 12px arial,verdana;
padding3px;
border1px solid #CAE4FF;
}

.
loginform #txtbox {
fontbold 16px arial;
color#f00;


Thanks again!

DIVAD3 2010-02-01 03:23 PM

Houston: We have a clear take off !

Gold Background accomplished!
CSS is awesome!

http://www.detailzusedcars.com/us-au.../register.html


All times are GMT -4. The time now is 08:51 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc