Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Categories box driving me mad!!


leebridgewater

Recommended Posts

Posted

Hi I have created CSS styles for my category links but the styles are not applying properly due to line breaks being inserted after each new category.

 

My "view source" code of index.php displays the following when looking at the categories part of the code:

 

-------------------

<a class="categoryLink" href="category">Nursery Goods</a>

<br>

<a class="categoryLink" href="category2...">Pre School</a>

<br>

--------------------

 

Where do I find the code which I need to remove the automatic insertion of <br> tags? I want it to output as follows:

 

<a class="categoryLink" href="category">Nursery Goods</a>

<a class="categoryLink" href="category2...">Pre School</a>

 

as my CSS takes care of all the positioning.

 

Hope this makes some kind of sense

Archived

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

×
×
  • Create New...