View Single Post
Old 10-02-2025, 02:50 AM   #4
purplethecat
Junior Member
purplethecat began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Oct 2025
Device: Boox Page
Quote:
Originally Posted by Karellen View Post
If you use <br/> instead, does that make a difference?

As for the cell width, use

PHP Code:
<tr>
  <
th style="width:20%;">TOPICS:</th>
  <
th style="width:50%;">A Proclamation<br/>The Wisest of Lines<br/>A Poem</th>
</
tr
Fiddle with the % value until you get the sizing right.
<br/> instead of <br> works! I don't know how I didn't think of that. Thank you, you saved me a lot of time lol. Changing the width didn't seem to be necessary.
purplethecat is offline   Reply With Quote