Not sure if I totally understand the concern, but as far as I can tell you want to have a photo gallery which is setup via the topic manager and by clicking on each of the photos, users will be redirected to certain page that contains all the relevant information? If yes, there's similar existing topic there in the admin already that does this, check out "HomeTopIntro" and view it in html mode "<>" to see the html codes.
Basically, it only uses <a href> tag to link photo to another page. e.g.
Code:
<a href="YourCustomPage.aspx"><img alt="" height="200" src="ImageDirectory/ImageFileName.jpg" width="225" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; " /></a>