Hello and welcome to the Webmasters Forums!. This is the best place to get webmasters resources for free. Get $2 for free today, read more - Make your payment today. Download premium and professional templates for free. Get free web hosting without ads, read more. You can get lot more by simply join with this forum. To gain full access to the forums you must sign up for a free account.


Post Reply  Post Thread 

HOW TO HAVE ADS IN SIDES OF DA PAGE??

Post Bank
Posting Manager
******

Posts: 995
Group: Forum Team
Joined: Sep 2006
Status: Online
Make money from now. You can make money just for posting on this forum. Every discussions on this community gives you more money. $2 minimum payout. So get your payment today, SignIn with this forum.

Signin to Remove this Post

Lord_Daksh
Posting Freak
*****


Posts: 643
Group: Registered
Joined: Sep 2007
Status: Offline
Reputation: 0
Points: 16 (Donate)
Post: #1

Question HOW TO HAVE ADS IN SIDES OF DA PAGE??


Hey friends,i've seen ads in side bars in many sites. I loved it. So,i got sidebar big ads code from Adbrite,but when i'm placing it in my page,it comes in da below. Is there any special html coding with div code in order to place something in the side in vertical stretched manner? Is it so?


EARN EASY 50$ IN 10 DAYS!
FREE CALLS,GPRS,SMS,MMS TRICKS,FULL MOVIES,FREE RAPIDSHARE
80$ IN 1 DAY! 20$/REFERRAL!!
04-11-2007 09:42 PM
Visit this user's website Find all posts by this user Quote this message in a reply
shadav
The Forgotten One
******


Posts: 387
Group: Super Moderators
Joined: Oct 2006
Status: Offline
Reputation: 2
Points: 1050 (Donate)
Post: #2

RE: HOW TO HAVE ADS IN SIDES OF DA PAGE??


in your css file place something like
.right {float: right;}

and then in the template file place
<div id="right">AD CODE HERE</div>

I think this should work, i'm still kinda learning about css and divs...i'm used to hard coring html lol


Foamy Fanatics Fan Site
Webmasters Resource Forum Photos For Sale
05-11-2007 02:19 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Lord_Daksh
Posting Freak
*****


Posts: 643
Group: Registered
Joined: Sep 2007
Status: Offline
Reputation: 0
Points: 16 (Donate)
Post: #3

RE: HOW TO HAVE ADS IN SIDES OF DA PAGE??


Are u joking? Are u learning html n css now? I dont think so. Or,making fun of me? Hmmm... Its ok. Ok let me try ur code. I was also also thinking something like that using div code,but This CONFUSIONS also kills me.


EARN EASY 50$ IN 10 DAYS!
FREE CALLS,GPRS,SMS,MMS TRICKS,FULL MOVIES,FREE RAPIDSHARE
80$ IN 1 DAY! 20$/REFERRAL!!
05-11-2007 02:59 AM
Visit this user's website Find all posts by this user Quote this message in a reply
shadav
The Forgotten One
******


Posts: 387
Group: Super Moderators
Joined: Oct 2006
Status: Offline
Reputation: 2
Points: 1050 (Donate)
Post: #4

RE: HOW TO HAVE ADS IN SIDES OF DA PAGE??


na i know html well enough, div properties are fairly new to me and well css until this year i've never used them before


Foamy Fanatics Fan Site
Webmasters Resource Forum Photos For Sale
05-11-2007 03:00 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Lord_Daksh
Posting Freak
*****


Posts: 643
Group: Registered
Joined: Sep 2007
Status: Offline
Reputation: 0
Points: 16 (Donate)
Post: #5

RE: HOW TO HAVE ADS IN SIDES OF DA PAGE??


I think css is not needed much to learn? A'm i right or have a wrong thinking? Everywhere html is asked,but i've never seen css being asked,as it always comes built in. But den too,its useful(if again i think),as we can give our own imagination a Picture.


EARN EASY 50$ IN 10 DAYS!
FREE CALLS,GPRS,SMS,MMS TRICKS,FULL MOVIES,FREE RAPIDSHARE
80$ IN 1 DAY! 20$/REFERRAL!!
05-11-2007 03:09 AM
Visit this user's website Find all posts by this user Quote this message in a reply
ivenms
Administrator
*******


Posts: 2,172
Group: Administrators
Joined: Sep 2006
Status: Offline
Reputation: 14
Points: 4373 (Donate)
Post: #6

RE: HOW TO HAVE ADS IN SIDES OF DA PAGE??


Lord_Daksh Wrote:
Hey friends,i've seen ads in side bars in many sites. I loved it. So,i got sidebar big ads code from Adbrite,but when i'm placing it in my page,it comes in da below. Is there any special html coding with div code in order to place something in the side in vertical stretched manner? Is it so?


For this, you need a page layout. Every web sites using their own layouts. Your site just placed the contents one by one. This is good for wap sites, but not for web sites. Smile

You can place the ads to the left of your page as shadav said, else use this html code at the beginning of your page content.

PHP Code:
<table align="right" cellpadding=0 cellspacing=0 border=0>
<
tr><td>

---- 
Place Your Ads Here Instead of this text ----

</
td></tr></table

Enjoy with the code..


Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
05-11-2007 08:13 PM
Find all posts by this user Quote this message in a reply
Lord_Daksh
Posting Freak
*****


Posts: 643
Group: Registered
Joined: Sep 2007
Status: Offline
Reputation: 0
Points: 16 (Donate)
Post: #7

RE: HOW TO HAVE ADS IN SIDES OF DA PAGE??


Oh thats working fine. I tried it on a experiment page. Wow,it looks cool. Adbrite really gives attractive ads. Its simply nice. Thanks thanks thanks.


EARN EASY 50$ IN 10 DAYS!
FREE CALLS,GPRS,SMS,MMS TRICKS,FULL MOVIES,FREE RAPIDSHARE
80$ IN 1 DAY! 20$/REFERRAL!!
05-11-2007 11:29 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Cedik
Moderator
*****


Posts: 424
Group: Moderators
Joined: Aug 2007
Status: Away
Reputation: 2
Points: 575 (Donate)
Post: #8

RE: HOW TO HAVE ADS IN SIDES OF DA PAGE??


ivenms Wrote:

Lord_Daksh Wrote:
Hey friends,i've seen ads in side bars in many sites. I loved it. So,i got sidebar big ads code from Adbrite,but when i'm placing it in my page,it comes in da below. Is there any special html coding with div code in order to place something in the side in vertical stretched manner? Is it so?


For this, you need a page layout. Every web sites using their own layouts. Your site just placed the contents one by one. This is good for wap sites, but not for web sites. Smile

You can place the ads to the left of your page as shadav said, else use this html code at the beginning of your page content.

PHP Code:
<table align="right" cellpadding=0 cellspacing=0 border=0>
<
tr><td>

---- 
Place Your Ads Here Instead of this text ----

</
td></tr></table

Enjoy with the code..


Can I use this code for adsense too?
Because I would like to insert it inside of a php file Big Grin


MyBB.ro|Extra.animezup.com|Picture with me ^^|Animezup.com|Forum.animezup.com|Manga-anime.ro|My blog^^
06-11-2007 04:10 AM
Visit this user's website Find all posts by this user Quote this message in a reply
ivenms
Administrator
*******


Posts: 2,172
Group: Administrators
Joined: Sep 2006
Status: Offline
Reputation: 14
Points: 4373 (Donate)
Post: #9

RE: HOW TO HAVE ADS IN SIDES OF DA PAGE??


Cedik Wrote:
Can I use this code for adsense too?
Because I would like to insert it inside of a php file Big Grin


Sure...

It suits with every contents. The result will be a floating right ads regardless of your contents alignment. Don't forget to place the code before the contents.

An example for the application of this code for Google Adsense is: http://webmasters-forums.com/archive/ind...-1045.html . The left and right ads on the page are implemented with this technique.


Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
06-11-2007 04:30 AM
Find all posts by this user Quote this message in a reply
spartan
Newbie


Posts: 10
Group: Registered
Joined: Sep 2007
Status: Offline
Reputation: 0
Points: 27 (Donate)
Post: #10

RE: HOW TO HAVE ADS IN SIDES OF DA PAGE??


Yeh U can also use like this suppose u wanna keep ads on both sides and content in center then use this code

Code:
<center><table width=xyz><td>YOUR AD</td><td>Your content</td><td>Your vertical ad same as before</td></table>


Note: i have given width because u can keep the table width according to ur ad width + ur content width
it looks cool if ur content exactly fits on the page and we dont need to scroll sidewards

Hope its a useful info

15-11-2007 02:44 AM
Find all posts by this user Quote this message in a reply
ivenms
Administrator
*******


Posts: 2,172
Group: Administrators
Joined: Sep 2006
Status: Offline
Reputation: 14
Points: 4373 (Donate)
Post: #11

RE: HOW TO HAVE ADS IN SIDES OF DA PAGE??


spartan Wrote:
Yeh U can also use like this suppose u wanna keep ads on both sides and content in center then use this code

Code:
<center><table width=xyz><td>YOUR AD</td><td>Your content</td><td>Your vertical ad same as before</td></table>


Note: i have given width because u can keep the table width according to ur ad width + ur content width
it looks cool if ur content exactly fits on the page and we dont need to scroll sidewards

Hope its a useful info


Yea.. You given the normal page layout. But The method I given will help you to put the ads on Page's right site without relating the contents alignment. Since in scripts, content are generated by combining many parts, it is difficult to give the page layout for the template with table. On those times, my idea of placing ads on left or right position is easier.


Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
15-11-2007 04:38 AM
Find all posts by this user Quote this message in a reply
Lord_Daksh
Posting Freak
*****


Posts: 643
Group: Registered
Joined: Sep 2007
Status: Offline
Reputation: 0
Points: 16 (Donate)
Post: #12

RE: HOW TO HAVE ADS IN SIDES OF DA PAGE??


yeah,Ivens code is working fine for me.. I also tried it on my blog and it displayed evrything in my manner only..
But till no,i cant edit my templates to place those ads in sides by matching the width.. How to know the width of the blank area???


EARN EASY 50$ IN 10 DAYS!
FREE CALLS,GPRS,SMS,MMS TRICKS,FULL MOVIES,FREE RAPIDSHARE
80$ IN 1 DAY! 20$/REFERRAL!!
27-11-2007 03:21 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  log in page Artmark 6 186 27-03-2008 01:00 AM
Last Post: ivenms
  How do I add page description and keywords? Cedik 3 202 29-01-2008 03:10 AM
Last Post: Menard
  Flash Site (Landing Page) Optimization kristy 7 318 17-10-2007 03:13 AM
Last Post: walsh
Question Is DOCTYPE specification is necessary for an html page? Lord_Daksh 11 380 21-09-2007 02:22 AM
Last Post: Lord_Daksh
Rolleyes Basic HTML Page Structure walsh 7 644 19-07-2007 11:35 PM
Last Post: Suraj
  Make a GoTo Top of Page Link fightclub 3 895 05-12-2006 05:46 PM
Last Post: ivenms

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites
Rate This Thread:

Forum Jump:

Sign In to Remove Ads

Download 1000's of web templates. Unlimited access!
World's Best Web Hosting
Website of the Month

Create-a-Page for Free
SOTM June 2008


Accepting Submissions
for July 2008
Resources

Recommended Sites:



Visit our Sponsors!

Current time: 20-08-2008, 05:40 PM


Copyright © 2002-2008 MyBB Group
Powered By MyBB