View Single Post
Old 06-14-2007, 02:11 AM   #3 (permalink)
zoran
Junior Member
 
Join Date: 01-12-07
Posts: 27
iTrader: 0 / 0%
Latest Blog:
None

zoran is liked by many
Quote:
Originally Posted by Jesse Vlasveld View Post
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">&nbsp;</td>
<td height="185" bgcolor="#CCCCCC">&nbsp;</td>
<td width="15" rowspan="4" background="Images/side4a.gif">&nbsp;</td>
</tr>
<tr>
<td height="30" bgcolor="#FFCC66" style="border-top: solid 1px #FFFFFF;">&nbsp;</td>
</tr>
<tr>
<td height="143">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
</div>
</body>
</html>
zoran is offline   Reply With Quote