The default layout in the welcome app (which is used to generate new apps) comes from /views/layout.html, and the default index page comes from /views/default/index.html. If you do not like the defaults, simply delete those files and build your layout and other views from scratch as per the documentation: http://web2py.com/books/default/chapter/29/05#Page-layout.
As for <table border="1">, are you using the scaffolding app with no CSS modifications? If so, there should be a 1px border. Anyway, you might consider using CSS to style your table rather than the "border" attribute. Anthony On Friday, June 14, 2013 11:14:52 AM UTC-4, LMisi wrote: > > When I'm create a new application, i get a complacated initial view. > For example annoying "Welcome customize me" text. If you are not a > html/css guru, > you have hard time while remove it, becouse the doc does not contains it. > step by step. > I think the initial clearing would be the first thing in the documentation. > Ohh i forget, how i removed these items. > You get good links and logo and trademark and large unusable empty space > left side, but it's unnecessary for a simple database user app. > I haven't found simple solutions. > > Another problem is <table border="1"> not working. > > Please send me link, suggestions. > I think the documentation mainly for webaware programmer, not for simple > database programmer. > > I know the error in me and web2py is a great framework, i love it:). > > I just have very simple html knowlage, the layout.html and web2py.css is > very complacated for me. > The base doc is exhaustive, but i would like more > information-documentations in step by step manner about how to change > background, remove empty space from left.. > > Thanks any answer. > > > > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

