Inserting a frame into a forum post.....

Discussion in 'HTML & Website Design' started by blueparukia, Aug 11, 2007.

  1. #1
    I am developing a forum, and I want to know the HTML to embed a frame to another website into a post....

    Frames are my only weak point in HTML. Basically I want to have the frame take up te entire width of a post, and about 90% down.

    My current code:

    
    <FRAMESET COLS="100%,100%">
    <FRAME SRC="$1">
    </framset>
    
    Code (markup):
    $1 is the post variable.....

    thanks,

    BP
     
    blueparukia, Aug 11, 2007 IP
  2. websys

    websys Active Member

    Messages:
    841
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    78
    #2
    normally most forum softwares have HTML posting disabled ... make you sure u have that enabled for the usergroup u r posting with
     
    websys, Aug 12, 2007 IP
  3. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #3
    I own the group I'm posting with :D

    I wanted to make some BBcode:
    [frame]UrL here[/frame]

    Anyway, I was using frames, not iframes, I have everything working, problem solved :D
     
    blueparukia, Aug 12, 2007 IP