Can anyone tell me where in Actinic I can change the font size in Actinic without having to use CSS.
Announcement
Collapse
No announcement yet.
Changing Font Sizes
Collapse
X
-
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