/    Sign up×
Community /Pin to ProfileBookmark

How can I align all radio buttons?

Hi,
How can I align all radio buttons?

The table is generated dynamically. The table can have 0 or more than 1 rows.
Please note I can’t change the HTML of the table. The table is created with a button click which has my Javascript code.

My page Source is :

[CODE]<table width=”100%” style=”z-index: 96; margin: 7px;” id=”OuterMatchedClaimentTable”>
<tbody id=”MatchedClaimentTable”>
<tr name=”” id=””>
<td name=”” id=”” style=”font-weight: bold; font-size: 12px; text-decoration: underline;”>Case Type</td>
<td name=”” id=”” style=”font-weight: bold; font-size: 12px; text-decoration: underline;”>Case ID</td>
<td name=”” id=”” style=”font-weight: bold; font-size: 12px; text-decoration: underline;”>Date of Loss</td>
<td name=”” id=”” style=”font-weight: bold; font-size: 12px; text-decoration: underline;”>Type of Case</td>
<td name=”” id=”” style=”font-weight: bold; font-size: 12px; text-decoration: underline;”>Client</td>
<td name=”” id=”” style=”font-weight: bold; font-size: 12px; text-decoration: underline;”>Address</td>
<td name=”” id=”” style=”font-weight: bold; font-size: 12px; text-decoration: underline;”>Phone #</td>
<td name=”” id=”” style=”font-weight: bold; font-size: 12px; text-decoration: underline;”>Gender</td>
<td name=”” id=”” style=”font-weight: bold; font-size: 12px; text-decoration: underline;”>Language</td>
</tr>
<tr name=”row1″ id=”row1″><td name=”” id=””>Existing Case<input type=”radio” name=”claimentinfo” id=”ExisitingCase1″>
</td><td name=”” id=”” style=”color: Red; font-weight: bold;”>abc</td>
<td name=”” id=””>abc</td><td name=”” id=””>abc</td>
<td name=”” id=””>abc</td><td name=”” id=””>abc</td>
<td name=”” id=””>(416) 123-1234</td>
<td name=”” id=””>Male</td>
<td name=”” id=””>English</td>
</tr>
<tr name=”row1″ id=”row1″><td name=”” id=””>Existing Case<input type=”radio” name=”claimentinfo” id=”ExisitingCase2″>
</td><td name=”” id=”” style=”color: Red; font-weight: bold;”>abc</td>
<td name=”” id=””>abc</td><td name=”” id=””>abc</td>
<td name=”” id=””>abc</td><td name=”” id=””>abc</td>
<td name=”” id=””>(416) 123-1234</td>
<td name=”” id=””>Male</td>
<td name=”” id=””>English</td>
</tr>
<tr name=”row” id=”row”>
<td name=”” id=””>New Case<input type=”radio” name=”claimentinfo” id=”NewCase”></td>
</tr>
</tbody>
</table>[/CODE]

Thanks

to post a comment
JavaScript

6 Comments(s)

Copy linkTweet thisAlerts:
@WolfShadeNov 03.2010 — First three rows have 9 td cells, last one has one, no colspan.

^_^
Copy linkTweet thisAlerts:
@asifakhtarauthorNov 03.2010 — First three rows have 9 td cells, last one has one, no colspan.

^_^[/QUOTE]

Yes the last row has only 1 cell with no colspan.
Copy linkTweet thisAlerts:
@WolfShadeNov 03.2010 — I recommend using a colspan to stretch it to the width of the table.. or put in 8 TD cells wrapped around a non-breaking space.

Aside from that, align the text in the cells with the radio buttons to the right.

^_^
Copy linkTweet thisAlerts:
@asifakhtarauthorNov 03.2010 — Still doesn't work.
Copy linkTweet thisAlerts:
@WolfShadeNov 03.2010 — You did a [color=blue]style="text-align:right;"[/color] inside the first TD of each row, and it's still not working?

I've included a screenshot of what it looks like on my browser.

^_^

[upl-file uuid=cef7ddf3-7090-4b24-8508-2ea1d1a3c009 size=23kB]align-right.gif[/upl-file]
Copy linkTweet thisAlerts:
@asifakhtarauthorNov 04.2010 — You did a [color=blue]style="text-align:right;"[/color] inside the first TD of each row, and it's still not working?

I've included a screenshot of what it looks like on my browser.

^_^[/QUOTE]

Thank you. It works.
×

Success!

Help @asifakhtar spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...