Color picker in openwysiwygv147_by_JAT

Questions about how to use the online - editors and suggestions how to improve them
Post Reply
Tata
Posts: 3587
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Color picker in openwysiwygv147_by_JAT

Post by Tata » Thu Oct 09, 2008 10:53 am

I am not sure if this is a common behavior of the color picker in openwysiwygv147_by_JAT, but on my pages the color table is so narrow taht the colors are almost not visible. There is one small change to be done if you experience the same problem.
Open wysiwyg-color.js and change the line (about #88)

Code: Select all

output += '<table border="1" ... 
to

Code: Select all

output += '<table width="100" border="1" ... 
.

Post Reply