|
|
|
|
|
|
|
|
|
|
|
#1 |
|
I'm going to the backseat of my car with the woman I love, and I won't be back for TEN MINUTES
|
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:
|
|
|
|
|
|
#2 |
|
I'm going to the backseat of my car with the woman I love, and I won't be back for TEN MINUTES
|
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>
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 02:27 PM.. |
|
|
|
|
|
#3 |
|
I'm going to the backseat of my car with the woman I love, and I won't be back for TEN MINUTES
|
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:
Last edited by DIVAD3; 2010-02-01 at 03:55 PM.. |
|
|
|
|
|
#4 |
|
I'm going to the backseat of my car with the woman I love, and I won't be back for TEN MINUTES
|
Houston: We have a clear take off !
Gold Background accomplished! CSS is awesome! http://www.detailzusedcars.com/us-au.../register.html |
|
|
|
![]() |
|
|