As you may know, style tags used in posts break if CSS isn't all written in one line. This is due the board automatically turning line breaks into < br > tags for our convenience (normally HTML just ignores line breaks and we'd have to insert those tags ourselves) and when they show up where the browser expects CSS it just all falls apart.
However, this issue can be circumvented by commenting out every line break. Best to demonstrate with an example! Sorry it's an image instead of a code block, either I don't remember how to use them or they don't like me. Anyway, should easy to get the general idea from that. Have fun |