I am using Microsoft Visual Web developer for a site that was already created in PHP. I maintain the site, and have to add a .jpg image of a poster next to the PDF link of the poster for teacher's to download. I am not sure what code to use in PHP since I am not familiar with this and was wondering if anyone could help. Here is what I have so far and need to find a way to attach the jpg of the elementary poster and one of the secondary poster after PDF:
<span style="font-family: Verdana">
<a target="blank" href="docs/posterelementaryweb.pdf">
Elementary Poster
</a>
<br></br>
<span style="font-family: Verdana">
<a target="blank" href="docs/postersecondaryweb.pdf">
Secondary Poster
</a>