HTML & CSS question
-
On the “group” page, we can see a group description for each group. The output is constructed with a list containing several div
<li>
<div class="item-avatar">
some other div's ....and the div containing the description:
<div class="item-desc"><p>
---
</li>next group here
This should be corrected, because a list doesn’t normally contain paragraphs, but anyway I want to retrieve the p tag, but i didn’t find it in the group-loop file or elsewhere.
Any idea ? Thanks !
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘HTML & CSS question’ is closed to new replies.