[RESOLVED] [2005] Master Pages Content Holders
Hi,
I was trying to accomplish the simple task of creating a master page. Looking at this demonstration http://aspnet.4guysfromrolla.com/articles/010505-1.aspx I should just be able to add two "contentplaceholders" and put them where I want. But when I try to add two to my master page, it puts one right below the other and won't let me move it beside it. Anyone know why? Thanks
Re: [2005] Master Pages Content Holders
Probably because you're using a 'drag-drop' method of designing your pages.
Create a table on your page, with a row in it, with two cells inside the table. Place your contentplaceholders inside these cells, so that you can have them side-by-side.