Dreamweaver Help Needed

x-eagle

New Member
ok so i have macromedia dreamweaver 8 and i can get to name the document some how i am making a 2 frame home page and i have saved it as index but
i can some how get it to says the site name at the top of the web browser.

normly you name the page by clicking the title box but when i do that it renames the current page like topframe or main frame.

can you help

thanks
 
<title>title name</title> at the top of your HTML code, well after the <html> tag. for example...

<head>
<title>My Web Page</title>
</head>
 
Last edited:
Back
Top