How to insert iframe ?

Discussion in 'HTML & Website Design' started by malikwiki, Dec 15, 2008.

  1. #1
    Hello,How can I insert iframe into Wordpress blog ?
     
    malikwiki, Dec 15, 2008 IP
  2. 2advance

    2advance Well-Known Member

    Messages:
    2,614
    Likes Received:
    72
    Best Answers:
    0
    Trophy Points:
    140
    #2
    Try this code

    <iframe width="100" height="100" src="Full URL File">
    </iframe>
     
    2advance, Dec 15, 2008 IP
  3. hkp819

    hkp819 Guest

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Try this code
    <iframe src="page.html" width="100px" height="100px" /> instead of <iframe width="100" height="100" src="Full URL To File">
    </iframe>but maybe both will work.
     
    hkp819, Dec 15, 2008 IP