Tom Livingston wrote:
> Like this?
> https://tomliv.com/css-d/abs-in-table/

/Wunderbar !  /I will look at your code in a minute; in the meantime, here is 
my (slightly kludgy) version :

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Untitled Document</title>
</head>
<body>
<TABLE>
 <TR>
  <TD class="table_cell_image">
      <DIV>
    <IMG src="farmhouse_-_house.001s.jpg">
    <DIV style="color: white; margin-top: -75%; margin-bottom: 75%; 
margin-left: 1%">001</DIV>
      </DIV>
  </TD>
  </TR>
  <TD class="table_cell_image">
      <DIV>
    <IMG src="farmhouse_-_house.001s.jpg">
    <DIV style="color: white; margin-top: -75%; margin-bottom: 75%; 
margin-left: 1%">002</DIV>
      </DIV>
  </TD>
  </TR>
  <TD class="table_cell_image">
      <DIV>
    <IMG src="farmhouse_-_house.001s.jpg">
    <DIV style="color: white; margin-top: -75%; margin-bottom: 75%; 
margin-left: 1%">003</DIV>
      </DIV>
  </TD>
  </TR>   
 </TABLE>
</body>
</html>

Philip Taylor
______________________________________________________________________
css-discuss [css-d@css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to