Thread

Posted on Thu Feb 10 19:43:15 2005 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 Thu Feb 10 19:55:03 2005 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 Fri Feb 11 21:54:29 2005 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...

Write a response