How do I add frames to an existing web page in Frontpage 2003?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to enlarge the size of my web page to fill the screen and I want to
add another frame to do this. How do I go about this? I am using Frontpage
2003.
 
Please explain what you want to do ... hopefully it is not to use frames
..... do you mean you want to make your table wider? Frames don't widen a
page.
Eleanor
 
When you view my Web page (no matter what I set my screen resolution to)
there is a lot of white space to the right. I would like to have my Web page
fill up the entire screen like I see other Web pages do.

How do I do this?

Thanks,

-Dan
 
dan_the_man said:
When you view my Web page (no matter what I set my screen resolution
to) there is a lot of white space to the right. I would like to have
my Web page fill up the entire screen like I see other Web pages do.

How do I do this?

Thanks,

As others have said, frames are not an ideal solution for most things.
It also seems irrelevant to your problem, unless you already have frames.
(Do you? If so, then my answer needs rethinking)

Try specifying the size of the page as 100%.

In the <head> section
<style type="text/css">
body {width:100%}
</style>

Because you are seeing white space, I think you must have some other style
which is restricting the width.

Check what is there now and change it if necessary.
 
Thank you...this was very helpful...my table was not at 100%. Now my page is
filling the screen.
 
Thank you. Between you and Eleneanor I fixed the problem. Turns out I just
needed to make sure my table was at 100%. Now my page looks fine.
 
Back
Top