This whole afternoon I have been trying to find out how to display my foodieblogroll ads in the center of my blog post. But I failed to find the right answer. Never give up! Finally I found the right answer- thanks to Mast Blog Tips. Placing any ads should be done the right way, otherwise -CTR could be very low. What is CTR ? CTR means Click Through Rate , or in other words, how many clicks you get from each 200 visitors that visit your website.
Here are the code to fix the alignment of HTML/Java script.
- Center Alignment (<center> </center>)
- Left Alignment ( <left> </left> )
- Right Alignment (<right> </right> )
For example my Foodieblogroll code:
<script type="text/javascript">
var __fbr_pid = "123769";
var __fbr_bid = "26767";
var __fbr_sid = "189538";
var __fbr_size = "728x90";
var __fbr_auid = "395817";
var __fbr_zone = "";
</script>
<script type="text/javascript" src="http://ads.foodieblogroll.com"></script>
Add the code on your foodieblogroll post:
<center><script type="text/javascript">
var __fbr_pid = "123769";
var __fbr_bid = "26767";
var __fbr_sid = "189538";
var __fbr_size = "728x90";
var __fbr_auid = "395817";
var __fbr_zone = "";
</script>
<script type="text/javascript" src="http://ads.foodieblogroll.com"></script></center>
Right now I am so happy with blog's layout.