Hello all
I am trying my best to seize control of what is displayed by setting up my own custom stylesheet. Most things are working for me but I am pulling my hair out at this:
<h1> <actinic:variable formatting="h1,font(Color|ff9900),bold" encoding="actinic" name="SectionName" /> </h1>
I only see that when I copy and paste here - on the screen in Actinic I see:
<h1> SectionName </h1>
I simply want to turn off all this Actinic formatting so that only the CSS rule for <H1> applies but do not know how to. If I double click on SectionName then up comes an Edit Appearance dialog box - trouble is I can't blank out colour and everything and anything I do seems to yield unpredicatable results.....
Thanks for any help
Scott
I am trying my best to seize control of what is displayed by setting up my own custom stylesheet. Most things are working for me but I am pulling my hair out at this:
<h1> <actinic:variable formatting="h1,font(Color|ff9900),bold" encoding="actinic" name="SectionName" /> </h1>
I only see that when I copy and paste here - on the screen in Actinic I see:
<h1> SectionName </h1>
I simply want to turn off all this Actinic formatting so that only the CSS rule for <H1> applies but do not know how to. If I double click on SectionName then up comes an Edit Appearance dialog box - trouble is I can't blank out colour and everything and anything I do seems to yield unpredicatable results.....
Thanks for any help
Scott
Comment