If you are using the ACC Internal or External Template there are a few built in css styles that you can use to dress up your content. One of these are the icon list styles. Often links to document such as Adobe PDFs or Microsoft Word documents are linked with out the user knowing that the link is to such a file. Using this list style will alert the user in graphical form. More icons will be added so check back often.
Here are the available list style types:
Adobe PDF
<ul class="pdf">
<li><a href="#">Adobe PDF Link</a></li>
</ul>
Microsoft Word
<ul class="word">
<li><a href="#">Microsoft Word document link</a></li>
</ul>
Microsoft Excel
<ul class="excel">
<li><a href="#">Microsoft Excel document link</a></li>
</ul>
Microsoft Powerpoint
<ul class="powerpoint">
<li><a href="#">Microsoft Powerpoint document link</a></li>
</ul>
Microsoft Access
<ul class="access">
<li><a href="#">Microsoft Access document link</a></li>
</ul>
Microsoft Publisher
<ul class="publisher">
<li><a href="#">Microsoft Publisher document link</a></li>
</ul>