On Apr 21, 8:31 am, Johann Spies <[email protected]> wrote: > Thanks Tim, > > > You shouldn't need the <p> tags. They only confuse the matter since you're > > doing direct formatting. > > That was actually the line in the default web2py layout.html. I > removed the <p> and the text was centering ...
If you look at base.css, you would see that text-align is reset for 'p'; you can see what the computed values are with something like firebug; Maybe people can rattle off their favorite css / js debuggers - I know I've seen a nice heirarchy of wherre the current computed element was last sourced from... - Yarko > > Regards > Johann > > -- > "Finally, brethren, whatsoever things are true, whatsoever things are > honest, whatsoever things are just, whatsoever things are pure, > whatsoever things are lovely, whatsoever things are of good report; if > there be any virtue, and if there be any praise, think on these > things." Philippians 4:8 > > -- > Subscription settings:http://groups.google.com/group/web2py/subscribe?hl=en

