Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Request] Quoted Text Plugin (Details inside)
#3
TDT-Alpha Wrote:Hi there,
I'm working on my CCW (Client Care Website) and I need some plugin that will look similar to the following image: (found on Google)
[Image: wordpress.gif]
But the thing is, it cannot be just inserted image, it won't look good, and will be harder to make on many many pages, I need it like a tag...
...
Can someone think about an idea on how to make this?

Add custom styles to your WYSIWYG editor like described here.

I suggest a definition like this:
Code:
{ name : 'Quote', element : 'p', attributes : { 'class' : 'quote' } },
Then add appropriate styles to your css file, e.g.:
Code:
.quote {
  background-image: ...; /* for the quotes */
  color: green;
  font-style: ...;
  ...
}
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.


Messages In This Thread
[Request] Quoted Text Plugin (Details inside) - by mvlcek - 2011-07-12, 19:31:29



Users browsing this thread: 1 Guest(s)