|
| |
|
|
Avick
Posts: 181 From: Ireland Status: offline
|
Title on page Linked to Master Page - 11/7/2007 9:17:33
Hi Folks I have an .aspx page that is linked to a master page and all works well. The only issue I have is this: I can't create a title for the page as there seems to be no way to do this. There is a tile on the master page and this is the title used for all linked pages. Is there a way to create a <title> Page Name </title> within the linked page so I can reference each page as required. The linked pages have no head section so I am stumped
_____________________________
Alan http://www.newebirl.net
|
|
|
|
rdouglass
Posts: 9280 From: Biddeford, ME USA Status: offline
|
RE: Title on page Linked to Master Page - 11/7/2007 9:28:26
Have you tried putting the title in the <%@ Page %> declaration? Here's an example of one of my pages. <%@ Page Language="VB" MasterPageFile="~/NewBlank.master" AutoEventWireup="false" CodeFile="CompanySetup.aspx.vb" Inherits="Members_Company_CompanySetup" title="Company Setup Wizard" StylesheetTheme="SF_NewAdmin" smartNavigation="True"%> Hope it helps.
_____________________________
Don't take you're eye off your final destination. ASP Checkbox Function Tutorial.
|
|
|
|
Avick
Posts: 181 From: Ireland Status: offline
|
RE: Title on page Linked to Master Page - 11/7/2007 11:57:52
That did the trick. Thanks rdouglass Just could not find it for love nor money :)
_____________________________
Alan http://www.newebirl.net
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|