|
Oh sorry for mixing u up on this. The side4a.gif pics are the shadows for the sides, i dont mind about those. I just want the html code for shiffting a placed image thats put inside the gray cell (the first tp cell).
Wait ill put a pic there so u can shift it for me around...
<!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" background="Images/main.gif" 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>
|