Quote:
As far as the PRE tag, it causes more problems then it solves, as a long spoiler won't be word wrapped properly, and manually word wrapping caused even weirder issues. For now, just hover over the beginning of a spoiler.
Guess what's managed to capture my interest today?
(it's been one of those days!)
Would it be reasonably straightforward to have the spoiler use a monospaced font by adding a class attribute to the spoiler's <span> tag and then modify the style sheet to set the font-family for that class.
Something like:
Code:
<span class="spoiler" onmouseover=...>
in the HTML and then
Code:
.spoiler { font-family: monospace, courier; }
in the CSS?
_________________________
Geoff
---- -------
Mk1 Blue - was 4GB, now 16GB
Mk2 Red - was 12GB, now 60GB