Where..?

Logan18

Seasoned Veteran
Joined
Apr 25, 2009
Messages
2,809
Reaction score
0
FP$
6
I am trying to have a place for an ad on my forum and I am trying to figure out how to put an add under the nav bar on my forum (where it says Home Search Member List Calendar Help) How would I do this? 😛 I'm talking about Gaming Zone Community (the link is in my signature).
 
There should be a file in the theme section ( under the theme you are using) that starts with .nav or something similar.
 
I found that..but apparently where I'm talking about isn't the navigation..
 
Try this....

Find:
Code:
<ul>
					<li><a style="display: inline-block;" href="http://gaming-zc.com/forum/index.php" id="home_m"><span class="typeface-js-vector-container"><canvas style="margin-top: 4px; margin-bottom: 4px;" width="45" height="20"></canvas><span style="margin-left: -46px; letter-spacing: -1.5px; width: 45px;" class="typeface-js-selected-text">Home</span></span></a></li>
					<li><a style="display: inline-block;" href="http://gaming-zc.com/forum/search.php" id="search_m"><span class="typeface-js-vector-container"><canvas style="margin-top: 4px; margin-bottom: 4px;" width="53" height="20"></canvas><span style="margin-left: -54px; letter-spacing: -1.5px; width: 53px;" class="typeface-js-selected-text">Search</span></span></a></li>
					<li><a style="display: inline-block;" href="http://gaming-zc.com/forum/memberlist.php" id="memberlist_m"><span class="typeface-js-vector-container"><canvas style="margin-top: 4px; margin-bottom: 4px;" width="69" height="20"></canvas><span style="margin-left: -70px; letter-spacing: -1.42857px; width: 69px;" class="typeface-js-selected-text">Member </span><canvas style="margin-top: 4px; margin-bottom: 4px;" width="26" height="20"></canvas><span style="margin-left: -27px; letter-spacing: -1.25px; width: 26px;" class="typeface-js-selected-text">List</span></span></a></li>
					<li><a style="display: inline-block;" href="http://gaming-zc.com/forum/calendar.php" id="calendar_m"><span class="typeface-js-vector-container"><canvas style="margin-top: 4px; margin-bottom: 4px;" width="67" height="20"></canvas><span style="margin-left: -68px; letter-spacing: -1.5px; width: 67px;" class="typeface-js-selected-text">Calendar</span></span></a></li>
					<li><a style="display: inline-block;" href="http://gaming-zc.com/forum/misc.php?action=help" id="help_m"><span class="typeface-js-vector-container"><canvas style="margin-top: 4px; margin-bottom: 4px;" width="35" height="20"></canvas><span style="margin-left: -36px; letter-spacing: -1px; width: 35px;" class="typeface-js-selected-text">Help</span></span></a></li>
				</ul>

Add After:
Code:
<br /> [AD CODE]

If that doesn't work, please delete the "ADD AFTER:" part
 
Back
Top Bottom