Add a PDF icon to anchor links

In your PHP code add the following line:

$html = eregi_replace (‘<a href=”([a-z0-9./-_ ]+.pdf)”>’, ‘<a href=”\1″ class=”pdf”>’, $html);

And in your CSS file:

a.pdf
{
background:url(../images/pdf_icon.gif) bottom right no-repeat;
padding-right:40px;
}

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s