|
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)
|
|
| 04-11-2007 09:42 PM |
|
|
shadav
The Forgotten One
     
Posts: 387
Group: Super Moderators
Joined: Oct 2006
Status:
Offline
Reputation: 2
Points: 1050 (Donate)
|
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 |
|
|
Lord_Daksh
Posting Freak
    
Posts: 643
Group: Registered
Joined: Sep 2007
Status:
Offline
Reputation: 0
Points: 16 (Donate)
|
|
| 05-11-2007 02:59 AM |
|
|
shadav
The Forgotten One
     
Posts: 387
Group: Super Moderators
Joined: Oct 2006
Status:
Offline
Reputation: 2
Points: 1050 (Donate)
|
|
| 05-11-2007 03:00 AM |
|
|
Lord_Daksh
Posting Freak
    
Posts: 643
Group: Registered
Joined: Sep 2007
Status:
Offline
Reputation: 0
Points: 16 (Donate)
|
|
| 05-11-2007 03:09 AM |
|
|
ivenms
Administrator
      
Posts: 2,172
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4373 (Donate)
|
RE: 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?
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. 
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.
<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 |
|
|
Lord_Daksh
Posting Freak
    
Posts: 643
Group: Registered
Joined: Sep 2007
Status:
Offline
Reputation: 0
Points: 16 (Donate)
|
|
| 05-11-2007 11:29 PM |
|
|
Cedik
Moderator
    
Posts: 424
Group: Moderators
Joined: Aug 2007
Status:
Away
Reputation: 2
Points: 575 (Donate)
|
RE: 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?
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. 
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.
<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
MyBB.ro|Extra.animezup.com|Picture with me ^^|Animezup.com|Forum.animezup.com|Manga-anime.ro|My blog^^
|
|
| 06-11-2007 04:10 AM |
|
|
ivenms
Administrator
      
Posts: 2,172
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4373 (Donate)
|
|
| 06-11-2007 04:30 AM |
|
|
spartan
Newbie
Posts: 10
Group: Registered
Joined: Sep 2007
Status:
Offline
Reputation: 0
Points: 27 (Donate)
|
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
<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 |
|
|
ivenms
Administrator
      
Posts: 2,172
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4373 (Donate)
|
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
<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 |
|
|
Lord_Daksh
Posting Freak
    
Posts: 643
Group: Registered
Joined: Sep 2007
Status:
Offline
Reputation: 0
Points: 16 (Donate)
|
|
| 27-11-2007 03:21 PM |
|
|