View Single Post
  #4 (permalink)  
Old May 1st, 2008, 16:18
dab42pat dab42pat is offline
SuperMember

SuperMember
Join Date: Jun 2007
Location: uk
Posts: 459
Thanks: 0
Thanked 0 Times in 0 Posts
Re: simple layout problem

Give this a try.

Its absolute positioning , not great i Know.

HTML: Select all
#centre {
    
    width:504px;
    height:500px;
    margin-left:227px;    
   margin-top:118px;
   position:absolute;
     
}
Pat
Reply With Quote