i was just wondering if it is possible to move items left and right inside the
<td> </td>
tags
i was just wondering if it is possible to move items left and right inside the
<td> </td>
tags
yes, it sure 'nuf is:
<td align="right"> or
<td align="left"> or
<td align="center"> or
<td align = "justify"> (effects text only)
etc.........
no thats not quite it
i need to be able to type say 40 and it moves right 40 in side the TD tags
also i am using a saerch box so i need to to effect every thing
Ahh, what you’re after is relative positioning, which is included in the HTML 4.0 definition for layers (DIV).
BUT, none of the browsers support it.
Would an “hspace” help?
Nice idea, but hspace only effects image placement, not the entire contents of a table cell.
:: Copyright KIRUPA 2024 //--