Sorry, I am not able to give the url.
I am trying to make it very simple and it will be like this.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>My Page</title>
<meta name="viewport" content="width=320, initial-scale=1, maximum-
scale=1,
minimum-scale=0.6667, user-scalable=no;"/>
<style>
body {
background:#C0C2C9 url(images/pinstripe.png) repeat scroll 0%;
color:#000000;
font-family:Helvetica;
margin:0pt;
overflow:hidden;
-webkit-text-size-adjust: none;
}
</style>
</head>
<body style="-webkit-text-size-adjust: none;">
Test page
<form name="search" id="search" method="get" action="../Search1">
<table border="1" ><tr><td align="left" height="21" ><font
size="2">Search </font></td>
<td align="left" ><font size="2"><input type="text" height="4"
name="name" </font> </td></tr><tr><td></td><td>
<div align="left" style="margin-left: 47px;margin-top: 5px;">
<input type="submit" value="Search" />
</div>
</td></tr></table>
</form>
<a href="http://www.abc....com">mylink</a>
</body>
</html>
On Aug 2, 4:23 pm, Randy Walker <[EMAIL PROTECTED]> wrote:
> Rajk,
>
> It sounded like your initial issue was that your page was really small,
> ie.zoomed out as if the page were a lot larger and iphone was trying to
> render what it thought was the whole thing, no?
>
> If so, then it sounded to me like you didn't have the viewport scale set in
> your header.
> <meta name="viewport" content="width=320, initial-scale=1, maximum-scale=1,
> minimum-scale=0.6667, user-scalable=no;">
>
> What is the URL to your page so I can take a look?
> -=Randy
>
> On 8/2/07 4:17 AM, "rajk" <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > Hi Randy,
>
> > Thanks for quick replay.
> > If i am not wrong, I need to use "-webkit-text-size-adjust: none" in
> > style. But still getting same problem.
> > In iPhoney simulator its showing correctly untill i wont browse any
> > other regular urls. its working fine if i use my own html pages
>
> > -rajk
>
> > On Aug 2, 3:01 pm, Randy Walker <[EMAIL PROTECTED]> wrote:
> >> Welcome Rajk,
>
> >> Have you read the developer guidelines? Specifically the viewport
> >> settings.http://developer.apple.com/iphone/designingcontent.html
>
> >> -=Randy
>
> >> On 8/2/07 2:55 AM, "rajk" <[EMAIL PROTECTED]> wrote:
>
> >>> Hi,
>
> >>> I am new to iPhone. My html pages desinged for iPhone are working
> >>> prorperly in Safari 3.0 beta. But they are showing as very
> >>> small( reducing into 50% of its orginal page size) when I access same
> >>> pages in simulators and iPhone, .
>
> >>> Can anyone help me to fix this problem.
>
> >>> Thanks in advance.- Hide quoted text -
>
> >> - Show quoted text -- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---