Greenguy's Board


Go Back   Greenguy's Board > Newbie Questions
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2010-02-01, 12:02 PM   #1
DIVAD3
I'm going to the backseat of my car with the woman I love, and I won't be back for TEN MINUTES
 
DIVAD3's Avatar
 
Join Date: Aug 2009
Location: Up-Sate NY !
Posts: 79
Send a message via ICQ to DIVAD3
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"
DIVAD3 is offline   Reply With Quote
Old 2010-02-01, 01:20 PM   #2
mark6188
I'm going to the backseat of my car with the woman I love, and I won't be back for TEN MINUTES
 
mark6188's Avatar
 
Join Date: Sep 2009
Posts: 88
Send a message via ICQ to mark6188
Here's some code with various color combos.

Code:
<table width="600" border="1" cellpadding="0" cellspacing="0" bordercolor="#000000" bgcolor="#FF0000">
  <tr>
    <td bgcolor="#FFFFFF">1</td>
    <td>2</td>
  </tr>
  <tr>
    <td>3</td>
    <td bgcolor="#FFFF00">4</td>
  </tr>
  <tr bgcolor="#0000FF">
    <td>5</td>
    <td>6</td>
  </tr>
</table>
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.
__________________
My Blog: Working The Business

Last edited by mark6188; 2010-02-01 at 01:27 PM..
mark6188 is offline   Reply With Quote
Old 2010-02-01, 02:17 PM   #3
DIVAD3
I'm going to the backseat of my car with the woman I love, and I won't be back for TEN MINUTES
 
DIVAD3's Avatar
 
Join Date: Aug 2009
Location: Up-Sate NY !
Posts: 79
Send a message via ICQ to DIVAD3
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!

Last edited by DIVAD3; 2010-02-01 at 02:55 PM..
DIVAD3 is offline   Reply With Quote
Old 2010-02-01, 03:23 PM   #4
DIVAD3
I'm going to the backseat of my car with the woman I love, and I won't be back for TEN MINUTES
 
DIVAD3's Avatar
 
Join Date: Aug 2009
Location: Up-Sate NY !
Posts: 79
Send a message via ICQ to DIVAD3
Houston: We have a clear take off !

Gold Background accomplished!
CSS is awesome!

http://www.detailzusedcars.com/us-au.../register.html
DIVAD3 is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:59 AM.


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