Jump to content

Recommended Posts

Posted

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

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...