Hi guys
I'm running CMSMS v. 1.6.4.
How can I apply the Text Embellisher on the {title} of my contents?
I am trying to make my pages' headlines stand out using a nice font. I'm not trying to apply a font on menus, but on the title/headline of my pages, the one that shows with the {title}-tag in my page templates.
All help greatly appreciated.
Regards, Jonas
[solved] Text Embellisher on page titles
[solved] Text Embellisher on page titles
Last edited by jonaskhn on Wed Aug 26, 2009 11:26 pm, edited 1 time in total.
Re: Text Embellisher on page titles
Direct from the module help link in the TruetypeText module:
So perhaps something like:{cms_module module="TruetypeText" style="votre style" text="texte à enrichir"}
text: text to write. You can also use one of the following reserved names:
%title: display the page title
%Menutext: display the menu text of the page
%sitename: display the name of the site
%description: display the title attribute of
Code: Select all
{cms_module module="TruetypeText" text=%title}
Last edited by Anonymous on Wed Aug 26, 2009 7:36 pm, edited 1 time in total.
Re: Text Embellisher on page titles
Hi Owens
Kind Regards, Jonas
Thank you very much, it solved the problem. I was unsure whether that was referring to ordinary page titles, and it was.Owens wrote: So perhaps something like:Code: Select all
{cms_module module="TruetypeText" text=%title}
Kind Regards, Jonas
Re: Text Embellisher on page titles
No problem.
Make sure you add [Solved] to the title of this thread.
Make sure you add [Solved] to the title of this thread.