Page Title

D

Dinger188

When I try to change the title of a page (via right click / properties) it
doesn't show the change on the Web Site tab, however, it does show the change
if you preview the page in a web browser. Any ideas?
 
R

Rob Giordano \(Crash\)

Page Title is not the same as the page's file name although it can be.
Web Site tab or Folder List shows you the page's file name, not the page
title.


| When I try to change the title of a page (via right click / properties) it
| doesn't show the change on the Web Site tab, however, it does show the
change
| if you preview the page in a web browser. Any ideas?
 
A

Andrew Murray

When you save a page, it gives you a field to put the Page Title in. If you
want to put it in after you saved the page, click File >Save As and go to
the save dialogue, put in the page title, and save as the same file name,
click "yes" to overwrite the existing file.


Otherwise, go to the code view and in the <head> type <title>your page
title</title></head>
 
Top