Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Newbie Spacing Questions...


Guest

Recommended Posts

Posted

How can I space the left colum "catagories" so that each of my catagories are not sandwhiched ontop of each other? is there some code I can add? Or just try to put <BR> when I add a catagory?

 

Thanks,

-=Rick

Posted
You can change this line in the includes/boxes/categories.php
$categories_string .= '<br>';

to

$categories_string .= '<br><br>';

or

$categories_string .= '<hr>';

 

Jack

 

Jack thank you very much for the quick response I will try that soon and repost results..

Thanks,

-=Rick

Posted
Jack thank you very much for the quick response I will try that soon and repost results..

Thanks,

-=Rick

 

IT WORKED EXCELLENT! Now how do I get rid of "->" after the catagories with longer names?

Thanks again!

-=Rick

Posted
IT WORKED EXCELLENT! Now how do I get rid of "->" after the catagories with longer names?

Thanks again!

-=Rick

 

Ignore that last question.... duh it's because I have sub categories..

Thanks, again

-=Rick

Archived

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

×
×
  • Create New...