|
Hello
I've created a website in dreamweaver and atm am using freewebs to host it but may buy a domain name later on. The question is, how can i name the site as it just comes up as "Untitled Document" i tried naming it in dreamweaver but to no avail. Also, is there a way i can get it to show up in google search, by using tags or whatever?
thanks
How to name my website?
How are you naming it in dreamweaver? If you are just naming the file something then that's not enough you need to be naming it at the top of the document beside the view tabs it should say title and you need to type it there.If it's still not working after that try going into code view and then look for the head tags then if there are no title tags already you will need to type this in between the head tags
<TITLE*>Your title here</TITLE*> but delete the stars.
If you're still having trouble after that e-mail me at msbigbad@msn.com
How to name my website?
if your doing it in DW there are 3 ways to do it. First, save the file as untitled_document.htm
second - in the title box, type in Untitled Document
third, look at the code find the
<title> <title/>
in between the two title tags insert the text Untitled Document
How to name my website?
You alread got one suggestion how to insert title. Also remember one this. I have also created a free website in tripod. It is http://indiafestivals.tripod.com/. Look I have added meta tags between <HEAD> and </HEAD> like this
|