Announcement

Collapse
No announcement yet.

Centering Text

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Centering Text

    Hi

    Could anyone please explaing to me how I coule centre my text on each of my pages(except store pages)using text only in the fragment?

    Hope someone can help!

    Helz

    #2
    If you want to centre the text within the 'Text Only' brochure fragment then you just need to edit the template.

    Create a fragment with a layout of 'Text Only' and then click the 'Edit' button.

    Find the line

    <td width="100%">NETQUOTEVAR:BROCHURE_TEXT</td>

    and change it to

    <td width="100%" align="center">NETQUOTEVAR:BROCHURE_TEXT</td>

    Comment

    Working...
    X