Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

infobox


Digerdoo

Recommended Posts

i have infobox shadow effect in my infoboxes and here is my infobox code:

 

<tr>

<td>

<?php

$info_box_contents = array();

$info_box_contents[] = array('align' => 'center',

'text' => NEWS

);

new infoBoxHeading($info_box_contents, false, false);

 

$info_box_contents = array();

$info_box_contents[] = array('align' => 'center',

'text' => '

 

 

IF I WANT PUT HERE SOME OTHER PHP CODE IS NOT WORK ?? ???????????!!!!!

 

 

'

);

new infoBox($info_box_contents);

?>

 

</tr>

</td>

 

can someone help.. if i take off '); and put it before that php code it show almost normal and show shadow but if i take hole

 

$info_box_contents[] = array('align' => 'center',

'text' => '

 

it not show shadow effect at all ??

 

 

can someone help how i can put there php code and it show shadow effect normal..

 

:'(

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...