|
womble -> RE: Address Bar Display (9/17/2005 5:13:26)
|
Hi Adam, and welcome to OF! [:)] The reason you only get the domain name in the address bar, no matter what page you're on, is because you're using frames. Becuase the 'page' you see's infact made up of a number of frames, there's no one page name to display in the address bar, as there is in a standard page. You're using a pretty simple layout anyway, so there isn't much to be gained by using frames. If it's important that an individual page is displayed in the address bar, you'll need to switch to a plain html page for each page and not use frames. The standard content you've got on each page is only your nav, so it wouldn't take much work to simply copy and paste that to each new page.
|
|
|
|