hi all, In a table data I have four lines of text each line separated by a <br> The text are different font sizes. The issue I am having is that the lines have space between them above and below. How do I get the lines of text closer together using simple html? text line A | (this space) | text line B
Unless you have multiple <BR> or have different font size on each line it is not possible to have the gap. If its multiple BR then remove it and if its font size there is nothing much that can be done.