Frames
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
webwiz posted this at 17:36 — 5th June 2009.
He has: 629 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;
curlycomber posted this at 19:07 — 2nd September 2009.
They have: 4 posts
Joined: Sep 2009
Sorry Busman I started my new thread in the wrong place. First time for me.
Curlycomber
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.