Layout won't centre!

PixelPusher

Super Moderator
Staff member
Kromgol,
not sure if you are still using the <center> tag but if you are, there is a better method that is CSS oriented. Just use the "auto" setting for the left and right margin style on any interior element.

The plus side to doing it this way is that you dont have to go into each page to change to make edits, because it is all stored in your CSS.

Food for thought :D
 

PixelPusher

Super Moderator
Staff member
I suggest a HTML editor with code highlighting :D

Agree...take advantage of the free plugins/add-ons in browsers, specifically FireBug for FireFox. Cannot stress enough how helpful this add-on is (allows for live editing of a page, to troubleshoot issues)
 
Top