No riesim to cez CMS MS. V html to vyzera tak:
Kód:
<h2>{global_content name='H2'}</h2>
v bloku:
Kód:
Stolárska firma
<p style="text-align: right;"> </p>
pricina:
Citácia:
Document type does not allow element ... here; missing one of ... start-tag
Cause:
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
There are 2 types of elements in the body of a HTML file, inline and block elements. One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
In the following sample, the <font> tag is an inline tag which can only contain other inline tags. But the <p> tag is a block tag. So a <p> tag can not be contained in a <font> tag.
Myslim, ze 2 elementy sucastne nepouzivam, no neviem, ako sa sprava ten blok. Pripadne, ako to vyriesit inak.