robert_gsfame Posted July 22, 2009 Share Posted July 22, 2009 Hello everyone, i created my own html page using dreamweaver, but the problem is that the title doesn't change although i've tried to change the <title>blabla</title> but the title didn't change as what written which is blablabla does anyone can give me this explanation and what to do? thanks in advance Quote Link to comment Share on other sites More sharing options...
trq Posted July 22, 2009 Share Posted July 22, 2009 Relevant code would help. Quote Link to comment Share on other sites More sharing options...
seventheyejosh Posted July 22, 2009 Share Posted July 22, 2009 but the title didn't change as what written which is blablabla Quote Link to comment Share on other sites More sharing options...
robert_gsfame Posted July 23, 2009 Author Share Posted July 23, 2009 this is the code written <html> <link rel="shortcut icon" xxxxxxx > <title>blablabla</title> <body> </body> </html> this is the code but the problem is that window title didn't change as what was written which is blablabla I don't know why this happened Quote Link to comment Share on other sites More sharing options...
noober Posted July 23, 2009 Share Posted July 23, 2009 Actual code would help. Are you declaring a DOCTYPE in the top of your html document? Quote Link to comment Share on other sites More sharing options...
haku Posted July 24, 2009 Share Posted July 24, 2009 If your code is like that, then you shouldn't have a problem. There are a few possibilities: 1) the page is cached - on any browser other than Safari, hold ctrl and press F5 (if you are on a mac I don't know what you press). This will do a hard refresh of the page, without taking anything from the cache. 2) Make sure that the page you are editing is the page you are viewing. For example maybe you are editing a page in one folder, and looking at a copy from another folder. Or uploading it to the wrong folder on the server. Or looking at a server copy and changing a local copy. Or looking at a local copy and uploading the changed copy to the server. Quote Link to comment Share on other sites More sharing options...
Raine Dragon Posted July 24, 2009 Share Posted July 24, 2009 Don't you need a head tag though? the link and the title tag go inside of the head... Unless I've missed something and they have made it no longer necessary.. o_o' <html> <head> <link rel="shortcut icon" xxxxxxx > <title>blablabla</title> </head> <body> </body> </html> Quote Link to comment Share on other sites More sharing options...
haku Posted July 24, 2009 Share Posted July 24, 2009 They are necessary - don't know how I missed that! Quote Link to comment Share on other sites More sharing options...
Raine Dragon Posted July 24, 2009 Share Posted July 24, 2009 Well, you get so used to having them there, you don't expect them to be missing, I didn't see it at first either. XD Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.