Webmaster

HTML : Frames
Contents ]
Jérôme Versavel

The Trimmings

The <FRAME> tag accepts a few attributes that change the frame appearance:

  • NORESIZE, which prevents visitors from resizing the frame.

  • SCROLLING, which tells the browser whether or not scrollbars should be provided.

  • The possible values are: auto (the default), yes or no. With auto, scrollbars are only provided if need be.

  • FRAMEBORDER, which draws a border to separate the current frame from the adjacent ones if it is assigned a value of 1.

  • MARGINWIDTH and MARGINHEIGHT, which define the horizontal and vertical margins for the frame.

  • These margins are the amount of space to be left between the frame border and its content in pixels.



  1   2   3   4   5   6   7