RexxSysProg
Programmer
I am having a problem with an extra blank line being inserted after the first line of my opening paragraph. This line has a large, bold leading letter in the first word, followed by normal sized letters. The problem happens only with the first line of each page (the only pargraph with the large, bold leading letter). All the other paragraphs (which don't have the large leading letter) have proper spacing.
Is there any way to fix this? Or is IE unable to handle that large letter's spacing properly and this can't be circumvented (without removing the large letter)
Is there any way to fix this? Or is IE unable to handle that large letter's spacing properly and this can't be circumvented (without removing the large letter)
Code:
P.MyClass {
PADDING-RIGHT: 95px; PADDING-LEFT: 55px; FONT-SIZE: 12pt; PADDING-BOTTOM: 5px; MARGIN: 0in 0in 0pt; PADDING-TOP: 5px; FONT-FAMILY: "Times New Roman"; margin-right: 13.5in}
<p class=MyClass><span style='font-size:28pt;font-family: "Typo Upright BT, Times New Roman"'>T</span></b>his is the first sentence in the first paragraph.
Therefore, I am giving it a large opening letter "T ". However,
I do not want the extra blank line coming after the first line. All of the
other paragraphs that do not have the large first letter have proper
line spacing after the first line.