Alignment problem in Chrome

Hi,

I have an alignment issue with one of my site.

URL:connectwithsubhash.com
I have used counter @ the bottom of the page. Its aligned properly in firefox but its not properly aligned in chrome.

I have used like this

   <div align="right">
   
   <style type="text/css">#glutton_backlink_16368 {font-family: "Verdana"; font-size: 11px; clear: left; color: #BBBBBB;}  #glutton_backlink_16368 a {color:  #151E2D;}#glutton_counter_16368 {height: 27px}</style><div id="glutton_counter_16368"></div><p id="glutton_backlink_16368"><span></span> <a href="http://www.truck-driving-schools.net/resources">truck-driving-schools.net</a> <span></span></p><script type="text/javascript" src="http://counter.website-hit-counters.com/white-on-black/16368"></script>
   
   </div>

how to fix this issue…??

Thanks.

Hi chethan.bsc. welcome to SitePoint. :slight_smile:

It’s a little hard to see what’s doing on there. Firstly, don’t put <style> elements in your <body> section. They belong in the <head> only. Perhaps you could float those little divs right.