Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/37.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html Weebly嵌入代码停止工作_Html_Css_Weebly - Fatal编程技术网

Html Weebly嵌入代码停止工作

Html Weebly嵌入代码停止工作,html,css,weebly,Html,Css,Weebly,我使用一些嵌入代码在我们的乡镇网站上显示/隐藏常见问题。然而,它突然停止使用bluehost对其weebly版本所做的最新更新。我在想办法,因为我被难倒了 <div class="paragraph"> <style> .row { vertical-align: top; height:auto !important; } .list {display:none; } .show {display: none; } .hide:target + .show {displ

我使用一些嵌入代码在我们的乡镇网站上显示/隐藏常见问题。然而,它突然停止使用bluehost对其weebly版本所做的最新更新。我在想办法,因为我被难倒了

<div class="paragraph">
<style>
.row { vertical-align: top; height:auto !important; }
.list {display:none; }
.show {display: none; }
.hide:target + .show {display: inline; }
.hide:target {display: none; }
.hide:target ~ .list {display:inline; }
@media print { .hide, .show { display: none; } }
.readarea {background-color: #AD9D7F; box-shadow: inset 0px 0px 20px; padding: 0px 10px 0px 10px;}
.underlined {text-decoration:underline;}
.italics {font-style:italic;}
</style>
<div class="row">
<a href="#hide1" class="hide" id="hide1"><strong>Tax Cycle Information</strong></a>
<a href="#show1" class="show" id="show1"><strong>Tax Cycle Information</strong></a>
<div class="list">
<div class="readarea">
<p><strong>On Tuesdays, Feb. 7th, 14th and 21st, the Clinton Township Treasurer’s office will be open from 8:30 a.m. to 6:30 p.m. On Tuesday, Feb. 28th, the last day to pay 2016 taxes, the Treasurer’s office will be open from 8:30 to 5:00 pm.</strong></p>

<p><strong>TAX YEAR</strong><br />
<span class="underlined"><strong>Each tax cycle begins July 1 and concludes on the last day in February.</strong></span> *Exception: If the last day of February falls on a Saturday or Sunday, the last day for collection moves to the next business day.

<p><span class="underlined"><strong>Summer tax lien is July 1 and payable through September 14 without interest.</strong></span> From September 15th to September 30th a 1% late fee will be assessed. An additional 1% will be assessed the first of each month thereafter through the end of February.</p>

<p><strong>Winter tax lien is December 1 and payable through the end of the tax cycle without interest.</strong></p>

<p><strong>As of March 1, unpaid taxes are considered  delinquent</strong> (with the *Exception noted above) <strong>and must be paid to the Macomb County Treasurer's Office.</strong> The County Treasurer's Office is located in the Macomb County Administration Building at <span class="underlined">One South Main in Mount Clemens.</span> <strong>Clinton Township DOES NOT have records of payments made to the Macomb County Treasurer for delinquent taxes.</strong> You must contact the Macomb County Treasurer (586) 469-5190 to determine pay off amounts for delinquent taxes or to verify if delinquent taxes have been paid. You can also obtain delinquent property tax information on the County website: <a href="http://www.macombcountymi.gov/treasurer" target="_blank">http://www.macombcountymi.gov/treasurer.</a></p>

<p><strong>TAX BILLS</strong><br />
Tax bills should be received the first week in July and the first week of December. If you do not receive a tax bill at these times, please call the Treasurer’s Office at (586) 286-9313. <strong>Failure to receive a tax bill does not waive responsibility for making payment by the due date.</strong></p>
</div>
</div>
</div>
<div class="row">
<a href="#hide2" class="hide" id="hide2"><strong>Deferments & Exemptions</strong></a>
<a href="#show2" class="show" id="show2"><strong>Deferments & Exemptions</strong></a>
<div class="list">
<div class="readarea">
<p><strong>Contact the Treasurer's Office (586) 286-9313 for the following:</strong></p>

<p><strong>SUMMER TAX DEFERMENT</strong> is available to senior citizens (62) who meet the income requirements as well as paraplegic, quadriplegic, totally and permanently disabled, blind or eligible service persons, veterans or widows. Application must be made July 1st through September 14th.</p>

<p><strong>Contact the Assessing Department (586) 286-9468 for the following:</strong>

<p><strong>PRINCIPAL RESIDENCE EXEMPTION (P.R.E.)</strong> provides the "principal residence" of a taxpayer with an exemption from the local school operating millage, up to 18 mills. An owner must claim this exemption by filing an affidavit with the township's assessing department on or before June 1st. Taxpayers may only claim one home as their principal residence.</p>

<p>Note: A Notice of Foreclosure presented to the Assessor results in the removal of the P.R.E. status from the property.</p>

<p><strong>POVERTY EXEMPTION</strong> requests can be made by low income residents only for the current year, not for previous years. Residents must own and reside in the home for two consecutive years preceding the application and provide proof of income for all persons living in the residence. Household gross income must meet the current year's income guidelines set by the Township Board. Application can be made for the March, July or December Board of Review.</p>

<p><strong>VETERAN'S EXEMPTION</strong> from the collection of property taxes is available to disabled veterans who were discharged from the armed forces of the U.S. under honorable conditions and who own and use the real property as a homestead. An affidavit and other documentation required by PA 161 of 2013 must be filed by the veteran or non-remarried surviving spouse with the assessing office.</p>

<p><strong>RELIEF DURING ACTIVE MILITARY SERVICE</strong> can be granted to soldiers and sailors who own property. Application can be filed before or during the period of service.  Under the Soldiers & Sailors Relief Act, property can't be sold to pay delinquent property taxes during the service person's tour of active duty. If taxes are delinquent during the tour of duty, an interest of 6% per year will be charged rather than at the higher rates provided by law.</p>
</div>
</div>
</div>
</div>

.row{垂直对齐:顶部;高度:自动!重要;}
.list{显示:无;}
.show{display:none;}
.hide:target+.show{display:inline;}
.hide:target{display:none;}
.hide:target~.list{display:inline;}
@媒体打印{.hide、.show{display:none;}
.readarea{背景色:#AD9D7F;框阴影:插入0px 0px 20px;填充:0px 10px 0px 10px;}
.下划线{文本装饰:下划线;}
.italics{font-style:italic;}
在2月7日、14日和21日的周二,克林顿镇司库办公室的办公时间为上午8:30至下午6:30。2月28日,即缴纳2016年税款的最后一天,周二,司库办公室的办公时间为晚上8:30至5:00。

纳税年度
每个税收周期从7月1日开始,到2月的最后一天结束。*例外情况:如果2月的最后一天是周六或周日,则征收的最后一天移到下一个营业日。 夏季税收留置权为7月1日,在9月14日前支付,无息。从9月15日至9月30日,将收取1%的滞纳金。此后至2月底,每月1日将额外评估1%

冬季税收留置权为12月1日,在整个税收周期结束时无息支付。

自3月1日起,未缴税款被视为拖欠税款(上述*例外情况除外),必须支付给马科姆县司库办公室。该县司库办公室位于克莱门斯山南大街一号马科姆县行政大楼内克林顿镇没有向马科姆县财务主管支付拖欠税款的记录。您必须联系马科姆县财务主管(586)469-5190以确定拖欠税款的结清金额或核实是否已支付拖欠税款。您还可以在县政府网站上获取拖欠物业税信息:

税单
应在7月的第一周和12月的第一周收到税单。如果您在这些时间没有收到税单,请致电(586)286-9313与司库办公室联系未能收到税单并不免除在到期日前付款的责任。

请联系司库办公室(586)286-9313了解以下信息:

符合收入要求的老年人(62岁)以及截瘫、四肢瘫痪、完全和永久残疾、盲人或合格服务人员、退伍军人或寡妇可享受夏季税收延期。申请必须在7月1日至9月14日期间提出

联系评估部门(586)286-9468了解以下信息: 主要居住地豁免(p.R.E.)为纳税人的“主要居住地”提供当地学校运营millage的豁免,最多18个mills。业主必须在6月1日或之前向乡镇评估部门提交宣誓书,以申请豁免。纳税人只能申请一套住房作为其主要居住地

注:向评估人提交的止赎通知将导致物业的p.R.E.状态被取消

贫困豁免只能由低收入居民在本年度提出申请,而不能在前几年提出申请。居民必须在申请前连续两年拥有并居住在该住宅内,并为居住在该住宅内的所有人提供收入证明。家庭总收入必须符合乡镇委员会规定的当年收入准则。可向3月、7月或12月审查委员会提出申请

退伍军人免征财产税适用于在光荣条件下从美国军队退役的残疾退伍军人,他们拥有并使用不动产作为宅基地。退伍军人或未再婚的尚存配偶必须向评估办公室提交2013年第161号法案要求的宣誓书和其他文件

现役期间的救济可以授予拥有财产的士兵和海员。申请可以在服务期之前或期间提出。根据《士兵和海员救济法》,在军人服役期间,不得出售财产以支付拖欠的财产税。如果纳税期间拖欠税款,将收取每年6%的利息,而不是法律规定的更高利率


如果我把它放到一个.html文件中,它将在IE、Edge和Chrome中正常工作。当我把我的代码嵌入到weebly上时,它就不起作用了,所以我假设我的weebly模板中的某些东西不太好,但我无法理解。

这可能是因为您使用了“隐藏”作为一个类,而weebly的默认site.css样式表与您的代码冲突

所以,。。将
隐藏
更改为
自定义隐藏

<div class="paragraph">
<style>
.row { vertical-align: top; height:auto !important; }
.list {display:none; }
.custom-show {display: none; }
.custom-hide:target + .custom-show {display: inline; }
.custom-hide:target {display: none; }
.custom-hide:target ~ .list {display:inline; }
@media print { .custom-hide, .custom-show { display: none; } }
.readarea {background-color: #AD9D7F; box-shadow: inset 0px 0px 20px; padding: 0px 10px 0px 10px;}
.underlined {text-decoration:underline;}
.italics {font-style:italic;}
</style>
<div class="row">
<a href="#hide1" class="custom-hide" id="hide1"><strong>Tax Cycle Information</strong></a>
<a href="#show1" class="custom-show" id="show1"><strong>Tax Cycle Information</strong></a>
<div class="list">
<div class="readarea">
<p><strong>On Tuesdays, Feb. 7th, 14th and 21st, the Clinton Township Treasurer’s office will be open from 8:30 a.m. to 6:30 p.m. On Tuesday, Feb. 28th, the last day to pay 2016 taxes, the Treasurer’s office will be open from 8:30 to 5:00 pm.</strong></p>

<p><strong>TAX YEAR</strong><br />
<span class="underlined"><strong>Each tax cycle begins July 1 and concludes on the last day in February.</strong></span> *Exception: If the last day of February falls on a Saturday or Sunday, the last day for collection moves to the next business day.

<p><span class="underlined"><strong>Summer tax lien is July 1 and payable through September 14 without interest.</strong></span> From September 15th to September 30th a 1% late fee will be assessed. An additional 1% will be assessed the first of each month thereafter through the end of February.</p>

<p><strong>Winter tax lien is December 1 and payable through the end of the tax cycle without interest.</strong></p>

<p><strong>As of March 1, unpaid taxes are considered  delinquent</strong> (with the *Exception noted above) <strong>and must be paid to the Macomb County Treasurer's Office.</strong> The County Treasurer's Office is located in the Macomb County Administration Building at <span class="underlined">One South Main in Mount Clemens.</span> <strong>Clinton Township DOES NOT have records of payments made to the Macomb County Treasurer for delinquent taxes.</strong> You must contact the Macomb County Treasurer (586) 469-5190 to determine pay off amounts for delinquent taxes or to verify if delinquent taxes have been paid. You can also obtain delinquent property tax information on the County website: <a href="http://www.macombcountymi.gov/treasurer" target="_blank">http://www.macombcountymi.gov/treasurer.</a></p>

<p><strong>TAX BILLS</strong><br />
Tax bills should be received the first week in July and the first week of December. If you do not receive a tax bill at these times, please call the Treasurer’s Office at (586) 286-9313. <strong>Failure to receive a tax bill does not waive responsibility for making payment by the due date.</strong></p>
</div>
</div>
</div>
<div class="row">
<a href="#hide2" class="custom-hide" id="hide2"><strong>Deferments & Exemptions</strong></a>
<a href="#show2" class="custom-show" id="show2"><strong>Deferments & Exemptions</strong></a>
<div class="list">
<div class="readarea">
<p><strong>Contact the Treasurer's Office (586) 286-9313 for the following:</strong></p>

<p><strong>SUMMER TAX DEFERMENT</strong> is available to senior citizens (62) who meet the income requirements as well as paraplegic, quadriplegic, totally and permanently disabled, blind or eligible service persons, veterans or widows. Application must be made July 1st through September 14th.</p>

<p><strong>Contact the Assessing Department (586) 286-9468 for the following:</strong>

<p><strong>PRINCIPAL RESIDENCE EXEMPTION (P.R.E.)</strong> provides the "principal residence" of a taxpayer with an exemption from the local school operating millage, up to 18 mills. An owner must claim this exemption by filing an affidavit with the township's assessing department on or before June 1st. Taxpayers may only claim one home as their principal residence.</p>

<p>Note: A Notice of Foreclosure presented to the Assessor results in the removal of the P.R.E. status from the property.</p>

<p><strong>POVERTY EXEMPTION</strong> requests can be made by low income residents only for the current year, not for previous years. Residents must own and reside in the home for two consecutive years preceding the application and provide proof of income for all persons living in the residence. Household gross income must meet the current year's income guidelines set by the Township Board. Application can be made for the March, July or December Board of Review.</p>

<p><strong>VETERAN'S EXEMPTION</strong> from the collection of property taxes is available to disabled veterans who were discharged from the armed forces of the U.S. under honorable conditions and who own and use the real property as a homestead. An affidavit and other documentation required by PA 161 of 2013 must be filed by the veteran or non-remarried surviving spouse with the assessing office.</p>

<p><strong>RELIEF DURING ACTIVE MILITARY SERVICE</strong> can be granted to soldiers and sailors who own property. Application can be filed before or during the period of service.  Under the Soldiers & Sailors Relief Act, property can't be sold to pay delinquent property taxes during the service person's tour of active duty. If taxes are delinquent during the tour of duty, an interest of 6% per year will be charged rather than at the higher rates provided by law.</p>
</div>
</div>
</div>
</div>

.row{垂直对齐:顶部;高度:自动!重要;}
.list{显示:无;}
.custom show{display:none;}
.custom hide:target+.custom show{display:inline;}
.自定义隐藏:目标{显示:无;}
.custom hide:target~.list{display:inline;}
@媒体打印{.custom hide、.custom show{display:none;}
.readarea{背景色:#AD9D7F;框阴影:插入0px 0px 20px;填充:0px 10px 0px 10px;}
.下划线{文本装饰:下划线;}
.italics{font-style:italic;}
在2月7日、14日和21日的周二,克林顿镇财务主管办公室将从