Ticket #1970 (new New Feature)

Opened 7 months ago

Last modified 3 weeks ago

Configuration to default border=0 for images

Reported by: csgaraglino Owned by:
Priority: Normal Milestone:
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

Changed 7 months ago by w.olchawa

  • keywords Pending added

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.

Changed 7 months 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.

Changed 7 months ago by alfonsoml

Why don't you add img {border:0} to your stylesheet?

Changed 7 months ago by csgaraglino

This would then cripple all image borders when one was set greate then 0 in the image properties.

Besides, it is proper HTML Coding to have border=0 as a default (just like alt=""), as is clearly defines what the browser is suposed to do with borders.

Changed 3 weeks ago by fredck

  • keywords Confirmed added; Pending removed
Note: See TracTickets for help on using tickets.