Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to put content of an infobox to somewhere without box border?


Guest

Recommended Posts

Posted

can someone tell me how to put content of an infobox to somewhere without box border?

for ex i put manufacturer box to my header

<?
include(DIR_WS_BOXES . 'manufacturers.php');
?>

 

it appears but still have box border?how to remove the border?

Posted
can someone tell me how to put content of an infobox to somewhere without box border?

for ex i put manufacturer box to my header

<?
include(DIR_WS_BOXES . 'manufacturers.php');
?>

 

it appears but still have box border?how to remove the border?

 

The border is specified in the stylesheet.css file

.infoBox {
 background:#f6f5f5;
}

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...