Menu

#2 Images and file links markup improvements

open
nobody
None
5
2004-10-10
2004-10-10
MoMaT
No

It would be nice if images included with icon tag have
width and height automatically detected (using some
java image library like ImageInfo -
http://www.geocities.com/marcoschmidt.geo/image-info.html\).

In case of file links the size of file could be
automatically checked and given in a markup. I got two
suggestions. Giving this in title, which is less code
invasive but well somewhat hidden on the site:
<a href="xxx.zip" title="15.2kB">link name</a>
or giving it in a classed span where the presentation
is style dependent:
<a href="xxx.zip">link name<span
class="FileSize">15.2kB</span></a>
It also would be nice if this file size presentation
could be disabled in config.xml.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.