This topic is locked

Display size of the webpages

3/20/2006 4:00:44 AM
PHPRunner General questions
J
jojo1284 author

Hi,
The problem here is that we want to see the generated pages on a PDA.

When the pages are displayed on the PDA we have to scroll right and down to see the complete information.

<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=2650&image=1&table=forumtopics' class='bbc_emoticon' alt=':(' />
Is there a solution to specify the screen resolution when (or after) building pages in phprunner ?
Thanks anyway,
Jonathan.

Sergey Kornilov admin 3/21/2006

Jonathan,
you can edit generated pages manually or decrease type of text.

Unfortunately, I don't have a ready to go solution for this.

D
Donald Ackley 3/23/2006

Jonathan,

you can edit generated pages manually or decrease type of text.

Unfortunately, I don't have a ready to go solution for this.


What about using css in the style sheet @media=handheld and @media=screen to create two sets of style sheets?
just a thought.
-Donald