I need to modify the Visualformatconfig.xml so that as we enter the content in to the VFE it is Center aligned rather than Left Aligned???? What section of the file I need to modify to achieve that result??
Include this sample code in your Visualformatconfig.xml file between the tags in theconfiguration data section.----For Horizontal Alignment-----------For Horizontal Alignment------- put it inside the tags[html]selections name="align"listchoicelistchoice value="left" localeRef="tblHAL" default="true"listchoice value="center" localeRef="tblHAC"listchoice value="right" localeRef="tblHAR"listchoice value="justify" localeRef="tblHAJ"selections[/html]Just making the code visible ...