I believe that's the responsibility of the MOD author, not the style author.Boardtalk.net wrote:Hi Christian,
In IE the Advertisement Management Mod on the top of the index page displays incorrectly, it looks fine in Firefox, G Chrome and A Safari. In IE it sit’s a little under and behind the first forum category.
I've tried placing the {ADS_1} code in various places around the area below but it makes no difference in IE.
overall_header.htmlThanks again,Code: Select all
</head> <body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}"> <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) or U_RESTORE_PERMISSIONS --> <!-- INCLUDE arcade/arcade_info_body.html --> <div class="sn-header-alert"> <!-- IF S_BOARD_DISABLED --><img src="{T_THEME_PATH}/images/exclamation.png" width="16" height="16" alt="" /> {L_INFORMATION}: {L_BOARD_DISABLED}<!-- ENDIF --><!-- IF S_BOARD_DISABLED and U_RESTORE_PERMISSIONS --> • <!-- ENDIF --> <!-- IF U_RESTORE_PERMISSIONS --><img src="{T_THEME_PATH}/images/user_go.png" width="16" height="16" alt="" /> <a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a><!-- ENDIF --> </div><!-- /sn-header-alert --> {ADS_1} <!-- ENDIF --> <div id="sn-header"> <a id="top" name="top" accesskey="t"></a> <div id="sn-header-content"> <a id="sn-logo" href="{U_INDEX}"><img src="{T_IMAGESET_PATH}/site-logo-{SITE_LOGO_RANDOM}.png" width="484" height="100" alt="" /></a> <div id="sn-controlbox"> <!-- IF not S_USER_LOGGED_IN and not S_IS_BOT --
~Callum