Question : aps.net how to override body font size style at runtime

I am switching style sheets at runtime in an asp.net app with master pages.

I am doing it via code behind in masterpage and it works fine in code below.

Now have buttons on master page for larger smaller text and need to know how to override the style class by doing something like

the body:font-size = 1.4




1:
2:
3:
4:
5:
6:
HtmlLink cssMasterLink = new HtmlLink();
                cssMasterLink.Href = "css/hc.css";
                cssMasterLink.Attributes.Add("rel", "stylesheet");
                cssMasterLink.Attributes.Add("type", "text/css");
                cssMasterLink.Attributes.Add("media", "screen");
                Head1.Controls.Add(cssMasterLink);

Answer : aps.net how to override body font size style at runtime

Sorry been in meetings this afternoon.
OK, if your using SSL the basic client won't work.
either you'll need to find a ftps client that will run on x64 2008, or allow temp access over the standard ftp channels. Did you try installing the 32 bit version of filezilla, still has the potential to install ok in 32 bit compatability mode i would of thought
Random Solutions  
 
programming4us programming4us