Is the goal to strip html elements from core code?
-
Is the goal to strip html elements from core code as much as possible?
Email Notifications looks a mess in my custom theme. It’s apparently generated by bp-xprofile, with table code like this:
<table>
<tr>
<th class="icon"></th>
<th class="title"></th>
<th class="yes"></th>
<th class="no"></th>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>...Every single element has its own class. This kind of thing breaks very easily.
In my own theme I try to avoid tables where there are cleaner CSS solutions and minimize classes and ID’s as much as possible.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Is the goal to strip html elements from core code?’ is closed to new replies.