On Sunday, April 22, 2012 11:07:02 AM UTC-4, Vibhor Purandare wrote: > > I've downloaded a tamplate from web, now i want it to convert into > web2py.But the css is not working... >
It's very hard to say without seeing any code. I'd say review the resources I mentioned, make some attempts, and come back with some specific questions and code examples. Make sure the template CSS file is actually loading, and check whether any of its definitions conflict with CSS definitions in the web2py scaffold app CSS files (assuming you are using those as well). If you want the template CSS to take precedence, load it after the web2py CSS files. You can use the browser developer tools to figure out where the CSS formatting of each element on the page is coming from. Anthony