HTML Title Bar Problem

SpaceshipSpaceship
SpaceshipSpaceship
SpaceshipSpaceship
Watch

thetzfreak

Established Member
Impact
19
Hey, I have a problem with the title bar. In between the <title></title> tags i type my title, but when i host it only the url of the site shows on top of the explorer window. I dont know why that is. Can someone please help me?

Thanks.
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
you sure your page begins like this ?

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Spele.in -  leukste online games, flash spellen en filmpjes -</title>
?
 
0
•••
Can you please post the code in between your <head> and </head> ?
 
0
•••
Sure i'll post what's in the head tags.

Code:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<title>Best Script Source - Home</title>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<LINK 
href="style.css" type=text/css rel=stylesheet>
<STYLE>
 BODY {
  scrollbar-arrow-color:384278;
  scrollbar-shadow-color:FACB82;
  scrollbar-face-color:FACB82;
  scrollbar-highlight-color:384278;
  scrollbar-darkshadow-color:384278;
</STYLE>
</head>

Thanks a lot for your time.
 
0
•••
works fine for me tho in IE and FF
 
0
•••
This code should work fine.
 
0
•••
Ya, I just realized that when I opened the html file from my hard drive in a browser, the title bar worked fine. But, when it's hosted for some reason it doesn't work. When hosted, I looked at the source, and for some reason there is nothing in between the title tags!!!!!!! I think it is taking itself out somehow when I put it on the server. My saved html pages on my hard drive DO have the correct titles.

Look: http://ephi.blansh.com/BestScriptSource/

What should I do?
 
0
•••
Hey,

You forgot to close your CSS Body style :

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<title>Best Script Source - Home</title>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<LINK
href="style.css" type=text/css rel=stylesheet>
<STYLE>
BODY {
scrollbar-arrow-color:384278;
scrollbar-shadow-color:FACB82;
scrollbar-face-color:FACB82;
scrollbar-highlight-color:384278;
scrollbar-darkshadow-color:384278; }
</STYLE>
</head>

Besides that I dont see any more errors.
 
0
•••
Ok, I just fixed that but the same problem occurs. Any more ideas to why the title is changing itself?
 
0
•••
bumpey
 
0
•••
Im no expert but did you refresh the page (reload)
 
0
•••
0
•••
Wow, you're right fish. But one thing though: Only the home page shows the correct title bar. When I go to Our Scripts the title bar is the same - home. It should say Our Scripts. What's the simple solution lol
 
Last edited:
0
•••
Oh...hehe...maybe it's not so simple. Where did you set up the subdomain? There should be an option for you to add a title.
 
0
•••
Your problem is because your domain has a framed homepage so the content you post is not what the visitor arrives at on the domain.

Check your forwarding options in your domain control panel and change it to "No web-forwarding".

Currently it is using the following frameset:

<frameset rows="100%,*" border="0" frameborder="0" framespacing="0">
<frame name="top" src="http://blansh.com/ephi//BestScriptSource/" noresize />
<frame name="easydns.v4.webfwd1" src="about:blank" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize />
<noframes>
 
0
•••
Oh thats a problem then because I don't have access to that stuff, unfortunately. I really do appreciate your help with this guys. At least i understand the problem now and gained more knowledge!
 
0
•••
You next option would be to set it with javascript, add this to your body tag.

<body onload="top.window.document.title='This is the title of the page'">
 
0
•••
Olitt — high-converting AI websites, only from $1/moOlitt — high-converting AI websites, only from $1/mo

We're social

Escrow.com
Spaceship
Domain Recover
CryptoExchange.com
Catchy
DomDB
NameFit
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back