"untitled"
- onlyproductions
-
onlyproductions
- Member since: Oct. 30, 2005
- Offline.
-
- Forum Stats
- Member
- Level 11
- Blank Slate
ok i recently purchased a website domain and host
and i made a webpage but when you go one it your see the webpage but on the top of teh web window instead of it saying my site name it says "untitled document"
how do i fix this
.
- DFox
-
DFox
- Member since: Aug. 9, 2003
- Offline.
-
- Forum Stats
- Member
- Level 30
- Blank Slate
You need to change the title tag in HTML.
So, a page structure would look like:
<html>
<head>
<title>THAT TEXT GOES HERE</title>
</head>
<body>
</body>
</html>
So just change the title tag.
- onlyproductions
-
onlyproductions
- Member since: Oct. 30, 2005
- Offline.
-
- Forum Stats
- Member
- Level 11
- Blank Slate
At 11/3/06 11:40 PM, DFox wrote: You need to change the title tag in HTML.
So, a page structure would look like:
<html>
<head>
<title>THAT TEXT GOES HERE</title>
</head>
<body>
</body>
</html>
So just change the title tag.
yea i want to change the name of the index.html
so i did what you said but the name only appears at mysite.com/index.html but not at mysite.com
.
- harryjarry
-
harryjarry
- Member since: May. 15, 2005
- Offline.
-
- Forum Stats
- Member
- Level 57
- Blank Slate
At 11/4/06 01:02 AM, onlyproductions wrote: yea i want to change the name of the index.html
so i did what you said but the name only appears at mysite.com/index.html but not at mysite.com
I went to your site (just onlyproductions.com) and the title worked for me.
Try refreshing the page, or ctrl+F5 while you are on your site.
- onlyproductions
-
onlyproductions
- Member since: Oct. 30, 2005
- Offline.
-
- Forum Stats
- Member
- Level 11
- Blank Slate
.
- Jessii
-
Jessii
- Member since: Feb. 10, 2005
- Offline.
-
- Forum Stats
- Member
- Level 36
- Movie Buff
Go to http://www.w3schools.com, they can answer a good deal of questions that you might have about HTML.
- Pilot-Doofy
-
Pilot-Doofy
- Member since: Sep. 13, 2003
- Offline.
-
- Send Private Message
- Browse All Posts (12,142)
- Block
-
- Forum Stats
- Member
- Level 37
- Musician
At 11/4/06 01:12 AM, harryjarry wrote: Try refreshing the page, or ctrl+F5 while you are on your site.
Yes, most likely the site has an automatic cache or your browser does so you need to get the newer version. If this doesn't work, clear your browsers cache.



