Picture display problems when trying to have border around pic

3 posts by 2 authors in: Forums > CMS Builder
Last Post: September 6, 2010   (RSS)

Re: [mel] Picture display problems when trying to have border around pic

By Mel - September 5, 2010

Problem solved by moving the class="picFrame"

see new location in html below just after image height and before alt


<div class="rightpanel">

<div >

<?php foreach ($biosRecord['image'] as $upload): ?>

<img src="<?php echo $upload['urlPath'] ?>" width="<?php echo $upload['width'] ?>" height="<?php echo $upload['height'] ?>"class="picFrame" alt="" />
<?php endforeach ?>

</div>

</div>

Now all pics both upright and landscape have borders around each of them

Mel [cool]

Re: [mel] Picture display problems when trying to have border around pic

By Donna - September 6, 2010

Hey Mel! Glad to hear you got that figured out, that should look great!
Donna

--
support@interactivetools.com