Announcement

Collapse
No announcement yet.

Text Alignment

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

    Text Alignment

    I would like to change the text alignment in my brochure part of my site - How do I change from left to justified alignment?

    Thanks!

    Victoria
    Victoria

    #2
    The template files for your brochure fragments are in your 'Site1' (or equivalent) folder and are called:
    Act_TextOnly.html
    Act_TextAndTitle.html
    Act_ImageOnly.html
    Act_ImageAndTitle.html
    Act_LeftImage.html
    Act_LeftImageAndTitle.html
    Act_RightImage.html
    Act_RightImageAndTitle.html

    I haven't tested this, but what you could try is going into each of these files and replacing every instance you see of:

    NETQUOTEVAR:BROCHURE_TEXT

    with

    <div align="justify">NETQUOTEVAR:BROCHURE_TEXT</div>

    Comment


      #3
      Originally posted by cdicken View Post
      I haven't tested this, but what you could try is going into each of these files and replacing every instance you see of:

      NETQUOTEVAR:BROCHURE_TEXT

      with

      <div align="justify">NETQUOTEVAR:BROCHURE_TEXT</div>
      I've tested it - it doesn't work!

      I'm using a brochure fragment with the ACT_TextOnly.html layout. I tried adding the <div> above, but it makes no difference - the text is still centered...

      <table border="0" width="100%" cellspacing="5" cellpadding="1">
      <tr>
      <td width="100%"><span class="actregular"><div align="justify">NETQUOTEVAR:BROCHURE_TEXT</div></span></td>
      </tr>
      </table>
      John

      Comment


        #4
        Use firefox and firebug it to see what is overriding the style. It would be much better to use a class created just for this, rather than adding a new style within an old style.

        Comment

        Working...
        X