Blank frames

  • Thread starter Thread starter charles.kendricks
  • Start date Start date
C

charles.kendricks

I am trying to edit a page that I didn't create which has frames.
After making a minor change to a page and then changing one of the
links in the Nav bar and publishing the page the main body of the
page is blank in the published view. However in design view I can
still see all of the page. It looks like a blank frame was inserted
over most of the page I edited and several other pages also. The
website is www.optometricoptions.com Can anyone please help.
 
I do not know if this is your answer but it seems it might be a problem of
layers., if one frame is on top of another. those below are hidden.
Sometimes you can rightclick your mouse and send the top layer back a layer
or two. Or go to your help index under layers.
 
Your frameset page should be

<frameset rows="*,30" frameborder="NO" border="0" framespacing="0">
<frameset rows="60,447*" frameborder="NO" border="0" framespacing="0">
<frameset frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="topFrame" scrolling="NO" noresize src="top.htm">
</frameset>
<frameset frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="mainFrame" src="main.htm" noresize>
</frameset>
</frameset>
<frameset frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="bottomFrame" scrolling="NO" src="bottom.htm">
</frameset>
</frameset>


--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I am trying to edit a page that I didn't create which has frames.
| After making a minor change to a page and then changing one of the
| links in the Nav bar and publishing the page the main body of the
| page is blank in the published view. However in design view I can
| still see all of the page. It looks like a blank frame was inserted
| over most of the page I edited and several other pages also. The
| website is www.optometricoptions.com Can anyone please help.
 
Back
Top