This topic is locked
[SOLVED]

 Row hight of Table

6/9/2017 7:16:50 AM
PHPRunner General questions
S
shoppy author

I adjusted the layout of the friendly-printer page.

But I want to change the hight of the row so I can get more lines on a page.

I changed the size of the letters to 1 (the smalest I have) but I can't get the hight of the row any smaller.

How do I do that?

S
shoppy author 6/10/2017



Add this to your "Custom CSS" on the Styles Tab.

.table>tbody>tr>td {

line-height: 0!important;

}


You might want to edit the HTML and add an additional class in the Visual-Editor, so it doesn`t break the rest of the tables in your project.

<td>


<td class="nolineheight {$ID_class}">



Thank you, that worked.

Another problem solved !!!

dermemo 6/10/2017

Add this to your "Custom CSS" on the Styles Tab.

.table>tbody>tr>td {

line-height: 0!important;

}


You might want to edit the HTML and add an additional class in the Visual-Editor, so it doesn`t break the rest of the tables in your project.

<td>


<td class="nolineheight {$ID_class}">
dermemo 6/11/2017

Cool, glad to hear that.
Mark your problem as solved so other`s are able to find this solution <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=82372&image=1&table=forumreplies' class='bbc_emoticon' alt=':D' />
Kindly, Ozan