forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 cpmFetch by vuud => Topic started by: Naotaro on February 10, 2009, 06:22:37 am

Title: How to remove The Blue border ??
Post by: Naotaro on February 10, 2009, 06:22:37 am
please help me with this i relly hate having that horrilbe blue border arround the image look my code is

Code: [Select]
<?php

  
include "./cpmfetch.php";
  
$objCpm = new cpm("./cpmfetch_config.php");
  
$objCpm->cpm_viewLastAddedMedia(1,4);
  
$options = array('windowtarget' => '_blank');
  
$objCpm->cpm_close();

?>