View Single Post
Old 07-08-2025, 02:16 AM   #10991
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 47,063
Karma: 169810634
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by ernand View Post
I don't really understand the formatting. I was just following these instructions: https://jadislefeu.dreamwidth.org/7810.html

But would replacing the ,<br />,comments,<br />, formatting by surrounding each entry with ,<p>comments</p>, instead work as I think it does?
You can't nest <p> tags inside <p> tags. You'd have to use </p><p>...</p><p> instead.
Code:
<p>This is a test line with a<br/>inside it</p>

<p>This is a test line with a</p>
<p>inside it</p>
DNSB is offline   Reply With Quote