In the sub category links the links are separated by a line "<br>" which i don't want. I want the categories to be one right after the other without any spacing.
ex. computer
monitors
what i want is:
computers
monitors
In the sub category links the links are separated by a line "<br>" which i don't want. I want the categories to be one right after the other without any spacing.
ex. computer
monitors
what i want is:
computers
monitors
In category.class.php change
line 495:
$category .= "<p>";
to
$category .= "<br>";
I tried to find it with the search and replace software, however it did not come up... do you know where I can find that file?
You replied to a thread that is 6 years old. You probably won't get an answer.
Hi Bruce,
Wow...I didn't even realize that! Nicecoder has been around for quite some time. In any case, if anyone else knows how to do the following I would apreciate it:
In the sub category links the links are separated by a line "<p>" which i don't particularly like as it takes too much space. I would like the sub categories to be one right after the other without any spacing.
current set-up:
computer
monitors
what I would like is:
computers
monitors
Please create a new thread so this one can stay dead. I'll answer your question there.