h1 has a logo, even in my apps

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

h1 has a logo, even in my apps

keith1y
When I get a walkback, like magic all of my page's <h1>s become seaside
logo's.
 
Might it be possible to fix this, by setting the body class for those
apps which use it and then defining h1 as

body.seaside h1 ...

cheers

Keith
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: h1 has a logo, even in my apps

Lukas Renggli
It is probably the easiest if you just don't add the dispatcher files
to your application.

Cheers,
Lukas

On 8/18/07, Keith Hodges <[hidden email]> wrote:

> When I get a walkback, like magic all of my page's <h1>s become seaside
> logo's.
>
> Might it be possible to fix this, by setting the body class for those
> apps which use it and then defining h1 as
>
> body.seaside h1 ...
>
> cheers
>
> Keith
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: h1 has a logo, even in my apps

Philippe Marschall
In reply to this post by keith1y
2007/8/18, Keith Hodges <[hidden email]>:
> When I get a walkback, like magic all of my page's <h1>s become seaside
> logo's.

Yeah, this is quite annoying. It also happens to headings for tools
like WAFileLibrary editor where it hides useful information.

Cheers
Philippe

> Might it be possible to fix this, by setting the body class for those
> apps which use it and then defining h1 as
>
> body.seaside h1 ...
>
> cheers
>
> Keith
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: h1 has a logo, even in my apps

keith1y
In reply to this post by Lukas Renggli
Lukas Renggli wrote:
> It is probably the easiest if you just don't add the dispatcher files
> to your application.
>
> Cheers,
> Lukas
>
>  
I dont

see

WAWalkback-updateRoot: aHtmlRoot
    super updateRoot: aHtmlRoot.
    aHtmlRoot title: self exception description.
    aHtmlRoot bodyAttributes addClass: 'walkback'.
    WADispatcherFiles default updateRoot: aHtmlRoot

Keith
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside