Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

need vertical spacing between right boxes


joe.biz

Recommended Posts

whats the easiest way to add about 20px of vertical space between each box on the right side?

 

i tried going into the includes\classes\boxes.php file and changing the tablebox class's constructor:

 

// class constructor
   function tableBox($contents, $direct_output = false) {
     $tableBox_string = '<table border="' . tep_o

 

to be like this:

 

// class constructor
   function tableBox($contents, $direct_output = false) {
     $tableBox_string = '<br><br><table border="' . tep_o

 

but it added line breaks in a bunch of other places that i didn't want it to be at.

 

 

any help would be appreciated thanks.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...