Hi,
Im trying to create a MasterPage with ContentPlaceHolders in it. I have no problem adding the ContentPlaceHolders to the MasterPage. However I cant seem to put the ContentPlaceHolder anywhere I wish to on the page or change their size.
I wish to have two ContentPlaceHolders on the page, one is for a menu that changes depending on which page the user is viewing, and one where Ill add information on aspx pages.
I tried creating a Table but VS doesnt allow me to put the ContentPlaceHolder within it so my guess is thats not a valid thing to do :-\
I also tried with <div> and then I can say that I want it to be aligned "center" (although VS then says that "align" is outdated and I should use a newer construct). And anyway, I cant place two ContentPlaceHolders next to eachother, they get situated either above or below eachother.
Anyone know what I should do?
Im trying to create a MasterPage with ContentPlaceHolders in it. I have no problem adding the ContentPlaceHolders to the MasterPage. However I cant seem to put the ContentPlaceHolder anywhere I wish to on the page or change their size.
I wish to have two ContentPlaceHolders on the page, one is for a menu that changes depending on which page the user is viewing, and one where Ill add information on aspx pages.
I tried creating a Table but VS doesnt allow me to put the ContentPlaceHolder within it so my guess is thats not a valid thing to do :-\
I also tried with <div> and then I can say that I want it to be aligned "center" (although VS then says that "align" is outdated and I should use a newer construct). And anyway, I cant place two ContentPlaceHolders next to eachother, they get situated either above or below eachother.
Anyone know what I should do?