Link to home
Start Free TrialLog in
Avatar of nsitedesigns
nsitedesignsFlag for United States of America

asked on

frames top frame repeats

Trying to fix site for a friend.  They used frames.  Yeah, I know, bad idea and yes, I will be trying to convince them to change but for now, I need help in fixing home page.  For some reason, the top frame with the logo and tag line repeats on the home page only.  How do I remove the duplicate?  I am not that knowledgeable about frames.

http://interlockstage.com/index.html
SOLUTION
Avatar of Duy Pham
Duy Pham
Flag of Viet Nam image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nsitedesigns

ASKER

I don't see what you are referencing in the home.html file.

<html>
<head>
<title>Windsor Industries Inter-Lock Page 1 Home</title>
<meta name="description" content="Staging - The most versatile Portable Staging System on the market today.  Designed according to the National Building Code for commercial floors.">
<meta name="keywords" content="portable stages, PORTABLE, stage, STAGE, stages, disassembles, adjustable, ADJUSTABLE, adjustable height, mobile, MOBILE, sleek, SLEEK, attractive, ATTRACTIVE, attractive design, convenient, convenient access,guard rails, stair rails, handrails, boat show stages, boat shows, boat displays, platform, platform stage, risers, stage sections, sections, stairs, national building code, National Building Code, no wobble, portable, sturdy, safe, facilitate sales process, sell more boats, sell boats, Sell Boats, runways, walkways">
</head>
<body bgcolor="#99CC66" text="#000000" leftmargin="0" topmargin="0">
<table>
<tr><td><img src="page1image.jpg" width="218" height="178" alt="stage picture"></td>

<td><font face="arial,helvetica" size="3" align="center"><b>site text is here</b></font>

<p align="left"><font face="arial,helvetica" size="2">Site text is here.</p>

<p align="left"> site text is here.</p>

</font></td></tr>
</body>
</html>

Open in new window

ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Ah, I see it now.

<a target="rightframe" href="home.html" class="navbar">
Home
</a>

Thanks that worked!