How to increase size of a web page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Vinutha
    New Member
    • Nov 2006
    • 19

    How to increase size of a web page

    I have created one webpage for our website.
    but when i view that page in a wide screen monitor, the page is alligning left.
    ie. right part of the screen its giving blank.
    how to justify the webpage in widescreen.

    Thanks,
    Vinutha.
  • sashi
    Recognized Expert Top Contributor
    • Jun 2006
    • 1749

    #2
    Originally posted by Vinutha
    I have created one webpage for our website.
    but when i view that page in a wide screen monitor, the page is alligning left.
    ie. right part of the screen its giving blank.
    how to justify the webpage in widescreen.

    Thanks,
    Vinutha.
    Hi there,

    Assuming that you are using table, if that's case then you can set the <width> properties to 100%. Kindly refer to below attached sample, hope it helps. Good luck & Take care.

    Code:
      <table border=0 cellpadding=0 cellspacing=0 width=100%>
      .. 
      ..
      </table>

    Comment

    • AricC
      Recognized Expert Top Contributor
      • Oct 2006
      • 1885

      #3
      Originally posted by Vinutha
      I have created one webpage for our website.
      but when i view that page in a wide screen monitor, the page is alligning left.
      ie. right part of the screen its giving blank.
      how to justify the webpage in widescreen.

      Thanks,
      Vinutha.
      Post a link to the page or the code do you want it centered or taking up the whole page?

      Comment

      • Vinutha
        New Member
        • Nov 2006
        • 19

        #4
        The website address is www.incture.com
        If u view this site in wider monitor screen, u can notice the web page will allign left.

        Thanks,
        Vinutha.

        Comment

        • AricC
          Recognized Expert Top Contributor
          • Oct 2006
          • 1885

          #5
          Don't have a wide monitor but margin-left: auto;margin-right: auto should center your content or wrap the whole page in a div and use text-align: center, left, right etc...

          Comment

          • pravinda
            New Member
            • Dec 2006
            • 23

            #6
            Originally posted by Vinutha
            The website address is www.incture.com
            If u view this site in wider monitor screen, u can notice the web page will allign left.

            Thanks,
            Vinutha.
            you have worked in fixed pixel try it in % and also keep the alignment of page as center

            Comment

            Working...