julmado
02-09-2006, 07:46 PM
I'm working on a page to calculate how many points one gets for completing certain tasks.
Simple text/radio/textbox format
ex:
Assure you can help Y ( ) N ( ) [ ] -worth 75%
One Face One Voice Y ( ) N ( ) [ ] -worth 25%
Total: [ ]
here is the code I have to date:
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="98%" id="AutoNumber1" height="49">
<tr>
<td width="64%" align="left" height="37">
<blockquote>
<blockquote>
<p><font face="Verdana"> <strong>Assure you can
help</strong></font></p>
</blockquote>
</blockquote>
</td>
<td width="36%" height="37">
<p align="center"><font face="Webdings" size="6" color="#00FF00">a</font>
<font face="Verdana"><b><font color="#FFFFFF">
<input type="radio" name="3" value="y"></font></b></font><font face="Wingdings" size="6" color="#CCCCCC"> </font><font face="Webdings" size="5" color="#FF0000">r</font><font face="Verdana"><b><font color="#FFFFFF"><input type="radio" name="3" value="n"></font></b></font></td>
<td width="34%" height="37">
<p align="center"><input type="text" name="T1" size="2"></td>
</tr>
<tr>
<td width="64%" align="left" height="1">
<blockquote>
<blockquote>
<p><b><font face="Verdana">Fulfill the Customer's Needs</font></b></p>
</blockquote>
</blockquote>
</td>
<td width="36%" height="1">
<p align="center"><font face="Webdings" size="6" color="#00FF00">a</font>
<font face="Verdana"><b><font color="#FFFFFF">
<input type="radio" name="4" value="y"></font></b></font><font face="Wingdings" size="6" color="#CCCCCC"> </font><font face="Webdings" size="5" color="#FF0000">r</font><font face="Verdana"><b><font color="#FFFFFF"><input type="radio" name="4" value="n"></font></b></font></td>
<td width="34%" height="1">
<p align="center"><input type="text" name="T1" size="2"></td>
</tr>
<tr>
<td width="64%" align="left" height="1">
<blockquote>
<blockquote>
<p><b><font face="Verdana">Total:</font></b></p>
</blockquote>
</blockquote>
</td>
<td width="36%" height="1">
<p align="center"></td>
<td width="34%" height="1">
<p align="center"><input type="text" name="T1" size="2"></td>
</tr>
</table>
And the url: http://www3.sympatico.ca/julien.lussier/qualitator.htm
Page doesn't look good in Opera (just discovered Opera doesn't like webdings).
Any little push (or shove) in the right direction would be much appreciated, many thanks..!
Simple text/radio/textbox format
ex:
Assure you can help Y ( ) N ( ) [ ] -worth 75%
One Face One Voice Y ( ) N ( ) [ ] -worth 25%
Total: [ ]
here is the code I have to date:
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="98%" id="AutoNumber1" height="49">
<tr>
<td width="64%" align="left" height="37">
<blockquote>
<blockquote>
<p><font face="Verdana"> <strong>Assure you can
help</strong></font></p>
</blockquote>
</blockquote>
</td>
<td width="36%" height="37">
<p align="center"><font face="Webdings" size="6" color="#00FF00">a</font>
<font face="Verdana"><b><font color="#FFFFFF">
<input type="radio" name="3" value="y"></font></b></font><font face="Wingdings" size="6" color="#CCCCCC"> </font><font face="Webdings" size="5" color="#FF0000">r</font><font face="Verdana"><b><font color="#FFFFFF"><input type="radio" name="3" value="n"></font></b></font></td>
<td width="34%" height="37">
<p align="center"><input type="text" name="T1" size="2"></td>
</tr>
<tr>
<td width="64%" align="left" height="1">
<blockquote>
<blockquote>
<p><b><font face="Verdana">Fulfill the Customer's Needs</font></b></p>
</blockquote>
</blockquote>
</td>
<td width="36%" height="1">
<p align="center"><font face="Webdings" size="6" color="#00FF00">a</font>
<font face="Verdana"><b><font color="#FFFFFF">
<input type="radio" name="4" value="y"></font></b></font><font face="Wingdings" size="6" color="#CCCCCC"> </font><font face="Webdings" size="5" color="#FF0000">r</font><font face="Verdana"><b><font color="#FFFFFF"><input type="radio" name="4" value="n"></font></b></font></td>
<td width="34%" height="1">
<p align="center"><input type="text" name="T1" size="2"></td>
</tr>
<tr>
<td width="64%" align="left" height="1">
<blockquote>
<blockquote>
<p><b><font face="Verdana">Total:</font></b></p>
</blockquote>
</blockquote>
</td>
<td width="36%" height="1">
<p align="center"></td>
<td width="34%" height="1">
<p align="center"><input type="text" name="T1" size="2"></td>
</tr>
</table>
And the url: http://www3.sympatico.ca/julien.lussier/qualitator.htm
Page doesn't look good in Opera (just discovered Opera doesn't like webdings).
Any little push (or shove) in the right direction would be much appreciated, many thanks..!