< Ellie’s ProBoards Templates & Skins | Siggy Vault: Pixel Style >
10 Dec 2006 > 0 Comments
The vertical columns (#c2, #c3, #c4) in the template can easily be rearranged by changing the value of the float property in the stylesheet.
The columns are currently all set to float:left;
#c2, #c3, #c4 {float:left;}
We can move either the left (#c2) or middle columns (#c3) to the right, simply by changing the float value:
#c2, #c4 {float:left;}
#c3 {float:right;}
#c3, #c4 {float:left;}
#c2 {float:right;}
#c2, #c3, #c4 {float:right;}
The Site heading and horizontal menu can also be aligned to the right, by using the text-align:right; property and value:
#c1 {text-align:right;}
To create a two column template, simply remove Content 4 from the HTML document, and redefine the width value of content 2 in the stylesheet:
#c2 {width:300px;}
That’s it, you have made it to the end of the complete template tutorial
. Thanks for sticking around
mahud.
Mahud Version 5 © 2006-2008 > powered by Mr Whippy Wordpress