[web2py] display logo pic in header top

2013-04-18 Thread Karl Thomas Schmidt
Hi@all, I tried to display an image within the top fixed header menu. All I can get is to display the alt text. How to do that? Is there a kind of tutorial explaining how the graphical layout works? Where can I read about that? -- --- You received this message because you are subscribed to

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

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 johann.sp...@gmail.com wrote: I have the following in models/0.py: settings.title =CENTER(IMG(_src=URL('static','images/us_crest_comb.png'),