Hi all,
We're having an issue on a new development in V9, and I haven't been able to find other occurrences of this problem within the community, so I'm hoping someone may have witnessed this before and can shed some light on why it's occurring.
The problem can be seen on the T's & C's page of one of our developments: www.berndesign1.co.uk
If you look at the "Shipping and Handling" section as soon as we've embedded some code to add a <H5> tag around the subheading of "24 Hour Delivery" it breaks out of paragraph formatting.
Strangely this doesn't occur earlier in the T's & C's where we embed some code to hide the email address in the "About Us" section. I assume it's because that's javascript that's embedded and not any HTML which is subject to CSS.
An example of the text and code that's entered into the "Shipping and Handling" part of the T's and C's is as follows:
The T's & C's code itself isn't anything special, just:
I know I said Fragment in the title and text, but the example given relates to T's and C's, but that's where it's most evident. It does occur within Fragments, the page About Us did contain the issue visibly, after the <UL> within it, but I split the lower text out into a separate Text fragment to avoid. You can see that the <UL> is a different style to the paragraph format, despite it being set within CSS to be the same.
So something is astray with regards to embedded HTML, it's styling, and ending paragraphs early because of embedded HTML.
We did encounter something similar about 6 months back when we created a V8 site by upgrading from V5, and the issue with that was that Paragraph Tags were set to be replaced by <br> tags, which you couldn't unset within V8 so we had to go into Access to correct. This development though is brand new in V9.
Hope someone can shed some light on it, thanks for your time in reading this.
We're having an issue on a new development in V9, and I haven't been able to find other occurrences of this problem within the community, so I'm hoping someone may have witnessed this before and can shed some light on why it's occurring.
The problem can be seen on the T's & C's page of one of our developments: www.berndesign1.co.uk
If you look at the "Shipping and Handling" section as soon as we've embedded some code to add a <H5> tag around the subheading of "24 Hour Delivery" it breaks out of paragraph formatting.
Strangely this doesn't occur earlier in the T's & C's where we embed some code to hide the email address in the "About Us" section. I assume it's because that's javascript that's embedded and not any HTML which is subject to CSS.
An example of the text and code that's entered into the "Shipping and Handling" part of the T's and C's is as follows:
Code:
Charges for delivery are not included in the stated product price - see Delivery for details of applicable charges. Every product on this site is delivered by our standard service in the UK mainland (excluding the Scottish Highlands, islands or Northern Ireland, the Isles of Scilly, Isle of Man and Channel islands.) unless you select a different delivery option at the checkout, all products ordered by this method will normally arrive within 3-5 working days working days. !!<<h5>24 Hour Delivery</h5>>!! If you select the 24hr delivery option at the checkout your order will be delivered within 24hrs of dispatch, please note that the delivery services do not operate on Saturdays or Sundays therefore orders placed after 1.00pmFriday may not arrive until the following Monday.
Code:
<h3><Actinic:Variable Name="ShipAndHandLabel"/></h3><p><Actinic:Variable Name="SHCharges"/></p>
I know I said Fragment in the title and text, but the example given relates to T's and C's, but that's where it's most evident. It does occur within Fragments, the page About Us did contain the issue visibly, after the <UL> within it, but I split the lower text out into a separate Text fragment to avoid. You can see that the <UL> is a different style to the paragraph format, despite it being set within CSS to be the same.
So something is astray with regards to embedded HTML, it's styling, and ending paragraphs early because of embedded HTML.
We did encounter something similar about 6 months back when we created a V8 site by upgrading from V5, and the issue with that was that Paragraph Tags were set to be replaced by <br> tags, which you couldn't unset within V8 so we had to go into Access to correct. This development though is brand new in V9.
Hope someone can shed some light on it, thanks for your time in reading this.
Comment