On Thu, May 24, 2018 at 4:03 PM Philip Taylor <p.tay...@rhul.ac.uk> wrote:

>
>
> 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
>

You aren't opening each new row.

-- 

Tom Livingston | Senior Front End Developer | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com


#663399
______________________________________________________________________
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