'framespacing' creates additional space in pixels between the frames : framespacing : Frame Attributes HTML CSS TUTORIALS


HTML CSS TUTORIALS » Frame Attributes » framespacing »

 

'framespacing' creates additional space in pixels between the frames



    
<HTML>
<head><Title>Example For framespacing</Title></head>
<frameset rows="*" 
          cols="125,*" 
          frameborder="yes" 
          border="20px" 
          framespacing="5">
     <frame name="leftFrame" 
          scrolling="NO" 
          noresize 
          src="http://www.navioo.com">
     <frameset rows="200,*" 
               border="15px" 
               framespacing="0">
        <frame name="topFrame" 
               noresize 
               scrolling="NO" 
               src="http://www.navioo.com">
        <frame name="mainFrame" src="http://www.navioo.com">
     </frameset>
</frameset>
</HTML>  
    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Frame Attributes
» framespacing