Tagged Questions
2
votes
2answers
976 views
ASPX Master Pages with DIV to be side by side
Need help.
I cannot figure out why I cannot place div side by side in the child .aspx of master page.
The code works if I hardcode the style like this
<div id="pagemiddleleft" ...
1
vote
1answer
106 views
SharePoint Title Table Enlarging on Specific _layout pages
I am experiencing an issue with a custom SharePoint 2010 master page that I have been developing and styling with an external style sheet. Hardly any changes have been made to the actual master page ...
0
votes
1answer
414 views
Strange Behavior With DIVs and 100% Height in CSS
A seemingly trivial problem.
I have a very basic page in Visual Studio 2010. It's got a master page...
<body>
<form id="form1" runat="server">
<div>
...
0
votes
4answers
597 views
Why can't my Theme.Master find its Site.css?
<link href="Site.css" rel="stylesheet" type="text/css" />
This works fine from Theme.Master (Views/Themes/Blue/Theme.Master) on my local machine, but not from the hosted provider of its final ...