Hi guys Ive just uploaded my first website
I have made using dreamweaver!
Just noticed it displays "untitled document" at the top of the window when you load the page.
Anyone know how to change it?
So it says "websitename" - microsoft internet explorer in the browser?
Cheers
Colin
hi in dreamweaver MX I just type the name in the white title box above the page i am editing. Hope this helps.
Or maybe insert, headtags.
You have to set a title for the page.
i.e.
<html>
<head>
<title>This is my webpage</title>
</head>
<body>
Some content
</body>
</html>
Then you will get "This is my webpage - Windows Internet Explorer" on the i.e. title..
I'd edit it in notepad or something like that.
At the top of the source code you should see a section starting with
<head>
and ending with
</head>
Somewhere in there just insert
<title>Whatever you want to call it</title>
Wow! You can tell its a cold overcast day!!!!
LOL
LOL yea, get back to the garage guys!
Thanks a lot though!
Colin