I want to center the footer txt but I need it stay about 20 px of the bottom of the page(Its the phone number of the company) and I need it to be static on each page....
Here is the CSS i curently have for it:
This works well BUT i need it to be a static distance form the bottom of the page and currently this is not the case.
Here is the CSS i curently have for it:
Code:
#FooterTxt{
text-align:center;
margin-left:auto;
margin-right:auto;
width:30em;
position:relative;
top:290px;
}
This works well BUT i need it to be a static distance form the bottom of the page and currently this is not the case.