uga2000dave Posted December 26, 2003 Posted December 26, 2003 OK here's the situation: I want to have my website (www.daveakins.com) at a fixed 600x800 size regardless of the user's screen resolution. The way I want to do it is create a one cell table, 600 pixels wide, and then place the site within that cell. My page is set up with frames: a header/navigation frame, content frame, and a footer frame. What I want to know is if there is code I can place within the table cell to reference the frame information page. Is this even doable using plain HTML or would it take some scripting or something? Thanks for your help in advance. DAve Quote
TCH-Rob Posted December 26, 2003 Posted December 26, 2003 Dave, I have not seen a page embedded in a table before. I did a quick search and found nothing. I had always put in in a different frame when I used frames. Quote
TCH-Don Posted December 26, 2003 Posted December 26, 2003 While not totally compatable with older browsers, an iframe ><iframe src ="pagename.html"> </iframe> may do what you want *http://www.w3schools.com/html/attr_iframe.asp just put it in the cell. Quote
TCH-Rob Posted December 26, 2003 Posted December 26, 2003 Well looky there. Learn something new all the time. Quote
uga2000dave Posted December 27, 2003 Author Posted December 27, 2003 A buddy found this way to do it: from http://www.dynamicdrive.com/dynamicindex3/.../docsindocs.htm ><object type="text/x-scriptlet" width=100% height="250" data="data.htm"> </object> Unfortunately it only works w/ IE 4 and higher. I never had a need for this before now and just assumed it was a rudimentary thing. Guess not. Thanks for your help. DAve Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.