Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Space between photo & subtitle  (Read 3305 times)

0 Members and 1 Guest are viewing this topic.

enwhysee

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
Space between photo & subtitle
« on: December 14, 2007, 06:56:55 pm »

For some reason there is a space between my photo and subtitle link when I view my page and I'd like to remove it. It inserts 2 <br /> tag but I don't know how to get rid one so that the subtitle is directly under the photo. This is the code I use:

Code: [Select]
<?php
  
include "/home/content/x/x/x/xxxx/html/photos/cpmfetch/cpmfetch.php";
  
$objCpm = new cpm("/home/content/x/x/x/xxxx/html/photos/cpmfetch/cpmfetch_config.php");
  
$options = array('imagelink' => 'album''imagewidth' => '80''subtitle' => '%a''subtitlelink' => ""'alttag' => '%a'"imagestyle" => "photos");
  
$objCpm->cpm_viewLastUpdatedAlbumsFrom("",4,1,$options);
  
$objCpm->cpm_close();
?>

Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 19 queries.