Inserting image with a link
From Job Board Software Support
Example:
Steps to follow:
1. Upload image to your job board software admin.
(Upload new image instructions.)
3. Open the page that you would like to place the link on
4. Click to icon "HTML" for edit content in HTML mode
5. Place following link code to the editor
<p class="link_icon"> <img height="16" src="/imglib/rss.gif"/> <a href="/cm/candidate/rss"> Subscribe to Job RSS</a> </p>
6. Indicate the styles for the link and image. Open the node Site Settings -> Edit WSW Styles
7. Type following code to the textarea:
p.link_icon {overflow: hidden}
p.link_icon img, p.link_icon a{float: left;}
p.link_icon a {margin: 0 0 0 5px;}
p.link_icon img{5px 5px 0 0}
you can play with margin values to locate the icon in correct place



