Posted on 2005-02-10 17:43:15-08 by ivorw
<pre> tag for posting code
Any chance of a <pre> tag for posting code and log extracts.
Direct Responses: 82 | Write a response
Posted on 2005-02-10 17:55:03-08 by ivorw in response to 81
Re: <pre> tag for posting code
Looks like there's an HTML escaping bug here :). Perhaps pre needs to work like the code tags on Perlmonks.
Direct Responses: 95 | Write a response
Posted on 2005-02-11 19:54:29-08 by szabgab in response to 82
Re: <pre> tag for posting code
I fixed the HTML escaping bug you found.

We have a <code> tag, that should work like the same tag on PerlMonks. Right now I keep the data as it was typed in and put them in a <div class="text"> tag. I was thinking of making this tag - using css - work like the code tag of PerlMonks but so far it is not good enough.
Suggestions are welcome on how to achive that...

Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.