PDA

View Full Version : align page to left


Benj
07-24-2006, 10:17 PM
im using the vb default skin. ive made the width 70% but its centred how would i align the page to the left ?

Princeton
07-25-2006, 04:03 PM
align-left the whole page or align-left the text?

If you want to align-left the whole page replace $spacer_open in "header" tempalte with a 770 width <table> or <div>

If you do the above you will need to close the tags. Replace $spacer_close in the "footer" template with the closing tags (eg. </table> or </div>).

NOTE: if you do not know how to code in HTML I recommend you get someone to do this for you.

Benj
07-25-2006, 08:19 PM
thanks