I scoured my categories template. Thats the first place i looked. I don't know if it makes any difference, but I am using the
vb integration.
This is what I have that I want to change:
Code:
Content visible to verified customers only.
Thats how they are displayed. When I view the source (which is how I find which templates are called, lol), it shows that location as:
Quote:
|
Cat Title<br /><span class="smallfont">
|
My template is heavily modified, but nowhere in that template is there a line break followed by that class. (I even ran several searches JUST for that as well as line breaks alone). That is coming from somewhere else, or at least it appears to be.
The only line breaks in my categories template are these:
Code:
Content visible to verified customers only.
There is also a line break following a table I closed and one at the end of the file. Those 4 are the only line breaks in the file. Where else could that bad larry be hiding?