Simple HTML Question

Status
Not open for further replies.

Big Mountain

New member
Feb 19, 2008
2
0
0
Hi.
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 1
|
(this space)
|
text line 2
Regards
 


First of all, make sure that CELLSPACING and CELLPADDING are set to zero in the table tags. Then make sure there is no <BR> before the closing row tag.
 
Are you using CSS? If you do, look for line-height, margins, paddings... hard to tell without seeing the actual source code
 
Status
Not open for further replies.