Home › Forums › CSS › [Solved] How to position a page layout? › Reply To: [Solved] How to position a page layout?
September 26, 2014 at 7:07 am
#184801
Participant
Hello Pauli
Many thanks for your reply.
It looks a lot better now using this in the style-sheet:
p.show_date {
font-size: 1em;
/*margin-right: 75px;*/
display: inline-block;
/*float: right;*/
position: absolute;
right: 160px;
}
and adding this:
h2{
margin-top: 50px;
}
in the contact.asp <head> tags but I can’t see why the footer, with its Created by © bayingWolf, should be raised half-way up the page!
Thanks for your help.