Looking around on the net i found some techniques with CSS that lets you identify your link with an icon. i.e if your link goes to a .doc file it will show you a word document icon. I hope you like it http://pooliestudios.com/projects/iconize/
IamShipon1988
Dec 21 2007, 12:02 AM
Ah that is very nice. I never thought about integrating href links into CSS. I also noticed some back-end symbols. Thank you very much.
CODE
a[href$='.doc'], a[href$='.rtf'] { padding: 5px 20px 5px 0; background: transparent url(icon_doc.gif) no-repeat center right; }
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.