dc

dc

  • NA
  • 663
  • 0

html incorrectly has dashed border

Apr 26 2017 3:04 PM

I am having an issue with the HTML that is used in a .net web form application. The problem is a dashed line line border is being displayed around the left, right, and bottom borders of where the 'option 1' and 'option 2 with corresponding wording is displayed.
The html that is being displayed is the deprecated apple-style-span class. Thus can you show me how to fix the html that is listed in code so the border does not display in the html?

Here is the html:

'<blockquote dir="ltr" style="margin-right: 0px;"><blockquote dir="ltr" style="margin-right: 0px;"><blockquote dir="ltr" style="margin-right: 0px;"><blockquote dir="ltr" style="margin-right: 0px;"><blockquote dir="ltr" style="margin-right: 0px;"><blockquote dir="ltr" style="margin-right: 0px;"><blockquote dir="ltr" style="margin-right: 0px;"><blockquote dir="ltr" style="margin-right: 0px;"><blockquote dir="ltr" style="margin-right: 0px;"><blockquote dir="ltr" style="margin-right: 0px;"><blockquote dir="ltr" style="margin-right: 0px;"><blockquote dir="ltr" style="margin-right: 0px;"><blockquote dir="ltr" style="margin-right: 0px;">
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p >&amp;CUR_DATE.EVAL&nbsp;
</p>
</blockquote></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote>
<p><span style="font-size: 11pt;"><br />
Parent;STU_FNAME.EVAL &amp;STU_LNAME.EVAL<br />
</span><span style="font-size: 11pt;">&amp;PAR_ADDR.EVAL<br />
&amp;PAR_CITY.EVAL, &amp;PAR_STATE.EVAL. &amp;PAR_ZIP.EVAL</span><span style="font-size: 11pt;">&nbsp;</span></p>
<p><span style="color: #000000;" class="apple-style-span"><br />
<br />
<br />
Dear &amp;PAR_NAME.EVAL and &amp;STU_FNAME.EVAL &amp;STU_LNAME.EVAL:<br />
<br />
I am sending you this correspondence as the designated person, authorized through state statute, responsible for the enforcement of mandatory attendance laws. </span></p>
<p><span class="apple-style-span"></span></p>
<p><span style="color: #000000;" class="apple-style-span">Schools is very concerned about <strong>&amp;STU_FNAME.EVAL''s</strong> attendance pattern. Presently, <strong>&amp;STU_FNAME.EVAL has the equivalent of 5 or more days of unexcused absence from school</strong>.&nbsp; </p>
<p><span style="color: #000000;" class="apple-style-span">&nbsp;</span></p>
<p><span style="color: #000000;" class="apple-style-span">(Option 1) </span></p>
<table style="border: currentColor; border-image: none; border-collapse: collapse;" cellspacing="0" cellpadding="0" width="749" height="148" border="0">
<tbody>
<tr>
<td style="border-color: #f0f0f0; padding: 0in 5.4pt; background-color: transparent;" valign="top">
<p><span style="font-size: 11pt;">I have scheduled a collaborative plan&nbsp; review on DATE at TIME.&nbsp;&nbsp;We will meet at PLACE </span><span style="font-size: 11pt;">located at ADDRESS, ROOM #.&nbsp; Please check in at the main office upon your arrival.&nbsp; </span><span style="font-size: 11pt;">During this meeting we will address concerns and issues that may be contributing to the lack </span><span style="font-size: 11pt;">of school attendance. &nbsp;The student and parent are required to attend. If applicable, please </span><span style="font-size: 11pt;">bring any medical documentation regarding absences.&nbsp;&nbsp;&nbsp; </span><span style="font-size: 11pt;">If you cannot attend this meeting&nbsp;</span><span style="font-size: 11pt;">please contact me at PHONE #</span></p>
<p><span style="font-size: 11pt;">&nbsp;</span></p>
<p><span style="font-size: 11pt;">(Option 2)</span> </p>
</td>
</tr>
<tr>
<td style="border-color: transparent; padding: 0in 5.4pt; background-color: transparent;" valign="top">
<p>&nbsp;</p>
</td>
</tr>
<tr>
<td style="border-color: transparent; padding: 0in 5.4pt; background-color: transparent;" valign="top">
<p><span style="font-size: 11pt;">No meeting required.&nbsp; This letter is meant to serve as a notice of the student&rsquo;s absences. Please call me if you have any questions.<br />
</span></p>
</td>
</tr>
</tbody>
</table>
<br />
<p>Please know that Schools is required to report the names of students of unexcused absences.&nbsp;&nbsp;&nbsp;<br />
<br />
Sincerely,<br /> 

Answers (2)