Post by adminabp on Jan 20, 2019 3:59:54 GMT -8
Okay, so I managed to work out this code for my Template
And it works. What I want to do is leave just the
in the template and move the rest
from inside it to the header/footer of individual boards, where I can customize it for each individual board. How do I get that to insert into the div?
I'm stuck. Tried a few things and couldn't make it work(I don't really know coding), so thanks in advance for any help.
<div class="custominsertlabeldisplayarea"><div class="customlabeldisplayarea"><div style="text-align:center;">
<ul class="share-buttons"><p style="font-size:12px; font-weight:bold; float:left; padding:3px;">Thread Labels:</p>
<li><a href="http://abetterplace.boards.net/board/2/boards?filters%5B%5D=label_id:eq:7" title="Threads featuring preview pages from upcoming X-Men and related Marvel Comics"><img alt="Threads featuring preview pages from upcoming X-Men and related Marvel Comics" src="http://storage.proboards.com/5732327/images/MmTb0zbwDUkIK0AdRfgk.png" /></a></li>
<li><a href="http://abetterplace.boards.net/board/2/boards?filters%5B%5D=label_id:eq:9" title="Threads featuring solicitations for upcoming X-Men and related Marvel Comics"><img alt="Threads featuring solicitations for upcoming X-Men and related Marvel Comics" src="http://storage.proboards.com/5732327/images/mPSVlRfYzHpngCzf0lrx.png" /></a></li>
</ul>
</div></div></div>
And it works. What I want to do is leave just the
<div class="custominsertlabeldisplayarea"></div>
in the template and move the rest
<div class="customlabeldisplayarea"><div style="text-align:center;">
<ul class="share-buttons"><p style="font-size:12px; font-weight:bold; float:left; padding:3px;">Thread Labels:</p>
<li><a href="http://abetterplace.boards.net/board/2/boards?filters%5B%5D=label_id:eq:7" title="Threads featuring preview pages from upcoming X-Men and related Marvel Comics"><img alt="Threads featuring preview pages from upcoming X-Men and related Marvel Comics" src="http://storage.proboards.com/5732327/images/MmTb0zbwDUkIK0AdRfgk.png" /></a></li>
<li><a href="http://abetterplace.boards.net/board/2/boards?filters%5B%5D=label_id:eq:9" title="Threads featuring solicitations for upcoming X-Men and related Marvel Comics"><img alt="Threads featuring solicitations for upcoming X-Men and related Marvel Comics" src="http://storage.proboards.com/5732327/images/mPSVlRfYzHpngCzf0lrx.png" /></a></li>
</ul>
</div></div>
from inside it to the header/footer of individual boards, where I can customize it for each individual board. How do I get that to insert into the div?
I'm stuck. Tried a few things and couldn't make it work(I don't really know coding), so thanks in advance for any help.