[web2py] Re: Changing columns for TEXTAREA

2011-05-19 Thread Ross Peoples
The order of CSS priority is (from least important to most important): Whichever CSS file gets called LAST is the one that takes priority. Then whatever is in the head HTML file's tags, then on the individual elements themselves (i.e. ). So if you link to your base.css, then to layout's style.

[web2py] Re: Changing columns for TEXTAREA

2011-05-18 Thread JayShaffstall
On May 18, 12:43 pm, Ross Peoples wrote: > Have you checked the base.css file for textarea references? Yes, there is a reference to the width of a textarea in base.css. However, removing that reference or changing the width there doesn't change how wide the textarea appears. But I'd just recalle

[web2py] Re: Changing columns for TEXTAREA

2011-05-18 Thread Ross Peoples
Have you checked the base.css file for textarea references?