|
Posted by Els on 11/15/05 17:30
brian.newman@wpafb.af.mil wrote:
> Okay, so I'm confused.
> I tried
> <tr>
> <div id="otherBaseData" style="display:none; margin-left:20px">
> <td> Type in Location </td>
> <td><input type="text" name="projected_base" maxlength="50"></td>
> <td></td>
> </div>
> </tr>
> and that doesn't work either. I guess that's because there can't be
> anything between <tr> and <td>, but, if that's the case, then how does
> is this kind of thing done?
<tr id="otherBaseData" style="display:none;">
<td> Type in Location </td>
<td><input type="text" name="projected_base" maxlength="50"></td>
<td></td>
</tr>
Maybe? Not tried, and since I have no idea what you wanted the 20px
margin-left for, I left it out. AFAIK you can't set a margin on a tr
or td. Some browsers honour a padding on <table> though.
--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: 2 Unlimited - Face To Face
Navigation:
[Reply to this message]
|