Telerik.web.ui version 2020.1.219.45 vs the older 2014.2.724.40 DLL. For security reasons I must use the newer library.
Using the most basic code below both can display simple HTML.
However, complex HTML like the attached file (rename txt to html) the old DLL displays fine, the newer DLL displays a crazy mess.
The attached HTML also shows fine in browers like Chrome.
I have tried filters such as EditorFilters.ConvertInlineStylesToAttributes, PdfExportFilter.
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<telerik:RadEditor ID="RadEditor1" runat="server"> </telerik:RadEditor>
Thank you for your advice.
1 Answer, 1 is accepted
Hi Philip,
Thank you for the detailed information!
I examined the contents of the provided NewAccountLetter.html file and noticed that the style tag is not wrapped in a head tag which strips it when loaded in the editor iframe content area. To fix the problem either wrap the style and title tags in a head tag or move the style tag to the end of the file:
Solution 1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<HTML>
<head>
<style>
div.crystalstyle div {
position: absolute;
z-index: 25
}
div.crystalstyle a {
text-decoration: none
}
div.crystalstyle a img {
border-style: none;
border-width: 0
}
div.crystalstyle div.tbg {
background: url("js/dhtmllib/images/transp.gif") repeat-x repeat-y;
}
.fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0 {
font-size: 12pt;
color: #000000;
font-family: Arial;
font-weight: bold;
}
.fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-1 {
font-size: 14pt;
color: #000000;
font-family: Arial;
font-weight: bold;
}
.fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-2 {
font-size: 11pt;
color: #000000;
font-family: Arial;
font-weight: bold;
}
.fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-3 {
font-size: 11pt;
color: #000000;
font-family: Arial;
font-weight: normal;
}
.fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4 {
font-size: 12pt;
color: #000000;
font-family: Arial;
font-weight: normal;
}
.adc6ce8661-b220-49fd-b24e-caa98cb040ef-0 {
border-color: #000000;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-bottom-width: 0px;
}
</style>
<TITLE>Crystal Report Viewer</TITLE>
</head>
<BODY BGCOLOR="FFFFFF" LEFTMARGIN=31 TOPMARGIN=31>
<Div class="crystalstyle" style="position:absolute; top:31px; left:31px; ">
<div class="crystalstyle" style="margin-top:24px;margin-bottom:24px;margin-left:24px;margin-right:24px;top:0px;left:0px;width:768px;height:1008px;overflow:hidden;">
<div id="PageHeaderSection1" style="z-index:3;top:0px;left:0px;width:768px;height:932px;">
</div>
<div id="Text2" class="adc6ce8661-b220-49fd-b24e-caa98cb040ef-0" style="top:0px;left:0px;width:757px;height:930px;">
<div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:22px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-1"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-1"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-1"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-1">NEW ACCOUNT LETTER</span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-1"> </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0">Account Name: SUNCOAST DIVERSIFIED INC</span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0">Account Number: 8</span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0">Filing Frequency: Seasonal</span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0">First Return Date: August, 1989</span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0">User Name: s8</span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0">Password: s8</span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:17px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0"> </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">March 08, 2024</span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:17px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4"> </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">Dear Taxpayer,</span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4"> </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">The Tourist Tax Application for your property has been received and the rental property </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">account has been assigned. Pursuant to your Tourist Tax Application, the rental of your </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">unit will begin on August, 1989.</span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4"> </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">The total Tourist Tax rate is 12%. All properties must be registered with both Manatee </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">County Tax Collector and the Florida Department of Revenue.</span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0"> Manatee County </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0">collects 5% based on the taxable rental receipts.</span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4"> The remaining 7% is collected by </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">the Florida Department of Revenue. For more information on how to register with the </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">Florida Department of Revenue, please contact their Sarasota Center at 941-361-6001 </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">or 1-800-352-2671.</span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4"> </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">Manatee County offers online remittance of your Tourist Tax. To access the system, </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">please go to </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0">https://secure.taxcollector.com/Excise/Login.aspx</span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">. Once you click on </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">the link, you will be asked to enter your user name and password that is located at the </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">top of this letter. </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4"> </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">All Tourist Tax remittance must be posted and paid on or before the 20th of the month </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">following each reporting period. </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0">When there is no income to report,</span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0">a zero return must </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0">be filed</span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">. Failure to file your return will result in a minimum $50.00 penalty fee, plus </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">interest.</span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4"> </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">All online payments submitted by the 20th are eligible for a 2.5% Collection Allowance </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">of the tax collected, not to exceed $30.00 per month. All payments processed by mail </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">will forfeit the collection allowance.</span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4"> </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;top:-1px;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">Please notify our office regarding any changes to your account using our Account </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;top:-1px;line-height:20px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">Status Change form. This form is located on our website at </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0">taxcollector.com</span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">. Should </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;top:-1px;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">you need assistance, please contact our office.</span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;top:-1px;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4"> </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">Sincerely,</span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4"> </span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">Field Services and Collections Department - Tourist Tax</span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">1001 3rd Avenue West Suite 240</span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">Bradenton, FL 34205</span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">Phone: (941) 741- 4809</span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;top:-1px;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">Email: touristtax@taxcollector.com</span></div></div><div nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4"> </span></div></div>
</div>
</div>
<DIV style="position:absolute; top:53px">
</TR></TABLE></CENTER>
</DIV>
</BODY>
</HTML>
Solution 2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<HTML>
<TITLE>Crystal Report Viewer</TITLE>
<BODY BGCOLOR="FFFFFF" LEFTMARGIN=31 TOPMARGIN=31>
<Div class="crystalstyle" style="position:absolute; top:31px; left:31px; ">
<div class="crystalstyle" style="margin-top:24px;margin-bottom:24px;margin-left:24px;margin-right:24px;top:0px;left:0px;width:768px;height:1008px;overflow:hidden;">
<div id="PageHeaderSection1" style="z-index:3;top:0px;left:0px;width:768px;height:932px;">
</div>
<div id="Text2" class="adc6ce8661-b220-49fd-b24e-caa98cb040ef-0" style="top:0px;left:0px;width:757px;height:930px;">
<div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:22px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-1"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-1"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-1"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-1">NEW ACCOUNT LETTER</span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-1"> </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0">Account Name: SUNCOAST DIVERSIFIED INC</span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0">Account Number: 8</span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0">Filing Frequency: Seasonal</span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0">First Return Date: August, 1989</span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0">User Name: s8</span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0">Password: s8</span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:17px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0"> </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">March 08, 2024</span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:17px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4"> </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">Dear Taxpayer,</span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4"> </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">The Tourist Tax Application for your property has been received and the rental property </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">account has been assigned. Pursuant to your Tourist Tax Application, the rental of your </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">unit will begin on August, 1989.</span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4"> </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">The total Tourist Tax rate is 12%. All properties must be registered with both Manatee </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">County Tax Collector and the Florida Department of Revenue.</span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0"> Manatee County </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0">collects 5% based on the taxable rental receipts.</span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4"> The remaining 7% is collected by </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">the Florida Department of Revenue. For more information on how to register with the </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">Florida Department of Revenue, please contact their Sarasota Center at 941-361-6001 </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">or 1-800-352-2671.</span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4"> </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">Manatee County offers online remittance of your Tourist Tax. To access the system, </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">please go to </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0">https://secure.taxcollector.com/Excise/Login.aspx</span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">. Once you click on </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">the link, you will be asked to enter your user name and password that is located at the </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">top of this letter. </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4"> </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">All Tourist Tax remittance must be posted and paid on or before the 20th of the month </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">following each reporting period. </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0">When there is no income to report,</span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4"> </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0">a zero return must </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0">be filed</span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">. Failure to file your return will result in a minimum $50.00 penalty fee, plus </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">interest.</span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4"> </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">All online payments submitted by the 20th are eligible for a 2.5% Collection Allowance </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">of the tax collected, not to exceed $30.00 per month. All payments processed by mail </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">will forfeit the collection allowance.</span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4"> </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;top:-1px;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">Please notify our office regarding any changes to your account using our Account </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;top:-1px;line-height:20px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">Status Change form. This form is located on our website at </span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0">taxcollector.com</span><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">. Should </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;top:-1px;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">you need assistance, please contact our office.</span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;top:-1px;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4"> </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">Sincerely,</span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4"> </span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">Field Services and Collections Department - Tourist Tax</span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">1001 3rd Avenue West Suite 240</span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">Bradenton, FL 34205</span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">Phone: (941) 741- 4809</span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;top:-1px;line-height:19px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4">Email: touristtax@taxcollector.com</span></div></div><div nowrap=nowrap style="position:relative;padding-left:1px;"><div style="position:relative;line-height:18px;"><span class="fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4"> </span></div></div>
</div>
</div>
<DIV style="position:absolute; top:53px">
</TR></TABLE></CENTER>
</DIV>
<style>
div.crystalstyle div {
position: absolute;
z-index: 25
}
div.crystalstyle a {
text-decoration: none
}
div.crystalstyle a img {
border-style: none;
border-width: 0
}
div.crystalstyle div.tbg {
background: url("js/dhtmllib/images/transp.gif") repeat-x repeat-y;
}
.fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-0 {
font-size: 12pt;
color: #000000;
font-family: Arial;
font-weight: bold;
}
.fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-1 {
font-size: 14pt;
color: #000000;
font-family: Arial;
font-weight: bold;
}
.fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-2 {
font-size: 11pt;
color: #000000;
font-family: Arial;
font-weight: bold;
}
.fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-3 {
font-size: 11pt;
color: #000000;
font-family: Arial;
font-weight: normal;
}
.fc56e533e6-7ff2-4fcc-82b5-72e72b5eb693-4 {
font-size: 12pt;
color: #000000;
font-family: Arial;
font-weight: normal;
}
.adc6ce8661-b220-49fd-b24e-caa98cb040ef-0 {
border-color: #000000;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-bottom-width: 0px;
}
</style>
</Div></BODY>
</HTML>
and this produced the desired outcome:
Regards,
Rumen
Progress Telerik
I have tried the 2024 version 2024.1..131.45 it fails just like the 2020 version fails. The only version that can display HTML generated by SAP Crystal Reports is the 2014 version 2014.2.724.40.
Lastly I have tried these filters but they make no difference.
Dim s As String = File.ReadAllText("C:\_research\RadEditorControlNewDLLs\_InputHtml\NewAccountLetter.html")
RadEditor1.NewLineMode = EditorNewLineModes.P
RadEditor1.EnableFilter(Telerik.Web.UI.EditorFilters.ConvertInlineStylesToAttributes)
RadEditor1.EnableFilter(Telerik.Web.UI.EditorFilters.PdfExportFilter)
RadEditor1.EnableFilter(Telerik.Web.UI.EditorFilters.StripCssExpressions)
RadEditor1.EnableFilter(Telerik.Web.UI.EditorFilters.ConvertFontToSpan)
RadEditor1.EnableFilter(Telerik.Web.UI.EditorFilters.FixEnclosingP)
RadEditor1.EnableFilter(Telerik.Web.UI.EditorFilters.RemoveExtraBreaks)
RadEditor1.EnableFilter(Telerik.Web.UI.EditorFilters.IECleanAnchors)
RadEditor1.EnableFilter(Telerik.Web.UI.EditorFilters.RemoveScripts)
RadEditor1.EnableFilter(Telerik.Web.UI.EditorFilters.ConvertToXhtml)
RadEditor1.Content = s
Thank you for your advice.