Something like this?
Code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>i need a table centered but not deprecated</title>
</head>
<body>
<div style="border: 1px solid black; width: 740px; height: 425px; margin: 0 auto; overflow: hidden;">
<div style="background: url(image.png) no-repeat center #080; float: left; width: 240px; height: 425px;"></div>
<div style="margin-left: 240px; height: 425px; overflow: hidden; overflow-y: scroll;">text that starts from top left of this cell</div>
</div>
</body>
</html>
Not really sure how you wanted the background for the left column.
Last edited by bionoid; 08-08-2012 at 05:31 AM.
All code given is free and non-refundable.
Bookmarks