leebridgewater Posted January 14, 2006 Posted January 14, 2006 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
leebridgewater Posted January 14, 2006 Author Posted January 14, 2006 Solved! <BR> found in categories.php line 16 Now works fine. Thanks lee
Recommended Posts
Archived
This topic is now archived and is closed to further replies.