How to remove The Blue border ?? How to remove The Blue border ??
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

How to remove The Blue border ??

Started by Naotaro, February 10, 2009, 06:22:37 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Naotaro

please help me with this i relly hate having that horrilbe blue border arround the image look my code is

<?php

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

?>