i am running my new site http://www.funmaxtv.com i ad new banner now i want to this mid like this i have no how i can able to write in CSS
If I understand correctly what you were saying.. you could do this with <center> tag. <center> Google code </center>
If you do want to do it with CSS then put your google ad in a div like so: <div class="ad"> ad code here </div> HTML: Then in you CSS put: div.ad { text-align: center; } HTML: