cant delete frame  | |
April 16th, 2002, 04:14 AM
|
#1 (permalink)
| | Cruizing
Join Date: Oct 2001 Location: Wellington, NZ
Posts: 4,398
|
I inserted a frame on my website to see what it would look like and saved it, now I can't get rid of it.
this is the source from dreamweaver
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="57,570*" frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="topFrame" scrolling="NO" noresize src="/top.htm" >
<frameset rows="*,80" frameborder="NO" border="0" framespacing="0">
<frameset cols="*,80" frameborder="NO" border="0" framespacing="0">
<frame name="mainFrame" src="/main.htm"> <frame src="/UntitledFrame-5"></frameset>
<frame name="bottomFrame" scrolling="NO" noresize src="/bottom.htm">
</frameset>
</frameset>
<noframes><body bgcolor="#FFFFFF">
</body></noframes>
</html>
the problem frame is in bold, everytime I delete it it keeps coming back. I deleted it in Notepad but the frame is still there. http://vert27.dhs.org
The frame appears to the right of my webpage |
| |
April 16th, 2002, 04:25 AM
|
#2 (permalink)
| | Ultimate Member
Join Date: Oct 2001 Location: Trent University
Posts: 2,414
|
It could be that the cache on your webserver hasn't updated yet.
If the code on the server is what you want to see, it's a safe bet that you'll have to wait until the cache on the server updates itself.
Can be kinda frustrating, but that's most likely the culprit.
__________________
The difficulty is to try and teach the multitude that something can be true and untrue at the same time. -- Arthur Schopenhauer
|
| |
April 16th, 2002, 04:26 AM
|
#3 (permalink)
| | Ultimate Member
Join Date: Oct 2001 Location: Trent University
Posts: 2,414
|
You may also want to double check the attributes of the file on the server.
The copy on the server may be chmoded to prevent it from being written over. |
| |
April 16th, 2002, 04:38 AM
|
#4 (permalink)
| | Cruizing
Join Date: Oct 2001 Location: Wellington, NZ
Posts: 4,398
|
I dont think its a problem with my web server as when I load it up into Dreamweaver the frame is still there, kinda enoying |
| |
April 16th, 2002, 04:52 AM
|
#5 (permalink)
| | Retired mostly.
Join Date: Oct 2001 Location: Finland
Posts: 5,144
| Quote: |
<frameset cols="*,80" frameborder="NO" border="0" framespacing="0">
| This is where you're diving the main window in two. The left frame gets anything that's left of 80pixels reserved for the right frame.
You need to delete it.
-M |
| |
April 16th, 2002, 04:58 AM
|
#6 (permalink)
| | Cruizing
Join Date: Oct 2001 Location: Wellington, NZ
Posts: 4,398
|
ok thanks I had a thought it might have been something to do with this, although I didn't think I would need to delete it. Thanks |
| |
April 16th, 2002, 05:01 AM
|
#7 (permalink)
| | Cruizing
Join Date: Oct 2001 Location: Wellington, NZ
Posts: 4,398
| Quote: Originally posted by muno
This is where you're diving the main window in two. The left frame gets anything that's left of 80pixels reserved for the right frame.
You need to delete it.
-M | ok upon deleting this it has gotten rid of my bottom frame too, I dont want this |
| |
April 16th, 2002, 05:11 AM
|
#8 (permalink)
| | Cruizing
Join Date: Oct 2001 Location: Wellington, NZ
Posts: 4,398
|
ok after a bit of fiddling I have gotten rid of it. This is my end result code
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="80,*" frameborder="NO" border="0" framespacing="0">
<frame name="topFrame" scrolling="NO" noresize src="/top.htm" >
<frameset rows="*,80" frameborder="NO" border="0" framespacing="0">
<frame name="mainFrame" src="/main.htm">
<frame name="bottomFrame" scrolling="NO" noresize src="/bottom.htm">
</frameset>
</frameset>
<noframes><body bgcolor="#FFFFFF">
</body></noframes>
</html>
Dont know why I couldn'e delete it in Dreamweaver though |
| |
April 16th, 2002, 05:52 AM
|
#9 (permalink)
| | Retired mostly.
Join Date: Oct 2001 Location: Finland
Posts: 5,144
|
Sorry.. Tried to reply but my f???ing-sucky corporate network didn
t allow at that time 
The code seems correct now.
Though you should end <noframes> before you end <body>.
-M |
| |
April 16th, 2002, 06:02 AM
|
#10 (permalink)
| | Retired mostly.
Join Date: Oct 2001 Location: Finland
Posts: 5,144
|
Oh I see, this is how it's going to be!
*goes on and hammers the computer*
-M
Last edited by muno : April 16th, 2002 at 06:32 AM.
|
| | | Thread Tools | Search this Thread | | | | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Most Active Discussions | | | | | Recent Discussions  | | | | | |