View Single Post
  #5 (permalink)  
Old Jun 18th, 2007, 16:40
garfunkle garfunkle is offline
New Member
Join Date: Jun 2007
Location: Scotland
Age: 18
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Why wont it Validate

I found a page searching google which said, that to obtain centre alignment you can set an elements formatting (using CSS) to this:
margin-left: auto;
margin-right: auto;

I currently use this style of alignment for my pages, for both centre and right alignment (seeings how left is by default :P).
Reply With Quote