Quick Help Please mates , its easy one

Discussion in 'HTML & Website Design' started by GamesBond, Sep 18, 2009.

  1. #1
    Hello all ,

    I want to embed a full page on a certain page in my site , But i want it to fit in the hole page . anybody has got i frame code ( Fit in the hole page )

    Thanks
     
    GamesBond, Sep 18, 2009 IP
  2. ohteddy

    ohteddy Member

    Messages:
    128
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    28
    #2
    <frameset rows="28,*" frameborder="no" border="0" framespacing="0">
    	<frame src="header.html"
    	       scrolling="No"
    	       noresize="noresize" />
    	<frame src="www.google.com" />
        </frameset>
        <noframes>
    	      <h2>Your browser doesn't support frames!</h2>
        </noframes>
    Code (markup):
    You can adjust the rows to whatever your liking is...
    Hope this gives you enough to get you on your way.
     
    ohteddy, Sep 18, 2009 IP
  3. GamesBond

    GamesBond Guest

    Messages:
    136
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks alot
     
    GamesBond, Sep 19, 2009 IP