I keep a file of different style blog posts. In my style sheet i have a class called blogpics that handles the border on my picture, and a class called endlinks that handles how i want the link on the bottom of my post to look.
this is one of my post templates for a picture on top, then a paragraph of text, and a sponsor link on the bottom.
PHP Code:
<p align="center"><a href="" target="_blank" title=""><img src="" alt="" class="blogpics" /></a></p>
<p>text here. <a href="" target="_blank" title="">Sponsor Link</a></p>
<p align="center"><a href="" target="_blank" title="" class="endlinks">TEXT LINK TO SPONSOR SITE</a></p>