I have a request for a feature. Is there any way to implement a <h0> tag, to force text that pielrf normally makes a header (like the first bit of a section, up to the first paragraph) to display as normal paragraphs? I'm trying to do a bit that looks like this:
<center> text </center>
<center> more text </center>
<center><h1> REALLY BIG TITLE TEXT </h1></center>
<center><h2> Medium Size Author Text </h2></center>
<center> still more text </center>
<center> backup backup text </center>
and only have the two lines in the middle show up bigger.
Any suggestions?
P.S. Thanks for fixing the << issue, I LOL'd at your comment in the readme (especially since I knew it was directed ar me ^_^)
|