If I select an image and set the border width to 5 and then the border color to something (let's say lime) in the editor I won't see the border in the editor. The generated HTML is this:
| <img border="5" src="/demos/aspnet/Prometheus/Editor/Img/UserDir/Marketing/awards-page-2007-.jpg" style="border-color: lime;" /> |
If I change that to:
| <img src="/demos/aspnet/Prometheus/Editor/Img/UserDir/Marketing/awards-page-2007-.jpg" style="border: solid 5px lime;" /> |
I get to see the border in the editor. Any reason why it works this way?
Also, selecting white from the color dropdown actually removes the color rather than changing it to white. If the function is to remove the color then I think having a white box with an "x" inside is more suggestive. But if this is the case, how can I change the border to white?
Thanks.