[newbie] Text size problem
-
I'm running an ASP.NET project using mainly html; I'm not sure how to make the text a bit larger, because even when I adjust the tags within the .css file, the text seems to remain of the same size. [CODE] Articles.aspx ------------ ... <asp:Content ContentPlaceHolderID="Body" runat="server"> [B] <span class="body">[/B] This page is still under construction. </span> </asp:Content> ... [/CODE] [CODE] common.css ------------ ... body{ background-position: #fff; font: 62.5%/2.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #4b4942; background: #fff; font-size: x-large; } ... [/CODE] :confused: Screenshots of output at http://cid-b712073b3513eb8e.skydrive.live.com/self.aspx/.Public/blog-what bugs me.docx Source available at http://cid-b712073b3513eb8e.skydrive.live.com/self.aspx/.Public/Blog.rar Environment Visual Studio 2008 SP1 + .NET 3.5 SP1 WinXP SP2 IIS 5.1
Jon
-
I'm running an ASP.NET project using mainly html; I'm not sure how to make the text a bit larger, because even when I adjust the tags within the .css file, the text seems to remain of the same size. [CODE] Articles.aspx ------------ ... <asp:Content ContentPlaceHolderID="Body" runat="server"> [B] <span class="body">[/B] This page is still under construction. </span> </asp:Content> ... [/CODE] [CODE] common.css ------------ ... body{ background-position: #fff; font: 62.5%/2.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #4b4942; background: #fff; font-size: x-large; } ... [/CODE] :confused: Screenshots of output at http://cid-b712073b3513eb8e.skydrive.live.com/self.aspx/.Public/blog-what bugs me.docx Source available at http://cid-b712073b3513eb8e.skydrive.live.com/self.aspx/.Public/Blog.rar Environment Visual Studio 2008 SP1 + .NET 3.5 SP1 WinXP SP2 IIS 5.1
Jon