Guest Posted January 14, 2005 Posted January 14, 2005 I added a new info box and link to a guestbook page. I was able to get the page to load using text and comparing existing pages. Then in the text portion of the page I typed this... define('TEXT_INFORMATION', '<iframe src=" http://www.mysite.com/guestbook">/<iframe> '); I know I still need to size the frame but I checked the page load and I get two frames side by side...one with my guestbook the other blank?? and I lost my right hand column (from the extra frame). Am I coding this correctly?
boxtel Posted January 14, 2005 Posted January 14, 2005 I added a new info box and link to a guestbook page. I was able to get the page to load using text and comparing existing pages.Then in the text portion of the page I typed this... define('TEXT_INFORMATION', '<iframe src=" http://www.mysite.com/guestbook">/<iframe> '); I know I still need to size the frame but I checked the page load and I get two frames side by side...one with my guestbook the other blank?? and I lost my right hand column (from the extra frame). Am I coding this correctly? <{POST_SNAPBACK}> I have no clue about iframes but I suspect it should be like this: define('TEXT_INFORMATION', '<iframe src=" http://www.mysite.com/guestbook"></iframe> '); Treasurer MFC
Recommended Posts
Archived
This topic is now archived and is closed to further replies.