How to center an image or advertisement in you website?
Some of bloggers like me (I'm an Accountant and I have learned PC troubleshooting and repair by online) has a little knowledge in terms of html. So just yesterday when I'm looking at my site I've noticed that centering an ads on my site will give much more perspective. And to those who haven't learned it yet... study with me as I'am learning HTML online.
This is how to center your advertisement, links etc at your side bar.
Just add, <center> before the html and </center> after html. example you got a google ads that you want to center:

This is how to center your advertisement, links etc at your side bar.
Just add, <center> before the html and </center> after html. example you got a google ads that you want to center:
<center><script type="text/javascript"> |



















The center tag has been deprecated in HTML 4 quite sometime back. The idea is cool, but a better way of implementing it would be to wrap the script within div tags with styling applied... for example:
<div style="text-align:center;">
...Script goes here...
<div>
Cheers,
m^e
Reply to this