Vinnie said:
Hi Bruce,
this what happens:
when i add a masterpage to my website, in design view i see on the top
of the page a rectangle: if i want to place a picture above that
rectangle i can't; also, if i want to put another placeholder on the
left side to create a layout like an upside down L (for the logo at
the top of the page and themenu bars on the left side) i can't becouse
the first one is too big and covers all the upper side of the page.
What i wish to do:
a)create a placeholder in the middle of the page, so i can work on the
upper side (to insert the logo), the left side (so i can insert the
menu bars) and the right side (so i can add some text in textboxes);
b) create another placeholder at the bottom so i can work on the
content pages to add some stuffs.
Thanks for your help.
Why can't you do what you want. I am just learning asp.net and did that
right away. My master page has all sorts of stuff above and below the
content placeholder. It was never a problem.
Hmm, you are adding placeholders all over the place? I added controls.
There was only one placeholder in the middle of the body area of the master
page, and that was satisfied by the content page. If you are doing all this
with placeholders, then it seems to me that all your actual code will be in
the content page -- which defeats the purpose of having a master page. At
least as I understand it, the master page provides the common look and feel
(logos, placement, etc) and the content page varies with page to page and is
placed in the content placeholder section of the body.
Shelly
Shelly