HTML in feature long description
Hello, I recently upgrade to the latest HTML viewer and the HTML code that was in the feature long description is not being displayed as before. Does anyone have ideas for using HTML tables etc. in the feature long description? I just had a relatively simple table that displayed nicely in the older viewer version, but displays much differently now. The code was:
<table style="font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 70%;">
<tr>
<td width="150px" style="text-align: left">
<strong>Parcel ID:</strong>
</td>
<td width="250px" style="text-align: left">
{PARCEL_ID}
</td>
</tr>
<tr>
<td width="150px" style="text-align: left">
<strong>Tax Dist:</strong>
</td>
<td width="250px" style="text-align: left">
{TaxDist}
</td>
</tr>
</table>
0
-
Use the developer tools in your browser to see if any styling changes will get you what you want. You can then throw those changes into the viewer's custom css files. 0
Please sign in to leave a comment.
Comments
1 comment