Re: [web2py] display logo pic in header top

2013-04-18 Thread Johann Spies
Apologies, I misread your mail. Niphlod's answer is the correct one for your purposes. On 18 April 2013 11:11, Johann Spies wrote: > I have the following in models/0.py: > > settings.title =CENTER(IMG(_src=URL('static','images/us_crest_comb.png'), > _style="height:120px

Re: [web2py] display logo pic in header top

2013-04-18 Thread Johann Spies
I have the following in models/0.py: settings.title =CENTER(IMG(_src=URL('static','images/us_crest_comb.png'), _style="height:120px; width:auto;", _alt=T('US-Crest-logo'))) and in menu.py: response.title = settings.title Read the file views/layo