Pages on my site display Untitled Document?

Solved
Angel76 -  
 snicolas94 -
Hello everyone,

I’m reaching out because I have a problem with my website:

www.dieppe-materielbtp.fr

I created it, the index page shows the information in the tab, but for the rest of the pages it displays “Untitled Document.” How can I resolve this issue, because I’ve tried everything? I’m working with Dreamweaver.

Thanks in advance for your help and for any solutions you could provide.

16 answers

  1. benvii Posted messages 311 Status Member 137
     
    Hello,
    Here is the source of your homepage (home.html on 31/08/08 at 12:00):
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Document sans nom</title> </head> <frameset rows="135,*" cols="*" frameborder="no" border="0" framespacing="0"> <frame src="Cadres/haut.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" /> <frameset rows="*" cols="200,*" framespacing="0" frameborder="no" border="0"> <frame src="Cadres/gauche.html" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" /> <frame src="Cadres/page_acceuil.html" name="mainFrame" id="mainFrame" title="mainFrame" /> </frameset> </frameset> <noframes><body> </body> </noframes></html> 


    You just need to modify the Document sans nom that appears in the title tag to the title of your page.
    --
    Benvii
    6
  2. Angel_76 Posted messages 5 Status Member 1
     
    You can replace the content starting at the line after the last blank line before the closing tag where the modification is needed. If you provide the snippet or file, I can point to the exact line number.
    3
  3. Angel_76 Posted messages 5 Status Member 1
     
    Sorry bg62 but it doesn't tell me how to solve my problem the two links. The site is referenced but something else is preventing the real name from appearing in the tab.

    Thanks anyway.
    1
  4. bg62 Posted messages 23433 Registration date   Status Moderator Last intervention   2 435
     
    re ... can you put the address of your page ?
    @+
    b g
    --

    the 'www' is also for communicating, sharing and exchanging, right ?
    1
  5. Angel76
     
    That’s exactly what I did, example for the homepage:

    <head>
    <title>DIEPPE MATERIEL BTP / Home</title>

    But it still displays “Untitled Document.”
    One additional detail that might point you toward a solution is that the pages are composed of three frames except for the “with the bulldozer” presentation page; for that one, the tab correctly shows “DIEPPE MATERIEL BTP.”

    Thanks again for your help.
    0
  6. lambart
     
    Hello!

    Your page and your guidelines have been really helpful to me! I just wanted to thank you!

    Bye!
    0
  7. mahony
     
    Great, thanks,

    Same problem solved in just a few clicks.....

    thank you
    0
  8. snicolas94
     
    Well done, guys.
    This thing in Dreamweaver is badly put together / configured!
    0
  9. LeYaude Posted messages 307 Status Member 46
     
    What is displayed at this level is set in the page header: in the page source, between the and tags, there are <title> and </title> tags; the text located between these tags will be displayed by the browser.
    -1
  10. bg62 Posted messages 23433 Registration date   Status Moderator Last intervention   2 435
     
    and yet you have the solutions higher up ...
    you just need to modify the "title" tag !!!
    b g
    --

    the 'www' is also made to communicate, share and exchange, right?
    -1
  11. Angel_76 Posted messages 5 Status Member 1
     
    Hello bg62,

    Can I take up your time, bg62? Here is how each of the three sections that make up my homepage begins:

    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>DIEPPE MATERIEL BTP / Accueil</title>
    <meta name="Description" content="Bienvenue sur DIEPpe Matériel B.T.P. votre partenaire d'achat, vente, location de matériel B.T.P.neuf et occasion. Nos partenaires : Ammann Yanmar Dieci Ausa Imer Emily Ecim Gourdon Gehl Belle Group." />
    <meta name="Keywords" content="Chargeuse, Chargeuses, Sur, Pneus, Pneu, Chenilles, Chenille, Mini, Minis, Pelleteuse, Pelleteuses, Pelles, Pelle, Tractopelle, Tracto, Tractopelles, Tomberaux, Tomberau, Tombereaux, Tombereau, Articule, Articules, Compacteur, Tandem, Monocylindre, A, Main, Plaque, Plaques, Vibrante, Vibrantes, Mixte, Mixtes, Chariot, Chariots, elevateur, elevateurs, Diesel, Diesels, Gaz, Telescopique, Telescopiques, Tout, terrain, Transport, Transporteurs, Porteur, Porteurs, Tracteur, Tracteurs, Remorque, Remorques, Porte, engins, engin, Portes, Semi, Camion, Camions, Agricole, Agricoles, Pilonneuse, Pilonneuses, Outillage, Outillages, Equipement, Equipements, Construction, Constructions, Materiels, Materiel, diver, divers, marque, Ammann, Yanmar, Dieci, Ausa, Imer, Emily, Ecim, Gourdon, Gehl, Belle, Group, Materiel, btp, Dieppe, 76, Seine, Maritime, Location, Vente, Vent, Achat, btp, b, t, p, Professionnel, Professionnels, Travaux, Travail, Public, Publics, Batiment, Batiments, Eure, 27, Somme, 80" />
    <meta http-equiv="Refresh" content="300" />
    <meta name="Robots" content="index" />
    <meta name="Author" content="********" />
    <meta name="Reply-To" content="******@l****.fr" />
    <meta name="Language" content="fr" />
    <meta name="Revisit-After" content="7 DAYS" />
    <meta name="Rating" content="Materiel BTP" />
    <meta http-equiv="content-script-type" content="text/javascript" />
    <link rel="stylesheet" type="text/css" />
    <link rel="stylesheet" type="text/css" href="style.css" />

    Peux tu apporter les modifications nécessaires sur ce que je t'ais mis audessus pour qu'il n'affiche plus "document sans nom", mais "DIEPE MATERIEL BTP / Accueil", car là je sèche complétement, merci de ta gentillesse et du temps que tu consacres à mon problème.

    Angel_76
    -1
  12. Angel_76 Posted messages 5 Status Member 1
     
    yes no problem:

    http://www.dieppe-materielbtp.fr/accueil.html

    But it’s the same problem for all the pages.
    -1
  13. sevkaa Posted messages 18 Status Member
     
    It is to your frameset that you must give a title.
    You do have to give a name to your pages... but your pages appear in a frameset
    and it is that one that you have not named.
    However, by using frames you will not be able to have different titles for each of your pages.
    -1
  14. Angel_76 Posted messages 5 Status Member 1
     
    Great, I succeeded, thanks to all your guidance which helped me solve this problem:

    1) To solve it, I opened Dreamweaver and then opened my home page.
    2) Then, in the three tabs: Code / Split / Creation, I selected "Code."
    3) Then I closed the software.
    4) Next I right-clicked on the Accueil.html file and clicked open with Dreamweaver.
    5) And there I was able to access the frameset and change "document sans nom" to the one I actually wanted to display.
    6) And I did this for the rest of my pages, with a different title for each.

    You can check:

    http://www.dieppe-materielbtp.fr/

    Thanks again to everyone.
    -1
  15. AnDao Posted messages 79 Status Member 2
     
    Hi!

    I have exactly the same problem as you, I understood how to modify the “Untitled Document” of the frameset, and it's done.

    What I haven't understood, though, is how you made each page have its own title: did you create a frameset for every combination of pages? Or did you find a simpler solution?

    Thanks!
    -1