> I'd like to setup a preformatted letter in a cutomized > LetterViewTemplate- with title, subtitle, date, picture (from > fieldvalue-defined url) > Different sections of the letter should have different typographical > layout - fonttypes and colours, lettersizes etc etc.... > > Can you define fonttype/size and more - for wikified fieldcontent???
In your LetterViewTemplate, you can apply CSS classes (i.e., class="classname classname ...") as well as applying 'inline CSS' (i.e. style="...") directly in the HTML syntax. Something like this: <div class='myClassName' style='font-size:36pt;color:red;' macro='view fieldname wikified'></div> enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

