You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

Frames

They have: 21 posts

Joined: Dec 2008

I have a website that I need to edit. The site was designed 5 years ago and it is done in html frames. What i need to do is edit the frames so that the left-nav frame does not appear in the main menu's html files. I want to make them invisible.

The site in question is scenicgroup.co.uk.

Has any body got an idea what to do? How do you edit the files to hide that frame?

Thanks in advance

Scenic Group

He has: 585 posts

Joined: May 2007

The innermost FRAMESET looks like this:

<frameset  cols="159,*" border="0">

Chenge it to this:

<frameset  cols="1,*" border="0">

Cordially, David
--
delete from internet where user_agent="MSIE" and version < 8;

They have: 4 posts

Joined: Sep 2009

Sorry Busman I started my new thread in the wrong place. First time for me.
Curlycomber