MobileReport's default. aspx, uses CSS to control the font size of the CheckBox in the Table

Source: Internet
Author: User
In the default. aspx page, CSS can be used to control the font size or page_load.
Table. Font controls the Font size.
Use the specific html display of CSS:
<Style type = "text/css"> .....
And CssClass = "tab" <% @ Page language = "c #" Codebehind = "default. aspx. cs "AutoEventWireup =" false "Inherits =" assumereport. webForm1 "%>
<! Doctype html public "-// W3C // dtd html 4.0 Transitional // EN">
<HTML>
<HEAD>
<Title> WebForm1 </title>
<Meta name = "GENERATOR" Content = "Microsoft Visual Studio. NET 7.1">
<Meta name = "CODE_LANGUAGE" Content = "C #">
<Meta name = "vs_defaultClientScript" content = "JavaScript">
<Meta name = "vs_targetSchema" content = "http://schemas.microsoft.com/intellisense/ie5">
<Style type = "text/css">. tab {}{ FONT-SIZE: 11px}
</Style>
</HEAD>
<Body MS_POSITIONING = "GridLayout">
<Form id = "Form1" method = "post" runat = "server">
<Asp: Label id = "Label1" style = "Z-INDEX: 101; LEFT: 144px; POSITION: absolute; TOP: 136px" runat = "server"
Width = "48px"> employee ID: </asp: Label>
<Asp: TextBox id = "tbuserid" style = "Z-INDEX: 102; LEFT: 208px; POSITION: absolute; TOP: 136px"
Runat = "server" Width = "128px"> </asp: TextBox>
<Asp: Button id = "btnGetmobile" style = "Z-INDEX: 103; LEFT: 360px; POSITION: absolute; TOP: 136px"
Runat = "server" Text = "get number"> </asp: Button>
<Asp: Table id = "Table" style = "Z-INDEX: 104; LEFT: 152px; POSITION: absolute; TOP: 208px" runat = "server"
Width = "184px" Height = "pixel PX" EnableViewState = "False" CellSpacing = "5" CellPadding = "3" CssClass = "tab"> </asp: Table>
<Asp: Button id = "btnShow" style = "Z-INDEX: 106; LEFT: 504px; POSITION: absolute; TOP: 136px" runat = "server"
Width = "120px" Text = "display the specified user's number"> </asp: Button>
<Asp: Label id = "lblShow" style = "Z-INDEX: 107; LEFT: 56px; POSITION: absolute; TOP: 24px" runat = "server"
Width = "528px" Height = "56px"> </asp: Label> <FONT face = ""> </FONT> <FONT face = "">
</FONT>
</Form>
</Body>
</HTML>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.