PDA

View Full Version : Positioning



chris9902
April 1st, 2003, 03:26 PM
i was just wondering if it is possible to move items left and right inside the
<td> </td> tags

abzoid
April 1st, 2003, 05:01 PM
yes, it sure 'nuf is:


<td align="right"> or
<td align="left"> or
<td align="center"> or
<td align = "justify"> (effects text only)
etc.........

chris9902
April 1st, 2003, 05:08 PM
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

abzoid
April 1st, 2003, 05:25 PM
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. :(

dexa_007
April 1st, 2003, 05:48 PM
Would an "hspace" help?

abzoid
April 1st, 2003, 05:50 PM
Nice idea, but hspace only effects image placement, not the entire contents of a table cell.