Q. Getting screen to always be maximized on open

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Willoughby Bridge

    Q. Getting screen to always be maximized on open

    How do you get a form to always open in the maximized mode (covering the
    whole screen). My form looks goofy when it is not maximized. If there is
    no way for the screen to always open maximized are there other alternatives
    for how to set up this form http://www.teachercards.org/Data_Form.php

    TIA

    David


  • Alvaro G. Vicario

    #2
    Re: Q. Getting screen to always be maximized on open

    *** Willoughby Bridge escribió/wrote (Thu, 17 Mar 2005 15:48:55 -0600):[color=blue]
    > How do you get a form to always open in the maximized mode (covering the
    > whole screen). My form looks goofy when it is not maximized.[/color]

    So you say your form looks fine at 800x600 if maximized and it looks goofy
    at 1280x1024 if not minimized? Weird... ;-P

    Now seriously, web design *must* be resolution independent, at least up to
    a point.

    [color=blue]
    > If there is no way for the screen to always open maximized are there
    > other alternatives for how to set up this form
    > http://www.teachercards.org/Data_Form.php[/color]

    Typing   &nb sp;     &nb sp;   is not
    the way to create a web site layout. In this particular case I'd simply use
    a table. You can learn how to create tables in any basic HTML tutorial or
    just use an HTML editor like Nvu or Dreamweaver. Once finished with basic
    HTML learn some CSS and you'll be an HTML artist :)


    --
    -+ Álvaro G. Vicario - Burgos, Spain
    +- http://www.demogracia.com (la web de humor barnizada para la intemperie)
    ++ No envíes tu dudas a mi correo, publícalas en el grupo
    -+ Do not send me your questions, post them to the group
    --

    Comment

    Working...