Quote:
Originally Posted by Jesse Vlasveld
|
Ok thanx for the help, but i just cant seem to be able to fit this css code into an example of tables im trying to make. Note that i want to shift a pic in the background of the first cell (gray colored), shift is as shown on the example!
Here is the code...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div align="center">
<table width="800" height="656" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="15" rowspan="4" background="Images/side4.gif"> </td>
<td height="185" bgcolor="#CCCCCC"> </td>
<td width="15" rowspan="4" background="Images/side4a.gif"> </td>
</tr>
<tr>
<td height="30" bgcolor="#FFCC66" style="border-top: solid 1px #FFFFFF;"> </td>
</tr>
<tr>
<td height="143"> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</div>
</body>
</html>