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
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
> 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.
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
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.
--