Fix the PRE tag styles, please.
-
When you use <PRE> tags to wrap code blocks in messages, the stylesheet used to display the code removes all blank lines, which in many cases makes the code sample difficult to follow because you lose the "break" between natural logical process sets. Can we fix this, please? It should only be a minor tweak to one stylesheet entry. Example below, there should be a blank line before each comment:
// Declare working variable
int c// Assuming parameters are A and B, calculate c
c = A + B// Return the sum
return c
Grim
(aka Toby)
MCDBA, MCSD, MCP+SB
SELECT * FROM user WHERE clue IS NOT NULL GO
(0 row(s) affected)
-
When you use <PRE> tags to wrap code blocks in messages, the stylesheet used to display the code removes all blank lines, which in many cases makes the code sample difficult to follow because you lose the "break" between natural logical process sets. Can we fix this, please? It should only be a minor tweak to one stylesheet entry. Example below, there should be a blank line before each comment:
// Declare working variable
int c// Assuming parameters are A and B, calculate c
c = A + B// Return the sum
return c
Grim
(aka Toby)
MCDBA, MCSD, MCP+SB
SELECT * FROM user WHERE clue IS NOT NULL GO
(0 row(s) affected)