[pmwiki-users] italics in page title
    Patrick R. Michaud 
    pmichaud at pobox.com
       
    Fri Apr  7 11:11:55 CDT 2006
    
    
  
On Fri, Apr 07, 2006 at 11:00:51AM -0500, Tegan Dowling wrote:
>    Using (:title Welcome to SiteTitle:) in the Main/HomePage; want the words
>    SiteTitle in itialics, but not the rest of the title. Normal '' '' doesn't
>    work - is there a way?
Well, HTML doesn't allow inline styles in <title> tags, so the
(:title ...:) directive doesn't either.
But you can use (:notitle:) (to turn off the skin's title)
and then specify exactly what you want in its place.  For example:
    (:notitle:)(:title Italics in Title:)
    ! ''Italics'' in Title
    Lorem ipsum dolor sit amet, consectetur adipisicing elit, 
    sed do eiusmod tempor incididunt ut labore et dolore magna 
    aliqua. 
For an example: http://www.pmwiki.org/wiki/Test/ItalicsInTitle .
Pm
    
    
More information about the pmwiki-users
mailing list