Page 1 of 1

<confused/> please help

Posted: Tue Feb 25, 2014 10:07 pm
by newbee2014
I have the following the only prob is i need to underline just two words "refused OR deemed refused" I am sure it's very simple but I am very new to this please help and thank you in advance.

Code: Select all

<field colSpan="-1" minH="12.7mm" name="Oath1" w="67.7337mm">
<ui>
<textEdit multiLine="1">
<border presence="hidden">
<?templateDesigner StyleID aped0?></border>
<margin/>
</textEdit>
</ui>
<font typeface="Times New Roman" baselineShift="-3pt" letterSpacing="0.003em"/>
<margin bottomInset="1mm" leftInset="1mm" rightInset="1mm" topInset="1mm"/>
<border>
<edge presence="hidden">
<color value="192,192,192"/>
</edge>
<corner presence="hidden" thickness="0.1778mm">
<color value="192,192,192"/>
</corner>
</border>
<assist>
<speak disable="1"/>
</assist>
<event activity="initialize" name="event__initialize">
<script contentType="application/x-javascript">this.rawValue = "I personally served the Respondent ___ on ___ (Date) with a copy of the last written offer hereto annexed and marked as Exhibit \"____\", and that the attached last written offer has been (refused OR deemed refused (select only one option)) by the said Respondent ____."

<font size="10pt" typeface="Times New Roman" weight="bold" baselineShift="0pt" underline="1"/>
</script>
</event>
</field>
<border>
<edge presence="hidden"/>
</border>
<keep intact="none"/>
<occur max="-1" min="0"/>
<field minH="5.8311mm" name="RemoveSpecRow" relevant="-print" w="6.35mm">
<ui>
<button highlight="inverted"/>
</ui>
<font typeface="Times New Roman"/>
<caption>
<value>
<text>-</text>
</value>
<para hAlign="center" marginLeft="0pt" marginRight="0pt" spaceAbove="10pt" spaceBelow="10pt" textIndent="0pt" vAlign="middle"/>
<font baselineShift="0pt" typeface="Times New Roman" weight="bold">
<fill>
<color value="233,175,13"/>
</fill>
</font>
</caption>
<border hand="right">
<edge/>
<corner thickness="0.1753mm"/>
<fill>
<color value="0,0,0"/>
</fill>
</border>
<bind match="none"/>
<assist>
<speak>Click here to remove this week</speak>
</assist>
<event activity="click" name="event__click">
<script contentType="application/x-javascript">_Row1.removeInstance(Row1.index);
</script>