|
-
Dec 12th, 2002, 04:02 PM
#1
Thread Starter
Hyperactive Member
Differant Alignment within TD Tags
what I would like to do is have some text in a TD on the left, then some on the right, only for some reason i cant do this, i have tryed...
Code:
<td>blah<right>blah</td>
<td>blah<align="right">blah</td>
<td>blah<align=right>blah</td>
<td>blah<valign=right>blah</td>
<td>blah<valign="right">blah</td>
none of this works, any help ?
thanks
Power to 2000 Electronic Donkeys!
www.edonkey2000.com
I hate case sensitivity... all you get down the M1 is "are we there yet" and "ouch, watch the bumps".
-
Dec 12th, 2002, 04:18 PM
#2
<td>
<div align="left">blah</div>
<div align="right">blah</div>
</td>
-
Dec 12th, 2002, 05:18 PM
#3
Frenzied Member
Or just put it in the TD:
<td align="right">blahblah</td>
<td align="left">blahblah</td>
Or better still (in my opinion):
<td style="text-align:right;">blahblah</td>
<td style="text-align:left;">blahblah</td>
-
Dec 12th, 2002, 06:02 PM
#4
Thread Starter
Hyperactive Member
Power to 2000 Electronic Donkeys!
www.edonkey2000.com
I hate case sensitivity... all you get down the M1 is "are we there yet" and "ouch, watch the bumps".
-
Dec 12th, 2002, 06:27 PM
#5
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|