Re: [Moin-user] logo_string

2009-03-19 Thread R.Bauer
John Francis Lee schrieb: > I changed > logo_string = u'' > to > logo_string = u'./images/uspvp-64x64.png' > and that's exactly what shows: > > "./images/uspvp-64x64.png" > > in bold type, right where I'd expect the image to be. > > Changing to a url specifying the same image file did not

Re: [Moin-user] logo_string

2009-03-19 Thread rog7993
On Thu, Mar 19, 2009 at 04:01:34PM +0700, John Francis Lee wrote: > I changed > logo_string = u'' > to > logo_string = u'./images/uspvp-64x64.png' > and that's exactly what shows: > > "./images/uspvp-64x64.png" > > in bold type, right where I'd expect the image to be. I use something like

Re: [Moin-user] logo_string

2009-03-19 Thread Thomas Waldmann
> logo_string = u'./images/uspvp-64x64.png' > Any hints? Use html. You find examples in the sample configs in wiki/config/... -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.

Re: [Moin-user] logo_string

2009-03-19 Thread George Dinwiddie
John Francis Lee wrote: > I changed > logo_string = u'' > to > logo_string = u'./images/uspvp-64x64.png' > and that's exactly what shows: > > "./images/uspvp-64x64.png" > > in bold type, right where I'd expect the image to be. > > Changing to a url specifying the same image file did not wo

Re: [Moin-user] logo_string not working with balanced theme?

2008-09-04 Thread George Oliver
I found my own answer, sorry ;). The culprit was in balanced's screen-standard.css, where it was overriding the logo. I should have realized this when I saw that the html source was indeed displaying the correct html, the page just wasn't displaying it. --