View Single Post
Old 10-22-2020, 12:41 PM   #12
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,203
Karma: 148951761
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Turtle91 View Post
Exactly! CSS/HTML are very simple to learn and there are very good tutorials for the new coder to get things going.


I would only make one small correction to JSWolf's example - with that CSS you do not have to define a 'class="chapter" ' - the plain <h2> tag will work.


Code:
<h2>Chapter One</h2>


h2 {yadda, yadda}
We both made a similar mistake here. I made a mistake in the HTML code and you made a mistake in the CSS code. I did just define H2 so the class in the HTML code wasn't needed. I've edited my post so it's not correct. Can you do the same in your quote of my post?

Last edited by JSWolf; 10-22-2020 at 02:17 PM.
JSWolf is offline   Reply With Quote