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
normally most forum softwares have HTML posting disabled ... make you sure u have that enabled for the usergroup u r posting with
I own the group I'm posting with I wanted to make some BBcode: [frame]UrL here[/frame] Anyway, I was using frames, not iframes, I have everything working, problem solved