Hi all,
I'm trying to design HTML page in FS Content-creator, but some how it is not adapting the color formatting in Content-creator as it shown in Page content section.
for more reference please find below content in Site Architect >Page content section
Below screen shot is for HTML in contentcreator
But when i click on edit window. Editor box show me the same formatting as it is in Page Content-creator.
more reference please see attach screen shot from content-creator
this what I've tried so far
<div >
<center><h3 style="padding-left: 2em;"> $CMS_VALUE(pt_headline)$ </h3></center>
</br>
<div $CMS_VALUE(editorId())$>
$CMS_VALUE(#global.page.body("content"))$
</div>
</div>
Any will be appreciated