"F-Man" wrote:I was thinking the same thing as AprilSeven. Mark would need to implement something in the CSS.Code: Select all
.quote i {
text-decoration: normal;
}
My web coding is as rusty as it gets, so text-decoration is probably the wrong property there. >.> And this code also assumes that quotes are given a "quote" class name, which isn't really the case.
But this would in theory make italicized text inside a quote appear normal.

