I have the file upload function using php and then I need to provide the links for those files to download them. Presently I have just given a hyperlink eg : \[code\]<a href="http://stackoverflow.com/files/testbook.pdf"> Text Book </a>\[/code\]But this just shows up a link.. instead need to display a pdf file icon. How can I do that?