View Single Post
Old 2008-10-07, 07:30 AM   #20
Simon
That which does not kill us, will try, try again.
 
Simon's Avatar
 
Join Date: Aug 2003
Location: Conch Republic
Posts: 5,150
Send a message via ICQ to Simon Send a message via AIM to Simon Send a message via Yahoo to Simon
Quote:
...you should consider centering your banners in the sidebars. You can do that by using the following syntax <center>banner html here<center/>.
Since most blog templates are coded in xhtml you may want to read the pages below. The <center> tag has been deprecated since html 4.01 and isn't something you want to use if you want your site to validate as having well-coded pages.

You need to use a <div> tag with CSS code to center.

http://www.w3schools.com/TAGS/tag_center.asp
and
http://www.w3.org/Style/Examples/007/center

HTH
__________________
"If you're happy and you know it, think again." -- Guru Pitka
Simon is offline   Reply With Quote