layout question

sourtoesnails

music trainer
  • 21
    Posts
    19
    Years
    Well, i was wondering how do you make your layout be as big as the web browser's window? Ex: serebii.net

    I've been wondering how to do that, and I couldn't figure it out. Any tips? Thanks
     
    Give the left and right columns fixed width, and give the middle column no specified width and left and right margins equal to the widths of the left and right menus, respectively.
     
    Or just set a percentage for the width of the structuring table:

    HTML:
    <table width=100%>
     
    Back
    Top