Open Your "
adv_portal" Template and at the very top find this
Insertar CODE, HTML o PHP:
Replace with this code
Insertar CODE, HTML o PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Save and Close
Now Open Your "
adv_portal_newsbits" Template and find this code
Insertar CODE, HTML o PHP:
<if condition="!$mod_options['portal_news_legacy']">
Add Below this code
Insertar CODE, HTML o PHP:
<if condition="$newscount == 1">
<table cellpadding="0" width="100%" height="100%">
</if>
<if condition="($newscount % 2)"> <tr> </if>
<td valign="top" width="50%"> <table height="100%" align="center" border="0" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%">
very END of "
adv_portal_newsbits" template add this code
Code:
</td> </tr> </table> </if> </if>