Announcement

Collapse
No announcement yet.

Changing Font Sizes

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

    Changing Font Sizes

    Can anyone tell me where in Actinic I can change the font size in Actinic without having to use CSS.
    - GARRY

    #2
    Hi Garry,

    You could insert HTML font tags around the text within the software. When doing this you need to use the embed tags. For example:

    !!<<font size="2">TITLE</font>>!!

    or in the full description:

    !!<
    <font color="red">
    blah blah blah blah blah blah blah blah blah </font>
    <font color="blue> blah blah blah blah blah blah </font>
    >!!

    You can also set the font on particular NETQUOTEVAR's in the template using HTML.
    Regards,

    Toby Blanchard

    Comment


      #3
      Re:

      Thank you for the advisement. I washowever fully aware on how to do what was stated. What I was hoping for was for some option within Actinic itself to allow me to change the font sizes.

      I shall therefore have to revert to plan B and alter the text using the actinic stylesheet
      - GARRY

      Comment

      Working...
      X