So I have the Div and Css to make a cooler signature, however I am unable to make sense how @XEngine inserts the div tags into the html.
if (Signature) {
vdom.children.push(m('div.SignatureWrapper', m.trust(Signature)));
}
Gives me a headache trying to understand what its doing. What I want to do is get it do this.
<div class="SignatureWrapper"><p style="text-align: center;"></p><a class="tile" href="#"><img src="https://i.imgur.com/Ca9FAqzm.png">
<div class="details"><span class="title">0E800</span><span class="info">The internet is my recyclebin.</span></div></a></div>
I am thinking I might have better luck just making a custom Signature BBcode. Above are a few designs I have planned.