View Single Post
Join Date: Feb 2005
Posts: 1,181
Reputation: hollystyles will become famous soon enough hollystyles will become famous soon enough 
Solved Threads: 67
hollystyles's Avatar
hollystyles hollystyles is offline Offline
Veteran Poster

Re: plz solve my problem of master pages

 
0
  #2
Nov 5th, 2007
The content place holder in site.master should be empty of any html, that's where the default and home pages will place their content.

Move the html in the site.master OUT from between the content place holder cph.

Add the:<asp:content id="Content1" contentPlaceHolderId="cph" runat="server">
</asp:content>
tags to the deafult.aspx page as it is missing.
Last edited by hollystyles; Nov 5th, 2007 at 11:01 am.
==========================================
Yadda yadda yadda...
Web junky, fevered monkey
Reply With Quote