Results 1 to 1 of 1
Thread: Files not behaving
-
10-28-2006, 02:59 PM #1
- Member Since
- Aug 11, 2006
- Location
- Sandhurst, UK
- Posts
- 10
- Specs:
- iMac G5 20"
Files not behavingI'm puzzled. Could someone please take a look at the code below and tell me what's wrong. I copied the code from a website a few years ago with a few to using the design as inspiration for a site of my own. However, when I open the file in any html editor the program tells me the "file cannot be edited for an unknown reason". Can html files be copy protected ?
Anyway to cut a long story short I viewed the source from a browser and copied it. I then pasted it into an html editor and here's the weird thing, when I went to save the file the program automatically deleted a chunk of text. Its always the same section of html that disappears. This is doing my head in now. I was initially interested in the design of the site, but now I'm more bafled by the way the html code vanishes.
Try copying this code and saving as html and then viewing in a browser. If the same happens to you as it does me then the code beginning :
<frameset frameborder=
will have disappeared and all you'll see is a message about no frames.
Can someone help please ?
Code below
*****
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>website</title>
* <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
*
* <link rel="stylesheet" type="text/css" href="acps.css">
*
* <meta name="Classification" content="Cs">
*
* <meta name="Description" content="s">
*
* <meta name="KeyWords" content="Societies">
</head>
*
*
<frameset frameborder="0" border="0" framespacing="0" cols="*,640,*"><frame name="leftFrame" src="margin.htm" target="_self" scrolling="no"><frameset frameborder="0" border="0" framespacing="0" rows="*,50"><frame name="mainFrame" src=""><frame name="bottomFrame" src="" scrolling="no"></frameset><frame name="rightFrame" src="margin.htm" target="_self" scrolling="no">
* <noframes>
* <body>
* <p>Your browser does not appear to support frames. Please click <a href="menu.htm">here</a> to view the ACPS menu.</p>
*
* </body>
* </noframes>
</frameset>
</html>
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
iPhoto behaving really oddly?
By HouseKitten in forum Images, Graphic Design, and Digital PhotographyReplies: 8Last Post: 01-05-2015, 05:00 AM -
iCal behaving strangely
By Procyon in forum iOS and AppsReplies: 0Last Post: 08-08-2011, 08:29 PM -
iTunes behaving badly
By Calistoga in forum Music, Audio, and PodcastingReplies: 2Last Post: 04-09-2010, 02:31 PM -
miss behaving mac
By maxummac in forum Apple DesktopsReplies: 2Last Post: 09-30-2009, 04:26 AM -
Rosetta behaving badly?
By walkerj in forum macOS - Operating SystemReplies: 1Last Post: 05-08-2007, 11:05 AM