Quote:
Originally posted by Boofo
Here you go.
Go to Custom VB Codes in your Admin CP and enter this:
vB Code tag = quote
vB Code replacement = <table border="0" align="center" width="90%" cellpadding="3" cellspacing="1"><tr><td><smallfont><b>quote:</b></smallfont></td><td align="right"><smallfont>(double-click to copy to clipboard)</td></tr><tr><td colspan="2" style="BORDER: #000000 1px solid; FONT-SIZE: 11px; COLOR: #EEEEFF; FONT-FAMILY: Verdana,Arial; BACKGROUND-COLOR: #1D6AA0;">{param}</td></tr></table>
(Note: You'll have to change the colors to whatever you want in here.)
vB Code example =
vB Code explanation = The quote tag is used to denote a quote from another post.
Use {option} ? = No
Now go to Replacements and do an ADD CUSTOM REPLACEMENT and enter this:
Code to find = <td colspan="2"
Code to insert = <td colspan="2" ondblclick='javascript:window.clipboardData.setDat a("Text", this.innerText); alert("Code copied to the clipboard. You can paste it now.");'
|
Thanks for trying to help, but when I used the code you supplied it jacked up the tables of posts which had quotes.