poddan1 Posted January 9, 2005 Posted January 9, 2005 I want to do som hard coding but it wont work The problem is that I have some templates and original black doesent show well a all on a black background,but I need the orginal black in other places. Tex it looks like this in the cart box 1 X asus computor --------------------------- <----- must change color 4000 kr <----- must change color original it looks like this $info_box_contents = array(); ?$info_box_contents[] = array('text' => $cart_contents_string); ?if ($cart->count_contents() > 0) { ? ?$info_box_contents[] = array('text' => tep_draw_separator()); ? ?$info_box_contents[] = array('align' => 'right', ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 'text' => $currencies->format($cart->show_total())); I have tried to changed it with a little help but it doesent work if ($cart->count_contents() > 0) { ? $info_box_contents[] = array('text' => '<font color="#FF33CC">'); ? ?$info_box_contents[] = array('text' => tep_draw_separator()); ? ?$info_box_contents[] = array('align' => 'right', ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 'text' => $currencies->format($cart->show_total())); $info_box_contents[] = array('text' => '</font>'); Any one who can help me.
poddan1 Posted January 9, 2005 Author Posted January 9, 2005 Any one ? I want to do som hard coding but it wont work The problem is that I have some templates and original black doesent show well a all on a black background,but I need the orginal black in other places. Tex it looks like this in the cart box 1 X asus computor --------------------------- <----- must change color 4000 kr <----- must change color original it looks like this $info_box_contents = array(); ?$info_box_contents[] = array('text' => $cart_contents_string); ?if ($cart->count_contents() > 0) { ? ?$info_box_contents[] = array('text' => tep_draw_separator()); ? ?$info_box_contents[] = array('align' => 'right', ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 'text' => $currencies->format($cart->show_total())); I have tried to changed it with a little help but it doesent work if ($cart->count_contents() > 0) { ? $info_box_contents[] = array('text' => '<font color="#FF33CC">'); ? ?$info_box_contents[] = array('text' => tep_draw_separator()); ? ?$info_box_contents[] = array('align' => 'right', ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 'text' => $currencies->format($cart->show_total())); $info_box_contents[] = array('text' => '</font>'); Any one who can help me. <{POST_SNAPBACK}>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.