How to add text in frame or frameset

Discussion in 'HTML & Website Design' started by RidhvanPathan, Apr 26, 2011.

  1. #1
    <frameset cols="25%,75%">
    <frame src="frame_a.htm" />
    <frame src="frame_b.htm" />
    </frameset>

    I want to add text in above mentioned frameset

    Can any one guide me..??
     
    RidhvanPathan, Apr 26, 2011 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,846
    Likes Received:
    4,542
    Best Answers:
    123
    Trophy Points:
    665
    #2
    You add it in the page you are calling, ie frame_a.htm which is a separate file.
     
    sarahk, Apr 27, 2011 IP