Log in

View Full Version : Untitled Page



Lookforit_buscalo@mac.com
09-16-2005, 01:00 PM
Urgent need of help. We have a website which is appearing with the index page and others as Untitled. The files have been updated for the title code to read <title>myvalencianhome</title> and uploaded using smart ftp. Any alterations on the properties do alter but the title pages are still untitled and the coding is this
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset rows="158,*" cols="*" framespacing="0" frameborder="no" border="0" bordercolor="#0000CC">
<frame src="Top.htm" name="topFrame" frameborder="no" scrolling="NO" noresize >
<frame src="Home.htm" name="mainFrame">
</frameset>
<noframes><body>

</body></noframes>
</html>

Can anyone help? Getting urgent now as the ISP insists they cannot assist.

Thanks Anita

Twey
09-16-2005, 01:12 PM
If you're using frames, setting the title in the topmost frameset should apply for all pages within. My only conclusion is that the revised page has not been correctly uploaded. Please link to the page in question.

jscheuer1
09-16-2005, 04:26 PM
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset rows="158,*" cols="*" framespacing="0" frameborder="no" border="0" bordercolor="#0000CC">
<frame src="Top.htm" name="topFrame" frameborder="no" scrolling="NO" noresize >
<frame src="Home.htm" name="mainFrame">
</frameset>
<noframes><body>

</body></noframes>
</html>Change the part in red to your desired title.

Lookforit_buscalo@mac.com
09-16-2005, 05:09 PM
The frames page is called Top the part that has been marked untitled has been changed on our files to My Valencian Home but when you upload the files it does not change. The funny thing is any alterations to property and price changes appears straight away. Why do you think this is. The link is
www.myvalencianhome.com. I cant get my head round this one!

jscheuer1
09-16-2005, 06:26 PM
Here is the source code of the link you supplied (which displays a page named "http://www.myvalencianhome.com/index.htm", as far as I can tell):

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset rows="158,*" cols="*" framespacing="0" frameborder="no" border="0" bordercolor="#0000CC">
<frame src="Top.htm" name="topFrame" frameborder="no" scrolling="NO" noresize >
<frame src="Home.htm" name="mainFrame">
</frameset>
<noframes><body>

</body></noframes>
</html>The title is unchanged from before.

Twey
09-16-2005, 07:41 PM
The file is not being uploaded properly. Try using a different FTP client, and check that you're uploading the right file.

Lookforit_buscalo@mac.com
09-19-2005, 08:18 AM
I have checked all files include going into Dreamweaver into Modify and page properties and the heading on all files reads My Valencian Home and not untitled. The files I specifically checked are the frames file (Top) and the Index page both read My Valencian Home. The ftp program must be working correctly as all the properties do get updated but it will not update this page name. Anyone have any other clues why this is because myself and three so called web page experts can't get their heads round it - thanks!

jscheuer1
09-19-2005, 04:56 PM
What ftp program are you using?

What are the exact filenames of all files in the root directory of http://www.myvalencianhome.com/ ?
(ex: 'index.htm' or 'index.html', not: 'index' or 'top' or 'the frames page').