D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: Removing quote characters in blockquote

Front Page D5 Creation Forum General Questions Removing quote characters in blockquote Re: Removing quote characters in blockquote

#4352
D5 Creation
Keymaster
Quote:
Quote from Tecd0c on April 27, 2013, 17:56
Hello
I was using this on the Simplify Extended, it worked great, until the last update from 23. Apr. 2013, since then it has no effect. Can you help?

Please use the following replacing the previous code:

Code:
<style>
blockquote:after, blockquote:before, q:after, q:before { content: none; }
</style>