Jump to content

TABLE: how to make a rule thicker?


bulrush

Recommended Posts

In an HTML table, how do I make the rule between rows thicker, for every 3rd row? Actually, the user will specify which rows need a thicker rule, so I just need the code to make one rule thicker.

 

This solution has to print to the printer, so using background-color will not work in this case.

 

 

Link to comment
https://forums.phpfreaks.com/topic/201747-table-how-to-make-a-rule-thicker/
Share on other sites

Thanks. This is how I did it. It seems the property has to go in every <td> that is affected.

<tr><td style="border-bottom:thick solid #000000">col 1<td style="border-bottom:thick solid #000000">col 2<td style="border-bottom:thick solid #000000">col 3

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.