View Single Post
Old 09-15-2017, 03:01 PM   #12
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,108
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Sam Sahara View Post
Just to add a little bit of confusion.

the following line raise the above error:

Code:
<h2 id="heading_id_233" class="center">ANIMA CARA<br class="brs">(gennaio 1899)</h2>
the same line, but with two more break lines, does not raise any error:

Code:
<h2 id="heading_id_233" class="center">ANIMA CARA
<br class="brs" />
(gennaio 1899)</h2>
That error is because you failed to close the BR tag (red)
theducks is offline   Reply With Quote