Results 1 to 2 of 2

Thread: Fixed Size Frame?

  1. #1
    NOMADMAN
    Guest

    Fixed Size Frame?

    I want to make a web page that is only and always 700 pixels across. How can I do that? I can use almost anything, other than CGI!

    Thanks!

    NOMAD

  2. #2
    Frenzied Member
    Join Date
    Feb 2001
    Posts
    1,140
    If you can't use CSS to set the body's width to 700px, then encase the page in a div and set it's width to 700px. You can then choose to center the div by setting the left and right margins to auto, or you can have the page always render on the left side of the viewport.
    Travis, Kung Foo Journeyman
    As always, RTFM.

    WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
    Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
    YBMS, but Mozilla doesn't.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width