[DEV] Top Attachments
Posted: 11 Sep 2014, 16:03
Here is a video to show the error better on your site and the fixed code on my site hope you understand what i'm trying to say.Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
Code: Select all
<div class="topa_copy2">
<li class="row">
<dl>
<dt class="topa_uinf">
<span class="topa_credit">{L_TOPA_CR}
<a href="#" title="{L_TOPA_CREDIT_1}"><div class="topa_cr1"></div></a>
<a href="#" title="{L_TOPA_CREDIT_2}"><div class="topa_cr1"></div></a>
<a href="#" title="{L_TOPA_CREDIT_3}"><div class="topa_cr2"></div></a>
</span>{TOPA_UINF}
</dt>
</dl>
</li>
</div>
Code: Select all
<div class="topa_copy2">
<li class="row">
<dl>
<dt class="topa_uinf">
<span class="topa_credit">{L_TOPA_CR}
<a href="#" title="{L_TOPA_CREDIT_1}"><div class="topa_cr1"></div></a>
<a href="#" title="{L_TOPA_CREDIT_2}"><div class="topa_cr1"></div></a>
<a href="#" title="{L_TOPA_CREDIT_3}"><div class="topa_cr2"></div></a>
</span>{TOPA_UINF}
</dt>
</dl>
</li>
</div>
, am I right? Code: Select all
<div class="topa_copy2">
<li class="row">
<dl>
<dt class="topa_uinf">
<span class="topa_credit">{L_TOPA_CR}
<a href="#" title="{L_TOPA_CREDIT_1}"><div class="topa_cr1"></div></a>
<a href="#" title="{L_TOPA_CREDIT_2}"><div class="topa_cr1"></div></a>
<a href="#" title="{L_TOPA_CREDIT_3}"><div class="topa_cr2"></div></a>
</span>{TOPA_UINF}
</dt>
</dl>
</li>
</div>
Code: Select all
<a href="#" title="{L_TOPA_CREDIT_3}"><div class="topa_cr2"></div></a>
Code: Select all
<a href="#" title="{L_TOPA_CREDIT_3}"><div class="topa_cr2"></div></a>
@martin123456, strange, I see no error on your board I think the divs insidemartin123456 wrote:Confirmed on fresh install of phpbb yourdomain.com • Index page
<dt class="topa_uinf">
don't need extra breaking spaces, because I use float:right
formatting for these divs, but I could be wrong.text-align: center
, content isn't.Code: Select all
<div class="topa_copy2">
<li class="row">
<dl>
<dt class="topa_uinf">
<span class="topa_credit">{L_TOPA_CR}
<a href="#" title="{L_TOPA_CREDIT_1}"><div class="topa_cr1"></div></a>
<a href="#" title="{L_TOPA_CREDIT_2}"><div class="topa_cr2"></div></a>
<a href="#" title="{L_TOPA_CREDIT_3}"><div class="topa_cr3"></div></a>
</span>{TOPA_UINF}
</dt>
</dl>
</li>
</div>