Be a Supporter!

"untitled"

  • 445 Views
  • 6 Replies
New Topic Respond to this Topic
onlyproductions
onlyproductions
  • Member since: Oct. 30, 2005
  • Offline.
Forum Stats
Member
Level 11
Blank Slate
"untitled" 2006-11-03 23:26:06 Reply

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


.

BBS Signature
DFox
DFox
  • Member since: Aug. 9, 2003
  • Offline.
Forum Stats
Member
Level 30
Blank Slate
Response to "untitled" 2006-11-03 23:40:06 Reply

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.


BBS Signature
onlyproductions
onlyproductions
  • Member since: Oct. 30, 2005
  • Offline.
Forum Stats
Member
Level 11
Blank Slate
Response to "untitled" 2006-11-04 01:02:00 Reply

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


.

BBS Signature
harryjarry
harryjarry
  • Member since: May. 15, 2005
  • Offline.
Forum Stats
Member
Level 57
Blank Slate
Response to "untitled" 2006-11-04 01:12:19 Reply

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.


twitter | last.fm // Currently working on HarryJarry.com

BBS Signature
onlyproductions
onlyproductions
  • Member since: Oct. 30, 2005
  • Offline.
Forum Stats
Member
Level 11
Blank Slate
Response to "untitled" 2006-11-04 01:28:52 Reply

srry thnx for helping a noob out


.

BBS Signature
Jessii
Jessii
  • Member since: Feb. 10, 2005
  • Offline.
Forum Stats
Member
Level 36
Movie Buff
Response to "untitled" 2006-11-04 08:31:25 Reply

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.
Forum Stats
Member
Level 37
Musician
Response to "untitled" 2006-11-04 16:34:41 Reply

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.