Ok, this might seem like a pretty stupid question, but can't seem to find an easy explanation as to how to achieve this simply.
I'm an experienced software developer but very new to dot net nuke, so am literally finding my feet a bit.
The question I have is - what is the best way to link between pages within the site, outside of the standard menu?
I've added the following html to a pane, all I'm looking to do is have the image link to another page within the site.
<p style="text-align: center;"><img alt="" class="aligncenter" style="width: 250px; height: 166px;border: 0px solid;" src="/portals/0/WebSitesCreative_PostIt/396/3c475a7f-691d-4825-9ee1-a64806ec6651.jpg" /></p>
<p class="SkinObject" style="text-align: center;">Our World</p>
<p style="text-align: center;">Check out our app of the week, meet the team and read our latest blogs.</p>
Of course I can add an a href around the image, specifying the page address, however I'm wondering if there is a more glamourous way of doing this?
Many Thanks,
Andy