BOOK: Wrox's ASP.NET 2.0 Visual Web Developer 2005 Express Edition Starter ISBN: 978-0-7645-8807-5
This is the forum to discuss the Wrox book Wrox's ASP.NET 2.0 Visual Web Developer 2005 Express Edition Starter Kit by David Sussman, Alex Homer; ISBN: 9780764588075
You are currently viewing the BOOK: Wrox's ASP.NET 2.0 Visual Web Developer 2005 Express Edition Starter ISBN: 978-0-7645-8807-5 section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
When I create a master page and assign a content page, the contentplaceholder in the content page is ridiculously small- about 2.5 cm across, and the text wraps to this size. Whereas in the master page, it fills most of the page; what am I doing wrong?
You can usually resize the content placeholder in design view. When you open the page in a browser, the content placeholder takes up whatever space is available, flowing to fill the available width. Have a look in Source view for width and height attributes on the placeholder, and remove (or adjust) these as required.