|
Posted by lovely_angel_for_you on 07/26/06 05:28
Hi,
I have following link. By visitng first in IE, and then in Firefox, you
would get to know my issue.
http://lovely.angel.for.you.googlepages.com/test.htm
http://www.geocities.com/lovely_angel_for_you/test.htm
To explain in simple terms, the CSS code that I am using is not
providing the colors to Table backgrounds.
And assistance on that will be greatly appreciated.
I am also sending the link, just in case the link doesnt work.
Waiting for the assistance on the same.
Best Wishes
Lovely
*****Code For CSS Starts*****
BODY {background: #3787AF}
..tablemain
{
background-color=#FFF4E6;
FONT-SIZE: 11px;
COLOR: #000000;
FONT-FAMILY: Verdana;
TEXT-ALIGN: center;
}
..tablecenter
{
background-color=#FFFFFF;
FONT-SIZE: 11px;
COLOR: #000000;
FONT-FAMILY: Verdana;
TEXT-ALIGN: center;
}
*****Code For CSS Ends*****
*****Code For HTML Starts*****
<html>
<head>
<link href="test.css" rel="stylesheet" type="text/css">
<title>CSS Test Page</title>
</head>
<body>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" valign="top" align="center">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="750"
class="tablemain">
<tr>
<td width="138" valign="top" align="center">TABLE
MAIN</td>
<td width="484" valign="top" align="center">
TABLE MAIN
</td>
<td width="122" valign="top" align="center">TABLE
MAIN</td>
</tr>
<tr>
<td width="138" valign="top" align="center">
<p>TABLE MAIN </p>
<p>l</p>
<p>l</p>
<p>l</p>
<p>l</td>
<td width="484" valign="top" align="center">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0"
width="484" class="tablecenter">
<tr>
<td valign="top" align="center">TABLE CENTER
<p>IS </p>
<p>PLACE IN MIDDLE COLUMN</p>
<p>OF</p>
<p>TABLE MAIN</p>
<p>k</p>
<p>k</p>
<p>k</p>
<p>k</p>
<p>k</p>
<p>k</td>
</tr>
</table>
</div>
</td>
<td width="122" valign="top" align="center">TABLE
MAIN</td>
</tr>
<tr>
<td width="138" valign="top" align="center">TABLE
MAIN</td>
<td width="484" valign="top" align="center">
TABLE MAIN
</td>
<td width="122" valign="top" align="center">TABLE
MAIN</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</center>
</div>
</body>
</html>
*****Code For HTML Ends*****
Navigation:
[Reply to this message]
|