tables suck, sorry thats not very helpful, but thats the way it is. Tables are intended for displaying tabular data, not for web design.
Hello Fifaifo,
I’ll take a closer look …. I’ll let you know
But I need to see your table coding. all you are showing is a picture.
… and that does not tell me any thing.
Hello Fifaifo,
I’ll take a closer look …. I’ll let you know
But I need to see your table coding. all you are showing is a picture.
… and that does not tell me any thing.
Opps. Here you go!
<!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=shift_jis” />
<title>Untitled Document</title>
<style type=”text/css”>
<!–
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
–>
</style></head>
<body>
<table width=”100″ height=”100%” border=”0″ cellpadding=”0″ cellspacing=”0″>
<tr valign=”bottom”>
<td align=”left”><img src=”images/23b-part3.png” width=”757″ height=”570″ align=”bottom” /></td>
</tr>
</table>
</body>
</html>