Results 1 to 8 of 8

Thread: Untitled Page

  1. #1
    Join Date
    Sep 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Untitled Page

    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

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    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.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Quote Originally Posted by Anita
    <!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.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  4. #4
    Join Date
    Sep 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Untitled

    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!

  5. #5
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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):
    HTML Code:
    <!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.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  6. #6
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    The file is not being uploaded properly. Try using a different FTP client, and check that you're uploading the right file.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  7. #7
    Join Date
    Sep 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Untitled

    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!

  8. #8
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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').
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •