<em>@vallagruppen 232800 wrote:</em><blockquote>On the frontpage I want my images to be able to link to other pages. Anyone knows what I need to edit for the images on frontpage layout to be linkable? :)</blockquote>
You can change html code reference for image code from::
<img class=”img-border” src=”images/stories/demo/sam-21.jpg” border=”0″ alt=”Sample image” />
to
<a href=”http://mysite.com”><img class=”img-border” src=”images/stories/demo/sam-21.jpg” border=”0″ alt=”Sample image” /></a>
and update link accordingly
You can view in html code with editor turned off easily
Also, Please view this tutorial for creating html links ::
http://www.w3schools.com/HTML/html_links.asp