Text appearing as different sizes for different people
Hello everyone!
I am experiencing the following issue. The content is text, which is all set to be the same size. However, other people viewing the content have reported that the size of text is inconsistent. For example, some lines of text in a table row appear bigger than other rows of the table. Is this an issue with tables? I cannot figure out what to do, as I have already set the text to be the same size.
Thank you in advance, any help is appreciated 😀
Answers
-
@Holly.A.103 Are you able to copy and paste the HTML code here from the table? There could be different font sizes specified in the code that are not affected when using the toolbar in D2L to set sizes.
-
@Jennifer.W.973 Here is the code:
<table style="border-collapse: collapse; width: 100%; height: 189.6px;" border="1"><colgroup><col style="width: 15.6602%;"><col style="width: 84.4804%;"></colgroup>
<tbody>
<tr style="height: 63.2px;">
<td style="height: 63.2px;">
<p style="text-align: center;">1.</p>
</td>
<td style="height: 63.2px;">
<p style="text-align: center;">Directed numbers</p>
</td>
</tr>
<tr style="height: 63.2px;">
<td style="height: 63.2px;">
<p style="text-align: center;">2.</p>
</td>
<td style="height: 63.2px;">
<p style="text-align: center;">Fractions</p>
</td>
</tr>
<tr style="height: 63.2px;">
<td style="height: 63.2px;">
<p style="text-align: center;">3.</p>
</td>
<td style="text-align: center; height: 63.2px;">
<p>Decimals</p>
</td>
</tr>
</tbody>
</table>