forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 cpmFetch by vuud => Topic started by: Naotaro on March 09, 2009, 02:47:53 am

Title: [Solved]: How to Change Color to The Border
Post by: Naotaro on March 09, 2009, 02:47:53 am
well i change the layout in my web and i wanna put the borders color white can someone say me how

Code: [Select]
<style type="text/css">
.teststyle {
border-style:none;
}
</style>
<?php
  
include "pics/cpmfetch/cpmfetch.php";
  
$objCpm = new cpm("pics/cpmfetch/cpmfetch_config.php");
$options = array('windowtarget' => '_blank',"imageStyle" => "teststyle");
  
$objCpm->cpm_viewLastAddedMedia(1,4,$options);
  
$objCpm->cpm_close();
?>

Title: Re: How to Change Color to The Border
Post by: Joachim Müller on March 09, 2009, 08:40:54 am
Code: [Select]
<style type="text/css">
.teststyle {
border:1px solid white;
}
</style>
This is not the right place to teach you CSS though.
Title: Re: How to Change Color to The Border
Post by: Naotaro on March 10, 2009, 11:13:29 pm
Code: [Select]
<style type="text/css">
.teststyle {
border:1px solid white;
}
</style>
This is not the right place to teach you CSS though.

but its supose to be cmpfetch support and i need help about cpmfetch

can you help me i try to do it but i just mess it up
waht im i suppose to do ?
Title: Re: How to Change Color to The Border
Post by: Fabricio Ferrero on March 11, 2009, 12:45:21 am
He just told you what to do....   ;)

Modify your CSS to the one he suggest:

Code: [Select]
<style type="text/css">
.teststyle {
border:1px solid white;
}
</style>
Title: Re: How to Change Color to The Border
Post by: Naotaro on March 11, 2009, 12:49:10 am
sorry i didnt noticed that he posted the ansewr im sorry thank you both ohh im so ashamed !! sorry im relly sorry
Title: Re: How to Change Color to The Border
Post by: Fabricio Ferrero on March 11, 2009, 02:50:01 am
Read twice next time before asking. ;)
Title: Re: How to Change Color to The Border
Post by: Naotaro on March 11, 2009, 03:08:01 am
Read twice next time before asking. ;)
ok ill take that into acount  :D thank you so much