xxx
|
posted on 5/5/07 at 01:48 PM |
|
|
Quick HTML question
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
|
|
|
Hammerhead
|
posted on 5/5/07 at 01:55 PM |
|
|
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.
|
|
nludkin
|
posted on 5/5/07 at 01:56 PM |
|
|
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..
|
|
BenB
|
posted on 5/5/07 at 01:56 PM |
|
|
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>
|
|
BenB
|
posted on 5/5/07 at 01:56 PM |
|
|
Wow! You can tell its a cold overcast day!!!!
LOL
|
|
xxx
|
posted on 5/5/07 at 02:00 PM |
|
|
LOL yea, get back to the garage guys!
Thanks a lot though!
Colin
|
|