I add a <style> tag in the header section of the webform.
And I didn't take any effects, the controls are still very close to each other from top to bottom
here is the code:
<%@ Page Title="" Language="C#" MasterPageFile="~/ClerkMasterPage.master" AutoEventWireup="true" CodeBehind="CreateNewIssue.aspx.cs" Inherits="RCS.clerk.CreateNewIssue" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<asp:Content ID="Content2" ContentPlaceHolderID="TitleContent" runat="server">
Create New Issue Log
</asp:Content>
<asp:Content ID="Content0" ContentPlaceHolderID="HeaderContent" runat="server">
<style type="text/css">
tr, td
{
line-hei ...
Go to the complete details ...