Ask

I am trying to put an adsense banner on my "showcase" section of my site and it always aligns itself left.

How would I go about centering these?

the script type is:

 

<script type="text/javascript">

<!-- // -->

</script>

 


Answer

Use this code to center your ad:

 

<div align="center">

<script type="text/javascript">

<!-- // -->

</script>

</div>