Results 1 to 1 of 1
-
13th Nov 2010, 06:48 AM #1OPMemberWebsite's:
MechoDDL.com Leaserver.comAD placement
Hello all,
I want to place Katz AD to the right side of my forum. As I am not using any Ad management MOD hence cannot understand on how to proceed.
I am attaching a pic to show where I want my AD to be.
Heres the overall_header codes. Please tell me also where to place the code in order to make it appear where I want.
Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}"> <head> <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" /> <meta http-equiv="content-language" content="{S_USER_LANG}" /> <meta http-equiv="content-style-type" content="text/css" /> <meta http-equiv="imagetoolbar" content="no" /> <meta name="resource-type" content="document" /> <meta name="distribution" content="global" /> <meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" /> <meta name="keywords" content="" /> <meta name="description" content="" /> {META} <title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title> <!-- IF S_ENABLE_FEEDS --> <!-- IF S_ENABLE_FEEDS_OVERALL --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" /><!-- ENDIF --> <!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news" /><!-- ENDIF --> <!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums" /><!-- ENDIF --> <!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_NEW}" href="{U_FEED}?mode=topics" /><!-- ENDIF --> <!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{U_FEED}?mode=topics_active" /><!-- ENDIF --> <!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}" /><!-- ENDIF --> <!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&t={S_TOPIC_ID}" /><!-- ENDIF --> <!-- ENDIF --> <!--[if lt IE 7]> <script src="{T_TEMPLATE_PATH}/IE7.js" type="text/javascript"></script> <![endif]--> <script type="text/javascript"> // <![CDATA[ <!-- IF S_USER_PM_POPUP --> if ({S_NEW_PM}) { popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg'); } <!-- ENDIF --> if (typeof blankImg == 'undefined') var blankImg = '{T_THEME_PATH}/images/spacer.gif'; function popup(url, width, height, name) { if (!name) { name = '_popup'; } window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width); return false; } function jumpto() { var page = prompt('{LA_JUMP_PAGE}:', '{ON_PAGE}'); var per_page = '{PER_PAGE}'; var base_url = '{A_BASE_URL}'; if (page !== null && !isNaN(page) && page == Math.floor(page) && page > 0) { if (base_url.indexOf('?') == -1) { document.location.href = base_url + '?start=' + ((page - 1) * per_page); } else { document.location.href = base_url.replace(/&/g, '&') + '&start=' + ((page - 1) * per_page); } } } /** * Find a member */ function find_username(url) { popup(url, 760, 570, '_usersearch'); return false; } /** * Mark/unmark checklist * id = ID of parent container, name = name prefix, state = state [true/false] */ function marklist(id, name, state) { var parent = document.getElementById(id); if (!parent) { eval('parent = document.' + id); } if (!parent) { return; } var rb = parent.getElementsByTagName('input'); for (var r = 0; r < rb.length; r++) { if (rb[r].name.substr(0, name.length) == name) { rb[r].checked = state; } } } <!-- IF ._file --> /** * Play quicktime file by determining it's width/height * from the displayed rectangle area * * Only defined if there is a file block present. */ function play_qt_file(obj) { var rectangle = obj.GetRectangle(); if (rectangle) { rectangle = rectangle.split(',') var x1 = parseInt(rectangle[0]); var x2 = parseInt(rectangle[2]); var y1 = parseInt(rectangle[1]); var y2 = parseInt(rectangle[3]); var width = (x1 < 0) ? (x1 * -1) + x2 : x2 - x1; var height = (y1 < 0) ? (y1 * -1) + y2 : y2 - y1; } else { var width = 200; var height = 0; } obj.width = width; obj.height = height + 16; obj.SetControllerVisible(true); obj.Play(); } <!-- ENDIF --> // ]]> </script> <link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" /> <!--[if lt IE 8]><link href="{T_THEME_PATH}/ie.css" rel="stylesheet" type="text/css" /><![endif]--> </head> <body id="phpbb" class="{S_CONTENT_DIRECTION}"> <table id="container" cellspacing="0" cellpadding="0" border="0"> <tr> <td id="bgleft"><img src="{T_THEME_PATH}/images/spacer.gif" width="53px" alt="" /></td> <td id="middle" valign="top"> <a id="top" name="top" accesskey="t"></a> <div id="wrapper"> <div id="banner"> <a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a> </div> <div id="header"> <div id="menu"> <ul id="nav"> <li><a class="faq" href="{U_FAQ}" title="{L_FAQ_EXPLAIN}"><span>{L_FAQ}</span></a> <!-- IF not S_IS_BOT --><li><a class="members" href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}"><span>{L_MEMBERLIST}</span></a></li><!-- ENDIF --> <!-- IF not S_IS_BOT --><!-- IF S_DISPLAY_SEARCH --><li><a class="search" href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}"><span>{L_SEARCH}</span></a></li><!-- ENDIF --><!-- ENDIF --> <!-- IF not S_IS_BOT and S_USER_LOGGED_IN --><li><a class="ucp" href="{U_PROFILE}" title="{L_PROFILE}"><span>{L_PROFILE}</span></a></li><!-- ENDIF --> <!-- IF not S_IS_BOT and S_USER_LOGGED_IN --> <!-- IF not S_USER_UNREAD_PRIVMSG --><li><a class="nonewpms" href="{U_PRIVATEMSGS}"><span>{PRIVATE_MESSAGE_INFO}</span></a></li><!-- ENDIF --> <!-- IF S_USER_UNREAD_PRIVMSG --><li><a class="newpms" href="{U_PRIVATEMSGS}" title="{PRIVATE_MESSAGE_INFO}"><span>{PRIVATE_MESSAGE_INFO}</span></a></li><!-- ENDIF --> <!-- ENDIF --> <!-- IF U_MCP --><li><a class="mcp" href="{U_MCP}"><span>{L_MCP}</span></a></li><!-- ENDIF --> </ul> </div> <div id="crumbs"> <!-- IF not S_USER_LOGGED_IN and not S_IN_UCP --> <form action="{U_LOGIN_LOGOUT}" method="post"> <table class="toplogin" cellspacing="0"> <tr> <td><span class="gensmall">{L_USERNAME}:</span></td> <td><input class="post" type="text" name="username" size="10" style="width: 75px" /></td> <td nowrap="nowrap"><input type="checkbox" checked="true" class="radio" name="autologin" /><span style="vertical-align: middle;" class="gensmall">{L_LOG_ME_IN}</span></td> </tr> <tr> <td><span class="gensmall">{L_PASSWORD}:</span></td> <td><input class="post" type="password" name="password" size="10" style="width: 75px" /></td> <td><input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td> </tr> </table> {S_FORM_TOKEN} </form> <!-- ENDIF --> <ul class="breadcrumbs"> <li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li> </ul> </div> <!-- IF not S_IS_BOT --> <ul id="navlist"> <!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><li><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF --> <li><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li> <!-- IF U_RESTORE_PERMISSIONS --><li><a href="{U_RESTORE_PERMISSIONS}"><span>{L_RESTORE_PERMISSIONS}</a></li><!-- ENDIF --> </ul> <!-- ENDIF --> </div> <div id="ct"><div id="ct2"><div id="ctl"><div id="ctr"> <div id="cb"><div id="cbl"><div id="cbr"> <div id="wrapheader"> <table width="100%" cellspacing="0"> <tr> <td class="gensmall"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ENDIF --></td> <td class="gensmall" align="{S_CONTENT_FLOW_END}">{CURRENT_TIME}<br /></td> </tr> </table> </div> <div id="wrapcentre"> {S_LOGIN_REDIRECT}
Thanks
Praveerpraveer Reviewed by praveer on . AD placement Hello all, I want to place Katz AD to the right side of my forum. As I am not using any Ad management MOD hence cannot understand on how to proceed. I am attaching a pic to show where I want my AD to be. http://lulzimg.com/i9/88ecf432.png Heres the overall_header codes. Please tell me also where to place the code in order to make it appear where I want. Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
CPM ads placement doubts
By johnpeter123 in forum Webmasters, Money MakingReplies: 0Last Post: 18th Oct 2012, 05:29 AM -
Google Ads Placement
By todaydownload in forum Webmasters, Money MakingReplies: 14Last Post: 15th Jul 2012, 11:23 PM -
Ad Placement
By ItsmYarD in forum IP.BoardReplies: 13Last Post: 6th Nov 2011, 02:23 PM -
Logo Placement Problem.
By CammyD in forum vBulletinReplies: 1Last Post: 13th May 2011, 03:56 PM -
My ads placement
By pankaj in forum Webmaster DiscussionReplies: 4Last Post: 4th Feb 2010, 06:18 AM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...