Posts tagged css
Preparing an asp.net master page for print only view – stripping out css etc
Oct 7th
Searching google turned up nothing on this so did some digging in MSDN and worked out a method of disabling all the style sheets, javascript etc to produce a text only page: 1/ Add a content block to your master page – i’ve called mine ‘cssContentHolder’ <asp:contentplaceholder id=”cssContentHolder” runat=”server”> <link rel=”stylesheet” href=”css/master.css” type=”text/css” media=”all” /> More >
Developers issue death warrant for IE6 | News | TechRadar UK
Feb 24th
A campaign calling for the immediate death of Internet Explorer 6 is picking up pace, with a host of developers castigating the browser that ‘hindered the development of the web’. .net magazine is supporting a campaign to rid the world of IE6 – a browser that is still being used by a large proportion of More >