|
Posted by Adrienne Boswell on 02/13/07 15:32
Gazing into my crystal ball I observed "Nate12o6" <Baxter337@msn.com>
writing in news:1171380102.490382.282420@p10g2000cwp.googlegroups.com:
>> ><table width="100%">
>> > <tr>
>> > <td width="25%" cellpadding="20">
>> > <fieldset style="float:top;">
>> > <legend>Clients</legend>
>> > Customer john
>> > </fieldset>
>> > </td>
>
> Well this is all inside a form and i would love to give you a url but
> it is not publicly accesible at this time. What elements do you
> sugest insted of tables? div and spans?
>
>
>
No, it is NOT inside a form. Do you see a form element there? I don't.
I see the form element farther down:
<td width="75%">
<form action="testPost.php" method="post">
<div id="clientInfo">
<fieldset>
For this to be correct, the form element must come first: eg:
<form>
<table>
<tr>
<td>
<fieldset><legend></legend>
</fieldset>
</td>
</tr>
</table>
</form>
I suggest you use the correct markup for the job. If you want to divide
the page up into areas, then, yes, use a div. If you want to use inline
style, use a span. If you want to make a form, make a form, and use
fieldset, label, input, select, and textarea as needed. If you want to
show tabular data, use a table.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Navigation:
[Reply to this message]
|