WebView can't handle *simple* pages that Safari can???
WebView can't handle *simple* pages that Safari can???
- Subject: WebView can't handle *simple* pages that Safari can???
- From: "Theodore H. Smith" <email@hidden>
- Date: Sat, 14 Jan 2006 15:40:23 +0000
I've replaced all < with { and > with }, so that the HTML doesn't get
removed or displayed a HTML.
This page will not display in WebView, despite that it displays
perfectly in Safari. I just see a blank white page. Also, control-
clicking on the window does not bring up a "Reload" contextual menu,
like it normally does. A clue?
All I'm trying to do is get an image centered in the middle of a
window, but WebView is making this impossible.
Here is the HTML that WebView can't handle. As you can see it's
totally simple.
{HTML}
{HEAD}
{TITLE}WebView is broken{/TITLE}
{/HEAD}
{BODY BGCOLOR="#FFFFFF"}
{P}{TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="100%"
HEIGHT="100%"}
{TR}
{TD}
{CENTER}{IMG SRC="dragoff.png" ALIGN="bottom"}{/CENTER}
{/TD}
{/TR}
{/TABLE}
{/P}
{/BODY}
{/HTML}
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden