Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
[textile] emphasis variables: color and size
Is there a way of changing font size and/or background font color in textile? Or does this have to be done with css or HTML messing?
Last edited by jameslomax (2007-02-15 14:51:56)
Offline
Re: [textile] emphasis variables: color and size
You can use inline style attributes with textile. the shortest route to playing with textile is to head over to this site and experiment.
Off the top of my head…
p{font-family:Arial,Helvetica;font-size:36px}. I'm a *big sans* paragraph
Last edited by mrdale (2007-02-15 15:38:11)
Offline
Re: [textile] emphasis variables: color and size
Yes it’s slightly complicated, but it should be. Writing specific appearance (font, size, color) of text should rarely, is ever, be used.
It’s better done in CSS stylesheet.
Offline