How do you apply an external stylesheet to a textile document with Ruby's Redcloth, so that I can convert it to HTML and it will apply the styles?

I understand how to apply styles individually to parts of text, but how to I define a whole style (say text with font-size 20, color red, alignment x, font-family y, etc.), and apply it to all the h2 tags, without having to copy-paste that {hash} everywhere?

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

Why don't you use an external CSS stylesheet file and include it on your HTML template?

link|improve this answer
feedback

If you have a html template where the RedCloth'd document is rendered, an external CSS should do the job.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.