Hello guys I need a help. I am new to css, so m not being able to figure out this problem. I have got a code.
In the code, a class has been defined as follow
Code:
div.reference{
position:fixed;
left:10px;
bottom:10px;
font-size:12px;
and below in html code its,
Code:
<div class="reference">
<a href="http://www.google.com/chrome/intl/en/landing_chrome.html?hl=en/">Please use Google Chrome Browser for better browsing experince</a>
</div>
This displayes the txt in the bottom of the browser but in left hand side. I tried
Code:
<div align="center></div>
for the text but that doesnot worked.
I want to display the text in center of every browser/resolution.
How can i do that? Help me plz.
thanx in advance
|