The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> Help with font size
pcsol
post May 9 2018, 07:59 AM
Post #1





Group: Members
Posts: 2
Joined: 9-May 18
Member No.: 26,642



Hello all,
doing a favor for a friend, need some help with font size for a cell:

<head>
<title>Payment totals</title>
<link rel="stylesheet" type="text/css" href="CustDisp.css"/>
<style type="text/css">
#AMT_DUE_DDLabel
{
font-size: xx-large;
}
.style1
{
font-size: xx-large;
}
.style2
{
width: 1177px;
}
#SAL_TAX_AMT_DDLabel
{
font-size: large;
}
#SUB_TOT_DDLabel
{
font-size: large;
}
.style3
{
font-size: large;
}
</style>
</head>
<body class="totals">
<div id="divDocument">
<table id="tblDocument">
<tr class="title">
<td class="style2"></td>
<td></td>
</tr>
<tr>
<td class="bigcaption" style="width: 1177px">
<a><span id="SUB_TOT_DDLabel">SUB_TOT</span>:</a>
</td>
<td class="decimalvalue">
<a id="SUB_TOT"><span class="style3">0.00</span></a>
</td>
</tr>

<tr id="TAX_Totals">
<td class="bigcaption" style="width: 1177px">
<a><span id="SAL_TAX_AMT_DDLabel">TAX_AMT</span>:</a>
</td>
<td class="decimalvalue">
<a id="TAX_AMT"><span class="style3">0.00</span></a>

</td>
</tr>
<tr class="bigtitle">
<td class="bigcaption" style="width: 1177px">
<a><span id="AMT_DUE_DDLabel">AMT_DUE</span>:</a>
</td>
<td class="decimalvalue columntotal">
<a id="AMT_DUE"><span class="style1">0.00</span></a>

</td>
</tr>
</table>
</div>
</body>
</html>


In red are the cells that don't seem to get the correct font-size (xx-large for amount due and large for tax and subtotal).
Tried to add it within the style to no avail.
Any help would be appreciated.
Thanks,
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 23rd April 2024 - 01:28 PM