[Pmwiki-users] Formatting problems
Bob Dively
dive
Thu Feb 19 06:38:02 CST 2004
From: "Nils Knappmeier" <nk at knappi.org>
> And the result you can see in on
http://130.83.129.233/fsk/neu
>
> The wikitext appears behind the wikititle, not below. When
I add three
> extra '<br>' to the wikicmds,
> the text went down far enough to appear below the title.
Nils, did you solve your problem? Your site look ok now and
I don't see the 3 <br> tags in the page source. One thing I
do notice is that you're using:
$PageLayoutFmt['wikilogo'] = '<img
src="/fsk/neu/pub/fsk.png">';
for your logo instead of:
$PageLogoUrlFmt = '$PubDirUrl/fsk.png';
If you use $PageLogoUrlFmt - and don't rewrite
$PageLayoutFmt['wikilogo'] - PmWiki will wrap the logo in an
<a> tag which links back to Main/HomePage. It could be that
you actually want the non-linking behavior, but I thought
that I'd point it out just in case.
cheers,
-b
More information about the pmwiki-users
mailing list