Jump to content

Styling radio buttons


cmccully

Recommended Posts

Hi,

 

I am looking for some help with styling an evaluation form. I would like to convert over from table based to CSS. The form I have uses a series of tables to format the evaluation form and looks like this:

 

<table border="0" align="left" width="100%">

<tr>

<td colspan="6"><p>The objectives for this course were clearly stated!</p></td>

</tr>

<tr>

<td>

<div align="center">

<input name="eval_q1" type="radio" value="1" />

</div>

</td>

<td>

<div align="center">

<input name="eval_q1" type="radio" value="2" />

</div>

</td>

<td>

<div align="center">

<input name="eval_q1" type="radio" value="3" />

</div>

</td>

<td>

<div align="center">

<input name="eval_q1" type="radio" value="4" />

</div>

</td>

<td>

<div align="center">

<input name="eval_q1" type="radio" value="5" />

</div>

</td>

<td>

<div align="center">

<input name="eval_q1" type="radio" value="6" />

</div>

</td>

</tr>

<tr>

<td width="80"><div align="center" class="rev_resp">Strongly Agree</div></td>

<td width="80"><div align="center" class="rev_resp">Somewhat Agree</div></td>

<td width="80"><div align="center" class="rev_resp">Neutral</div></td>

<td width="80"><div align="center" class="rev_resp">Somewhat Disagree</div></td>

<td width="80"><div align="center" class="rev_resp">Strongly Disagree</div></td>

<td width="80"><div align="center" class="rev_resp">Not Applicable</div></td>

</tr>

</table>

 

</div>

 

<p> </p>

<table border="0" align="left" width="100%">

<tr>

<td colspan="6"><p>The course content met the stated objectives!</p></td>

</tr>

<tr>

<td>

<div align="center">

<input name="eval_q2" type="radio" value="1" />

</div>

</td>

<td>

<div align="center">

<input name="eval_q2" type="radio" value="2" />

</div>

</td>

<td>

<div align="center">

<input name="eval_q2" type="radio" value="3" />

</div>

</td>

<td>

<div align="center">

<input name="eval_q2" type="radio" value="4" />

</div>

</td>

<td>

<div align="center">

<input name="eval_q2" type="radio" value="5" />

</div>

</td>

<td>

<div align="center">

<input name="eval_q2" type="radio" value="6" />

</div>

</td>

</tr>

<tr>

<td width="80"><div align="center" class="rev_resp">Strongly Agree</div></td>

<td width="80"><div align="center" class="rev_resp">Somewhat Agree</div></td>

<td width="80"><div align="center" class="rev_resp">Neutral</div></td>

<td width="80"><div align="center" class="rev_resp">Somewhat Disagree</div></td>

<td width="80"><div align="center" class="rev_resp">Strongly Disagree</div></td>

<td width="80"><div align="center" class="rev_resp">Not Applicable</div></td>

</tr>

</table>

 

All of this is of course stuck in a <form> tag. Any sugestions are appreciated.

 

 

Curtis

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.