Click to See Complete Forum and Search --> : P tags and extra spacing


missp
03-13-2003, 11:59 AM
Those closing </p> tags drive me bonkers! If I don't use them, the last line of paragraphs don't line up properly. If I do use them they seem to create an extra line space (particularly within a table cell).

I understand this can be remedied with css, can someone share the proper code tip?

TIA :)

gil davis
03-13-2003, 12:10 PM
Originally posted by missp
they seem to create an extra line space (particularly within a table cell).The table cell phenomenon may have more to do with whitespace between the </p> and the </td>. If there is an, you'll get an extra line in the cell.

It would be helpful if you would post a minimal example of the problem.