Ticket #1970 (closed New Feature: fixed)
Configuration to default border=0 for images
| Reported by: | csgaraglino | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.0 |
| Component: | General | Version: | |
| Keywords: | Confirmed | Cc: |
Description
Please include the ability to set a default for image borders. When linking images, and there is NO border set, the image gets an ugly border around it. It would be extremely helpful if we could have a configuration switch that would automatically default the border to zero (0).
Change History
comment:2 Changed 5 years ago by csgaraglino
It is only visable when the image is a link.
<a href="file.html"><img src="file.jpg"></a> will produce a border
<a href="file.html"><img src="file.jpg" border=0></a> will produce NOT a border
If the border is always defaulted to zero, then the URL issues never becomes an issue.
Note: See
TracTickets for help on using
tickets.

Hi.
I can't see this problem, because for me the appearance of the image with boreder=0 and with no border parameter set is exactly the same.