The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> 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
pandy
post May 9 2018, 03:09 PM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



Works for me. Maybe there's something in the linked style sheet that overrides the embedded style sheet.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pcsol
post May 10 2018, 02:22 PM
Post #3





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



QUOTE(pandy @ May 9 2018, 04:09 PM) *

Works for me. Maybe there's something in the linked style sheet that overrides the embedded style sheet.


Hi pandy,
Thanks for the response.
I will see what I can find out.

This post has been edited by pcsol: May 10 2018, 02:22 PM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

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: 19th March 2024 - 01:37 AM