Stephen, Stephen, Stephen

Why tables? Database generated content? Be interesting to see how you handle 
accessibility in the table since it is really presentational not data driven. 
There aren't really any table hearders.

Why not use css for the presentation? If you are taking it from a db, I know 
you have the skills to make a loop for the css.

Here's one:
<style type="text/css">
        .holdme{border:1px solid orange; width:30em;}
        .listing{float:left; width: 15em; background-color:yellow;}
        .listing2{float:left; width: 15em; background-color:yellow; 
text-align:right;}
img{border:0; margin:0; padding:0;}
        .main{clear:both;background-color:lightgreen; float:left;width:30em;}
        .picie{float:left;}
        .blurb{float left; width:24em; }
        .upper{background-color:lightblue;}
        .left{float:left; width:15em; clear:left;}
        .right{float:left; width:7.5em;}
        </style>        

<body>
<div class="holdme">
<div class="listing">atlanta</div>
<div class="listing2">price</div>
<div class="next"></div>
<div class="main">
<div class="picie"><img src="house.jpg" width="90px" height="67px"></div>
<div class="blurb">
        <div class="upper">wonderful house</div>
        <div class="lower">more house<br>multiple lines</div>
        <div class="next"></div>
</div><!-- end blurb -->
</div><!-- end main -->
<div class="left">buy me</div>
<div class="right">more stuff</div>
<div class="right">still more stuff</div>
<div class="next"></div>
</div><!-- end holdme -->
</body>

You can tell this has my attention since I should be paying attention to either 
Kojak or Battlestar Galactica.

Back to trash tv!

drew
____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
       Send Your Posts To: wdvltalk@lists.wdvl.com
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.

Reply via email to