Posted by Leif K-Brooks on 10/10/05 07:28
sagejoshua wrote:
> Here's a sample of the calculator's HTML (simplified):
>
> <div id="calc">
> <h1>Monthly Payments Calculator</h1>
> <div class="contain">
> <label for="price">Closing Price:</label>
> <input name="price" id="price" />
> </div>
> <div class="contain">
> <label for="dp">Down Payment:</label>
> <input name="dp" id="dp" />
> </div>
> </div>
Looks like tabular data to me. Tables are designed for tabular data.
Navigation:
[Reply to this message]
|