IE7 and Websites

R

RadioBuff

(Probably a question I should be able to answer myself, ....sorry)

Each of my 3 Websites uses an "index" file and when I view them on
IE7, eachof the 3 is "Tab" identified as 'index'.

Is there some way I can alter the code so that IE7 can open a tab with
a more appropriate name.
Something like,..... "index" aka "HMCS Venture"

http://www.hmcsventure.com

Thanks
 
A

asa.flynt.reynolds

On the tab that shows the code look for the line near the top that
shows:

<title>index</title>

change the "index" to whatever you want it to be. This will be what
shows up in the title bar of the application (or in the tab when you
have multiple tabs open).
 
Top