coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 cpmFetch by vuud => Topic started by: Naotaro on February 17, 2009, 12:56:44 AM

Title: changes arent chaging
Post by: Naotaro on February 17, 2009, 12:56:44 AM
well i am trying to change the setting of every thing but they arent changing here is my code so meabe you can help me

<style type="text/css">
.teststyle {
border-style: none;
}
</style>

<?php
   
  
require_once "./cpmfetch.php";
  
$objCpm = new cpm("./cpmfetch_config.php");
  
$objCpm->cpm_viewLastAddedMedia(1,4);
  
$options = array('windowtarget' => '_blank',"imageheight"=>"140","imagewidth"=>"160");
  
$objCpm->cpm_close();

?>





please help me
Title: Re: changes arent chaging
Post by: Joachim Müller on February 17, 2009, 02:00:42 PM
Post a link for a start; we're not mind-readers. The CSS class teststyle won't do anything particularly helpfull.
Title: Re: changes arent chaging
Post by: Naotaro on February 17, 2009, 10:22:25 PM
well my thing where i have that is http://just-katy.org/pics/cpmfetch/tumbolids.php meabe this would helpful
Title: Re: changes arent chaging
Post by: Naotaro on February 20, 2009, 02:30:50 AM
some help please i relly need this
Title: Re: changes arent chaging
Post by: Joachim Müller on February 25, 2009, 10:04:10 AM
Well, the definition of a CSS class won't do anything if you don't assign that class. What else could I say?