Go Back   vBulletin Setup > vBulletinSetup Information > vBulletin Questions


Please Register to get full access to the forums.
Post New Thread  Reply



#1   10-21-2006, 12:01 AM
soultrader will become famous soon enough Join Date: Sep 2006 Posts: 89
Adsense Placement


Brandon,

I would like to know if its possible to add a rectangle adsense to the right of my welcome header. Or do I need to fix the welcome header image all together? Thanks
--------------------
#1 Interactive Traders Forum
Quote   |  



#2   10-21-2006, 08:43 AM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 9,827 Location: Topeka, KS
Re: Adsense Placement


ya, we can do that.. do you want to remove that notepad looking image from there ?
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.

Please do not PM me for support, that's what the forums are for.
Have you heard about Crowdgather?
Find it on Forums


Stay up to date by installing our Tool Bar
Quote   |  



#3   10-21-2006, 01:01 PM
soultrader will become famous soon enough Join Date: Sep 2006 Posts: 89
Re: Adsense Placement


If think I want to keep the image. So I should just add the code at the end of the welcome header?
--------------------
#1 Interactive Traders Forum
Quote   |  



#4   10-21-2006, 03:13 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 9,827 Location: Topeka, KS
Re: Adsense Placement


ya, you can play with it and move the code around.. just save a backup of how it look snow on a wordpad or textfile. ;)
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.

Please do not PM me for support, that's what the forums are for.
Have you heard about Crowdgather?
Find it on Forums


Stay up to date by installing our Tool Bar
Quote   |  



#5   10-22-2006, 12:56 AM
soultrader will become famous soon enough Join Date: Sep 2006 Posts: 89
Re: Adsense Placement


Could you take a look at my code and see what Im doing wrong?

The adsense keeps on going right underneath the welcome header. I want to make it go directly right of the welcome header.

Code:
<html>
<head>
<title>traderslaboratory</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (traderslaboratory.psd) -->
<table id="Table_01" width="607" height="213" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td colspan="3">
			<img src="http://www.traderslaboratory.com/Pictures/welcome header/traderslaboratory_01.gif" width="607" height="36" alt=""></td>
	</tr>
	<tr>
		<td rowspan="3">
			<img src="http://www.traderslaboratory.com/Pictures/welcome header/traderslaboratory_02.gif" width="274" height="177" alt=""></td>
		<td>
			<a href="http://www.traderslaboratory.com/forums/register.php">
				<img src="http://www.traderslaboratory.com/Pictures/welcome header/traderslaboratory_03.gif" width="69" height="26" border="0" alt="Register for Free"></a></td>
		<td rowspan="3">
			<img src="http://www.traderslaboratory.com/Pictures/welcome header/traderslaboratory_04.gif" width="264" height="177" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="http://www.traderslaboratory.com/Pictures/welcome header/traderslaboratory_05.gif" width="69" height="126" alt=""></td>
	</tr>
	<tr>
		<td>
			<a href="http://www.traderslaboratory.com/forums/register.php">
				<img src="http://www.traderslaboratory.com/Pictures/welcome header/traderslaboratory_06.gif" width="69" height="25" border="0" alt="Register for Free"></a></td>
	</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>

<script type="text/javascript"><!--
google_ad_client = "client #";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text";
google_ad_channel = "";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
What should I add? Thank you
--------------------
#1 Interactive Traders Forum
Quote   |  



#6   10-22-2006, 01:00 AM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 9,827 Location: Topeka, KS
Re: Adsense Placement


dome something like

PHP Code:
<div align="right"> </div
work ?
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.

Please do not PM me for support, that's what the forums are for.
Have you heard about Crowdgather?
Find it on Forums


Stay up to date by installing our Tool Bar
Quote   |  



#7   10-22-2006, 01:47 AM
soultrader will become famous soon enough Join Date: Sep 2006 Posts: 89
Re: Adsense Placement


Nope... it just places it below and to the right.
--------------------
#1 Interactive Traders Forum
Quote   |  



#8   10-22-2006, 01:50 AM
RedMatrix is a jewel in the rough Join Date: Sep 2006 Posts: 201 Location: Texas
Re: Adsense Placement


try this:

PHP Code:
<div style="float:right;"
--------------------
Need Help With Your Computer? Hate to reboot?
Introducing my Computer Help Desk & Discussion Forum
Quote   |  



#9   10-22-2006, 02:00 AM
soultrader will become famous soon enough Join Date: Sep 2006 Posts: 89
Re: Adsense Placement


It still places it below and to the right.
--------------------
#1 Interactive Traders Forum
Quote   |  



#10   10-22-2006, 02:04 AM
RedMatrix is a jewel in the rough Join Date: Sep 2006 Posts: 201 Location: Texas
Re: Adsense Placement


show me your code, here, and your header code too

EDIT: nevermind, you have it up there. But lemme put it in right codes

PHP Code:
<html>
<
head>
<
title>traderslaboratory</title>
<
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</
head>
<
body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- 
ImageReady Slices (traderslaboratory.psd) -->
<
table id="Table_01" width="607" height="213" border="0" cellpadding="0" cellspacing="0">
    <
tr>
        <
td colspan="3">
            <
img src="http://www.traderslaboratory.com/Pictures/welcome header/traderslaboratory_01.gif" width="607" height="36" alt=""></td>
    </
tr>
    <
tr>
        <
td rowspan="3">
            <
img src="http://www.traderslaboratory.com/Pictures/welcome header/traderslaboratory_02.gif" width="274" height="177" alt=""></td>
        <
td>
            <
a href="http://www.traderslaboratory.com/forums/register.php">
                <
img src="http://www.traderslaboratory.com/Pictures/welcome header/traderslaboratory_03.gif" width="69" height="26" border="0" alt="Register for Free"></a></td>
        <
td rowspan="3">
            <
img src="http://www.traderslaboratory.com/Pictures/welcome header/traderslaboratory_04.gif" width="264" height="177" alt=""></td>
    </
tr>
    <
tr>
        <
td>
            <
img src="http://www.traderslaboratory.com/Pictures/welcome header/traderslaboratory_05.gif" width="69" height="126" alt=""></td>
    </
tr>
    <
tr>
        <
td>
            <
a href="http://www.traderslaboratory.com/forums/register.php">
                <
img src="http://www.traderslaboratory.com/Pictures/welcome header/traderslaboratory_06.gif" width="69" height="25" border="0" alt="Register for Free"></a></td>
    </
tr>
</
table>
<!-- 
End ImageReady Slices -->
</
body>
</
html>

<
script type="text/javascript"><!--
google_ad_client "client #";
google_ad_width 300;
google_ad_height 250;
google_ad_format "300x250_as";
google_ad_type "text";
google_ad_channel "";
//--></script>
<script type="text/javascript"
  
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script> 
It might be that your code is outside of your </body> and </html> tags.
--------------------
Need Help With Your Computer? Hate to reboot?
Introducing my Computer Help Desk & Discussion Forum

Last edited by RedMatrix; 10-22-2006 at 02:07 AM. Reason: Automerged Doublepost
Quote   |  
Post New Thread  Reply
vBulletin Setup > vBulletinSetup Information > vBulletin Questions


Thread Tools
Display Modes

 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Adsense placement LinkBliss vBulletin CPC Monetization 1 11-25-2007 11:11 PM
Forum Ad Placement - Need Opinions ArtemC vBulletin CPC Monetization 1 11-08-2007 09:39 AM
Need placement advice AnarchyCars vBulletin CPC Monetization 18 10-17-2007 09:31 PM
Best Google Adsense Placement and Optimization Within vBulletin Forums Brent vBulletin CPC Monetization 2 02-13-2007 08:22 PM
Tricks or Tips for Tribal Fusion Placement? Brent vBulletin CPM Monetization 2 02-12-2007 02:32 PM


All times are GMT -6. The time now is 09:23 PM.

vBulletin Setup, vBulletin Setup Forums, vBulletin Services, vBulletin Blogs, vBulletin SEO, vBulletin Questions, vBulletin Skins, Styles, Templates
vBulletin Hacks / Modifications, vBulletin Monetization, Blogs, vBulletin Link Directory,Quality Link Directory