Page element sqeezed down to 0 height

C

charles.kendricks

I was asked to edit a page on our company web site (which I was not
involved in creating), and I am a novice at web page design. All I
had to do was to delete a picture from one of the pages on the site.
I copied the page to be changed, omitted the picture in the copy and
renamed the copy to the name of the original page (after changing it's
name also). After I linked the button in the link bar to the new page
most of my pages blanked out. I notice that the frame (or at least I
think it's a frame) that holds the main part of the pages shrunk to 0
height. The web site is: www.optometricoptions.com can anyone help
me out of this delima???
 
R

Ronx

It looks like the frameset page is at fault.

<html>

<head>
<title>Optometric Options</title>
<meta content="optometric options, eye, glasses, contacts, eyewear,
lasik, vision, correction, exam, exams, eyes, check-up, optometrist,
doctor, 1 hour, Santa Monica, Los Angeles, California "
name="keywords">
<meta content="Fashion eyewear superstore at four locations in the Los
Angeles area, providing eye exams, lasik consultation, and a huge
selection of designer eyewear and contact lenses." name="description">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
</head>

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

<body bgcolor="#FFFFFF">

</body>

</noframes>

</html>

Seems to give the layout I think you are looking for.

In my opinion the <noframes> section needs some text to match the
keywords. Although search engines do not use keywords nowadays, some
may penalise sites where the keywords do not match the body content -
and this frameset page has NO body content.

--
Ron Symonds - Microsoft MVP (Expression)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




message
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top