Remove hyphen link betwee images
2 posts by 2 authors in: Forums > CMS Builder
Last Post: January 2, 2012 (RSS)
By (Deleted User) - January 1, 2012
Hi,
I am using Lightbox2 to display images on a detail listing page (thank you to all on the board that helped me implement it!).
There is a hyphen between each image that links to each image. How can I remove it?
The code is here:
My detail listing TEST page is here:
http://www.koshertravelinfo.com/kosher-hotels/kosher-hotel.php?Churchill-Suites-Crown-Miami-Beach-2
I am using Lightbox2 to display images on a detail listing page (thank you to all on the board that helped me implement it!).
There is a hyphen between each image that links to each image. How can I remove it?
The code is here:
<div[/#800000][/#800000] [/#000000]align[/#ff0000][/#ff0000]="center">[/#0000ff][/#0000ff]
<?[/#0000ff][/#0000ff]php[/#800000][/#800000] [/#000000]foreach[/#ff0000][/#ff0000] ($[/#000000]hotelsRecord[/#ff0000][/#ff0000][[/#000000]'images'[/#0000ff][/#0000ff]] [/#000000]as[/#ff0000][/#ff0000] $[/#000000]upload[/#ff0000][/#ff0000])[/#000000]:[/#ff0000][/#ff0000] ?[/#000000]>[/#0000ff][/#0000ff]
<?[/#0000ff][/#0000ff]php[/#800000][/#800000] if[/#ff0000][/#ff0000] ($upload[/#ff0000][/#ff0000]['hasThumbnail'[/#0000ff][/#0000ff]]):[/#ff0000][/#ff0000] ?>[/#0000ff][/#0000ff]
<[/#0000ff][/#0000ff]a[/#800000][/#800000] href[/#ff0000][/#ff0000]="<?php[/#ff0000][/#ff0000] echo[/#ff0000][/#ff0000] $upload[/#ff0000][/#ff0000]['urlPath'[/#0000ff][/#0000ff]] ?>[/#0000ff][/#0000ff]" rel="lightbox[images]" title="<?[/#0000ff][/#0000ff]php[/#800000][/#800000] echo[/#ff0000][/#ff0000] $upload[/#ff0000][/#ff0000]['info1'[/#0000ff][/#0000ff]] ?>[/#0000ff][/#0000ff]">[/#0000ff][/#0000ff]
<[/#0000ff][/#0000ff]img[/#800000][/#800000] src[/#ff0000][/#ff0000]="<?php[/#ff0000][/#ff0000] echo[/#ff0000][/#ff0000] $upload[/#ff0000][/#ff0000]['thumbUrlPath'[/#0000ff][/#0000ff]] ?>[/#0000ff][/#0000ff]" width="<?[/#0000ff][/#0000ff]php[/#800000][/#800000] echo[/#ff0000][/#ff0000] $upload[/#ff0000][/#ff0000]['thumbWidth'[/#0000ff][/#0000ff]] ?>[/#0000ff][/#0000ff]" height="<?[/#0000ff][/#0000ff]php[/#800000][/#800000] echo[/#ff0000][/#ff0000] $upload[/#ff0000][/#ff0000]['thumbHeight'[/#0000ff][/#0000ff]]?>[/#0000ff][/#0000ff]" />[/#0000ff][/#0000ff]
</[/#0000ff][/#0000ff]a[/#800000][/#800000]>[/#0000ff][/#0000ff]
<?[/#0000ff][/#0000ff]php[/#800000][/#800000] elseif[/#ff0000][/#ff0000] ($upload[/#ff0000][/#ff0000]['isImage'[/#0000ff][/#0000ff]]):[/#ff0000][/#ff0000] ?>[/#0000ff][/#0000ff]
<[/#0000ff][/#0000ff]a[/#800000][/#800000] href[/#ff0000][/#ff0000]="<?php[/#ff0000][/#ff0000] echo[/#ff0000][/#ff0000] $upload[/#ff0000][/#ff0000]['urlPath'[/#0000ff][/#0000ff]] ?>[/#0000ff][/#0000ff]" rel="lightbox[images]" title="<?[/#0000ff][/#0000ff]php[/#800000][/#800000] echo[/#ff0000][/#ff0000] $upload[/#ff0000][/#ff0000]['info1'[/#0000ff][/#0000ff]] ?>[/#0000ff][/#0000ff]">[/#0000ff][/#0000ff]
<[/#0000ff][/#0000ff]img[/#800000][/#800000] src[/#ff0000][/#ff0000]="<?php[/#ff0000][/#ff0000] echo[/#ff0000][/#ff0000] $upload[/#ff0000][/#ff0000]['urlPath'[/#0000ff][/#0000ff]] ?>[/#0000ff][/#0000ff]" width="<?[/#0000ff][/#0000ff]php[/#800000][/#800000] echo[/#ff0000][/#ff0000] $upload[/#ff0000][/#ff0000]['width'[/#0000ff][/#0000ff]] ?>[/#0000ff][/#0000ff]" height="<?[/#0000ff][/#0000ff]php[/#800000][/#800000] echo[/#ff0000][/#ff0000] $upload[/#ff0000][/#ff0000]['height'[/#0000ff][/#0000ff]] ?>[/#0000ff][/#0000ff]" />[/#0000ff][/#0000ff]
</[/#0000ff][/#0000ff]a[/#800000][/#800000]>[/#0000ff][/#0000ff]
<?[/#0000ff][/#0000ff]php[/#800000][/#800000] else:[/#ff0000][/#ff0000] ?>[/#0000ff][/#0000ff]
<[/#0000ff][/#0000ff]a[/#800000][/#800000] href[/#ff0000][/#ff0000]="<?php[/#ff0000][/#ff0000] echo[/#ff0000][/#ff0000] $upload[/#ff0000][/#ff0000]['urlPath'[/#0000ff][/#0000ff]] ?>[/#0000ff][/#0000ff]">[/#0000ff][/#0000ff]Download <?[/#0000ff][/#0000ff]php[/#800000][/#800000] echo[/#ff0000][/#ff0000] $upload[/#ff0000][/#ff0000]['filename'[/#0000ff][/#0000ff]] ?></[/#0000ff][/#0000ff]a[/#800000][/#800000]>[/#0000ff][/#0000ff]
<?[/#0000ff][/#0000ff]php[/#800000][/#800000] endif[/#ff0000][/#ff0000] ?>[/#0000ff][/#0000ff]
<?[/#0000ff][/#0000ff]php[/#800000][/#800000] endforeach[/#ff0000][/#ff0000] ?>[/#0000ff][/#0000ff]
</[/#0000ff][/#0000ff]div[/#800000][/#800000]>[/#0000ff][/#0000ff]
[/#0000ff][/#0000ff] My detail listing TEST page is here:
http://www.koshertravelinfo.com/kosher-hotels/kosher-hotel.php?Churchill-Suites-Crown-Miami-Beach-2
Re: [RapidWeb] Remove hyphen link betwee images
By Jason - January 2, 2012
Hi,
Those lines seem to be a continuation of each link. This is probably being caused by extra white space between each link.
Try this code:
Hope this helps
Those lines seem to be a continuation of each link. This is probably being caused by extra white space between each link.
Try this code:
<div align="center">
<?php foreach ($hotelsRecord['images'] as $upload): ?>
<?php if ($upload['hasThumbnail']): ?>
<a href="<?php echo $upload['urlPath'] ?>" rel="lightbox[images]" title="<?php echo $upload['info1'] ?>"><img src="<?php echo $upload['thumbUrlPath'] ?>" width="<?php echo $upload['thumbWidth'] ?>" height="<?php echo $upload['thumbHeight']?>" /></a>
<?php elseif ($upload['isImage']): ?>
<a href="<?php echo $upload['urlPath'] ?>" rel="lightbox[images]" title="<?php echo $upload['info1'] ?>"><img src="<?php echo $upload['urlPath'] ?>" width="<?php echo $upload['width'] ?>" height="<?php echo $upload['height'] ?>" /></a>
<?php else: ?>
<a href="<?php echo $upload['urlPath'] ?>">Download <?php echo $upload['filename'] ?></a>
<?php endif ?>
<?php endforeach ?>
</div>
Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/