Sent by Jan! on 12 August 2002 17:05
Debra, I don't think you should bother ditching tables here: you've
clearly got tabular data (heck, they are extracted from a database
table!), so using CSS to emulate valid use of tables would be
unnecessary to say the least:
<div class="row">
<span class="label">First Name:</span>
<span class="formw" id="divFirstName"><% strFirstName %></span>
</div>
Hmmm, "row", why does that seem like a table thingie? Use text-align on
your label cells to align them the way you want.
--Jan!