kawaiisakura
Nov 20 2005, 11:42 PM
This is the layout...1)How do I make all the modules the same width?
2)How do I move the modules all the way to the left of the page?
Thanks!
waccoon
Nov 20 2005, 11:43 PM
<style type="text/css">
.left { width: WIDTHINPIXELS }
</style>
waccoon
Nov 20 2005, 11:47 PM
Ergh. Paste it in Look+Feel, and change it to how wide you want it.
<style type="text/css">
.left {width:200px}
</style>