changes arent chaging changes arent chaging
 

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]

Main Menu

changes arent chaging

Started by Naotaro, February 17, 2009, 12:56:44 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Naotaro

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

Joachim Müller

Post a link for a start; we're not mind-readers. The CSS class teststyle won't do anything particularly helpfull.

Naotaro


Naotaro

some help please i relly need this

Joachim Müller

Well, the definition of a CSS class won't do anything if you don't assign that class. What else could I say?