Announcement

Collapse
No announcement yet.

Production/Section Description - HTML?

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

    Production/Section Description - HTML?

    Hi guys,

    Question regarding the description editor. It's got a fairly limited toolbar, just heading and font layout. If I wanted to put a UL list in, how can I do this?

    Cheers!

    #2
    You can add HTML to almost all text fields in Actinic by doing the following:


    !!< <p>This is a paragraph </p> >!!


    Obviously you can put whatever you want within !!< and >!! such as:

    !!<
    <ul>
    <li>one</li>
    <li>two</li>
    </ul>
    >!!

    Comment


      #3
      Ah perfect. Thank you!

      Comment

      Working...
      X