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'<img src="/logo.gif" alt="Logo"></a>'

In fact I use

  logo_string = u'<a href="/"><img src="/logo.gif" alt="Logo"></a>'

Probably this doesn't result in correct HTML code, because MoinMoin
itself (modernized theme) surrounds the logo_string with a "<a
href="..."> tag pointing to the wiki root. But I prefer, that the logo
links to the master wiki in a wiki farm and not to the root of the
particular subwiki. Despite these nested tags aren't elegant or even
incorrect, this construction works as wanted with all browsers, I tested
it with...


Ingo

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to