Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] How to position a page layout? Reply To: [Solved] How to position a page layout?

#184801
Everton
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.