How can one determine the width of a front page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

-- Dear members,
How can one determine the width of a front page, as the web site I designed
is too wide and I want it to be as wide as the broweser.
This particular web page is so wide I honestly do not how or what I did to
it to become to be so, other web pages I desinged are just normal in size, as
wide as the browser.
 
What size is normal?


|
| -- Dear members,
| How can one determine the width of a front page, as the web site I
designed
| is too wide and I want it to be as wide as the broweser.
| This particular web page is so wide I honestly do not how or what I did
to
| it to become to be so, other web pages I desinged are just normal in size,
as
| wide as the browser.
 
Hi Nasser,

Design with either tables with widths set to a percent of screen size or use Css and div tags.
 
Well, as I mentioned in my previuos letter, as wide as the browser itself,
which will result in not having a scrolling tool at the end of the page.
 
who's browser, in what resolution? What's 'normal' to you may not be
the same 'normal' as anyone else.

Start by deciding the smallest resolution you wish to design for, make
sure graphics and their placement in the layout will fit into that
resolution without L/R scrolling, then use css layout or tables to
contain the elements to a fixed pixel width or use a width in % which
would be relative to the browser window.
 
Back
Top