Linking thumbnail to bigger image

3 posts by 2 authors in: Forums > CMS Builder
Last Post: November 7, 2008   (RSS)

Re: [WEVOLUTIONS] Linking thumbnail to bigger image

By _kate_ - November 7, 2008 - edited: November 7, 2008

Hi,
Seems like you have it pretty much completed. Depending upon how you set up your code, you should be able to add target="_blank" to the link. You can see where it should be placed in the sample code below.

<a href="<?php echo $upload['urlPath'] ?>" target="_blank">

Hope that helps!
If you have any further questions please don't hesitate to ask :)

Re: [_kate_] Linking thumbnail to bigger image

By wevolutions - November 7, 2008

Thank you very much.