'Can I use class attribute with same value in many posts of blogger?
Can I use class attribute with same value in many posts of blogger.
Example like:
In Blogger post
<div class="panel-heading body-1">some content</div>
<div class="panel-heading body-2">some content</div>
<div class="panel-heading body-3">some content</div>
<div class="panel-heading body-4">some content</div>
Solution 1:[1]
This is as clear as I can be with the given information, but if the elements are all inside the same document, there shouldn't be a problem.
It would help if you could explain what you mean by 'blogger' and 'blogger template' so I can improve my answer.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
