On 01/05/2003 01:30:52 PM Seth wrote:

>I'm doing that.
>
>
>> and override Page.writeHTML()
>
>I tried that.  In fact, I overrode everything I could find, but I still
>got the <html> tags.

That's because Page.py has other methods in there that are generating the
HTML tags. Just browse Page.py to see what you really need to override.

Also, Page.py just provides some convenience methods for your pages.
There's nothing magical about it, and one should not think of it as being a
part of WebKit per se. For example, if you use Cheetah Templates then some
of the stuff in Page.py will clash with Cheetah's SkeletonPage.py. No big
deal, just so long as you take the time to modify Page.py to what you want
it to be. In my case for example, I don't actually use the Page.py that
comes with Webware.

...Edmund.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to