Chris Curvey | 1 Nov 2005 03:46
Picon

logo at top

Hi all,

I'm trying to understand more about how the Plone pages are put together, and I don't quite get how the logo is ending up in the upper left corner.   If I "view source", all I see related to logos is

<h1 id="portal-logo">
<a href="http://localhost:8080/test1" accesskey="1" >A Test Portal -- don't change me</a>
</h1>
And I just can't see how this is showing the image.  I have a feeling that there's some CSS out there that's doing this with the id="portal-logo" bit, but I sure can't find it.  Can anyone point me in the right direction?

-Chris

--
Nervous passengers are advised to wear a blindfold.
Chris Curvey | 1 Nov 2005 04:00
Picon

Re: logo at top

On 10/31/05, Chris Curvey <ccurvey-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

Hi all,

I'm trying to understand more about how the Plone pages are put together, and I don't quite get how the logo is ending up in the upper left corner.   If I "view source", all I see related to logos is

<h1 id="portal-logo">
<a
href
=" http://localhost:8080/test1" accesskey="1"
>A Test Portal -- don't change me</a>
</h1>
And I just can't see how this is showing the image.  I have a feeling that there's some CSS out there that's doing this with the id="portal-logo" bit, but I sure can't find it.  Can anyone point me in the right direction?

-Chris

Sorry for the noise.  I realized that the "find" tab doesn't work on filesystem stuff (doh!), so grep found it for me in skins/plone-styles/public.css.dtml


Gmane