Page width

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ben 4
    New Member
    • Nov 2011
    • 2

    Page width

    On my site I have 3 images in a row and when it is viewed in different browsers with different zoom/window size the images get put one atop another. Can I set a static page width so that instead of stacking the images it would allow the user to scroll horizontally.
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    Just set the body to some large width.

    Comment

    • Ben 4
      New Member
      • Nov 2011
      • 2

      #3
      Do you mean some thing like;
      <HTML>
      <body>
      width="500 px"
      <\body>
      <\HTML>

      Comment

      Working...