External CSS file has this code:
Code:
th.waitingTimes {
border-style: solid;
border-width: 2px;
border-color: blue;
margin: auto;
}
td.waitingTimes {
border-style: solid;
border-width: 2px;
border-color: blue;
margin: auto;
}
Related html code is:
HTML Code:
<a id="how-long"></a><p>Q17. How long must I wait before I can expunge my conviction?</p>
<p>
A. All convictions require a waiting time before the court will let you expunge your record. Dismissals also will require a waiting time if the dismissal resulted from successful completion of a diversion. These times are as follows:</p>
<br />
<table class="waitingTimes">
<caption>Waiting Times in New Jersey Before Convictions and Some Dismissals Can Be Expunged<br /><br /></caption>
<tr>
<th>
Nature of Conviction<br /><br />
</th>
<th>
Waiting Time<br /><br />
</th>
</tr>
<tr>
<td>
Crime (Felony)
</td>
<td>
The full waiting period is ten years. However, the court will consider an application to expunge a felony conviction after five years. (The court refers to this as “early pathway.”) For early pathway, the court will require you to <a href="complexExpungements.php">show that granting the expungement is in the public interest</a>.
</td>
</tr>
<tr>
<td>
Disorderly Persons Offense (Misdemeanor)
</td>
<td>
The full waiting period is five years. However, the court will consider an application to expunge a disorderly persons conviction after three years. (The court refers to this as “early pathway.”) For early pathway, the court will require you to <a href="complexExpungements.php">show that granting the expungement is in the public interest</a>
</td>
</tr>
<tr>
<td>
Petty Disorderly Persons Offense (Misdemeanor)
</td>
<td>
The full waiting period is five years. However, the court will consider an application to expunge a petty disorderly persons conviction after three years. (The court refers to this as “early pathway.”) For early pathway, the court will require you to <a href="complexExpungements.php">show that granting the expungement is in the public interest</a>.
</td>
</tr>
<tr>
<td>
Juvenile Adjudication
</td>
<td>
Five years, or period for equivalent offense if committed by an adult, whichever is less.
<br />
<br />
Note that <a href="sealing.php">a separate process exists</a> whereby records of juvenile adjudications that cannot be expunged may be “sealed.” Sealing provides many of the same benefits that are obtained with expungement. The waiting period to seal juvenile delinquency adjudications is two years. For persons seeking entry into the United States Armed Forces, the two-year waiting period is waived.
</td>
</tr>
<tr>
<td>
Municipal Ordinance
</td>
<td>
Two years
</td>
</tr>
<tr>
<td>
Young Drug Offender
<br />(21 years of age or younger when offense was committed)
</td>
<td>
One year
</td>
</tr>
<tr>
<td>
Driving While Intoxicated (DWI/DUI)
</td>
<td>
DWI/DUI arrests and convictions cannot be expunged under New Jersey law. Please see Question 19, below, for more detailed information.
</td>
</tr>
<tr>
<td>
Dismissal following successful completion of diversion (PTI, Conditional Discharge, or Conditional Dismissal)
</td>
<td>
Six months
</td>
</tr>
<tr>
<td>
Not guilty by reason of insanity, or not guilty for lack of mental capacity
</td>
<td>
These dispositions cannot be expunged. However, if there was a commitment to a mental health facility, it may be possible to <a href="mentalhealthrecords.php">expunge that commitment</a>.
</td>
</tr>
<tr>
<td>
Final Restraining Order arising from domestic violence situation (“DVRO”)
</td>
<td>
Records relating to restraining orders cannot be expunged because restraining orders are civil in nature, not criminal. <a href="http://www.marainlaw.com/page.php?here=dom_viol" target="_blank">Information about restraining orders</a> is available elsewhere.
</td>
</tr>
<tr>
<td>
Dismissal, Other
</td>
<td>
No waiting time at all. Call us!
</td>
</tr>
</table>
The <th> and <td> elements are not presenting the borders that I seek. Other changes that I've made to the CSS file are duly reflected in the page presentation, so relating the external file to the page appears not to be the culprit. I suspect my error is "obvious," but I don't see it! Help anyone?
(The malfunctioning display is at Question 17 on https://www.njexpungements.com/faq.php)
A.
Bookmarks