PDA

View Full Version : align page to left


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

Princeton
25 Jul 2006, 17:03
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
25 Jul 2006, 21:19
thanks