I am completely new to EE, so I am still struggling like a newbie as I make my way through each feature. Expect a lot of stupid questions from me over the coming weeks.
Here’s where I’m currently stuck:
I have styled a div to enclose the comments that show up on a single entry page. If I place the div inside the {exp:comment:entries} then it will wrap each comment individually. I don’t want that. I want the div to enclose the whole list of comments.
But when I put the div outside the {exp:comment:entries} tag to achieve that, which looks great on the single entry page, there is a problem. The div shows up on my main blog page as an empty rectangle.
So, thinks I, what I need is a conditional that effectively says “If this is not a single entry page, then don’t display” which is what the {exp:comment:entries} does in itself, but I can’t figure out how to do it for my CSS.
I am somewhat lost on how to solve my problem. I may be stuck.