[pmwiki-users] moving PageLogoUrl

H. Fox haganfox at users.sourceforge.net
Thu Jul 26 16:29:03 CDT 2007


On 7/26/07, Maria McKinley <parody at u.washington.edu> wrote:
> It looks like the problem was that the the skin I was using
> (parchment), had called the gif "header" instead of "wikilogo". Not
> sure why using code to move "header" didn't work, but maybe because
> "header" is actually reserved for the whole top part? In that case,
> I'm still not sure why changing the height of the "header" (or
> commenting it out completely) did nothing though.

You might need to use

  div#header { }

Maybe try targeting the image, since there's only one in that
division.  Here's a guess:

   div#header img { margin-top:10px; }

Hagan

p.s. The "Web Developer" Firefox extension is your friend.



More information about the pmwiki-users mailing list