[Solved]: How to Change Color to The Border [Solved]: How to Change Color to The Border
 

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

[Solved]: How to Change Color to The Border

Started by Naotaro, March 09, 2009, 02:47:53 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Naotaro

well i change the layout in my web and i wanna put the borders color white can someone say me how


<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();
?>



Joachim Müller


<style type="text/css">
.teststyle {
border:1px solid white;
}
</style>

This is not the right place to teach you CSS though.

Naotaro

Quote from: Joachim Müller on March 09, 2009, 08:40:54 AM

<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 ?

Fabricio Ferrero

He just told you what to do....   ;)

Modify your CSS to the one he suggest:

Quote from: Joachim Müller on March 09, 2009, 08:40:54 AM

<style type="text/css">
.teststyle {
border:1px solid white;
}
</style>

Read Docs and Search the Forum before posting. - Soporte en español
--*--
Fabricio Ferrero's Website

Catching up! :)

Naotaro

sorry i didnt noticed that he posted the ansewr im sorry thank you both ohh im so ashamed !! sorry im relly sorry

Fabricio Ferrero

Read Docs and Search the Forum before posting. - Soporte en español
--*--
Fabricio Ferrero's Website

Catching up! :)

Naotaro

Quote from: Fabricio Ferrero on March 11, 2009, 02:50:01 AM
Read twice next time before asking. ;)
ok ill take that into acount  :D thank you so much