View Single Post
Old 08-05-2020, 12:11 PM   #17
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,034
Karma: 147977995
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
If you do use code from someone else, you need to see it for what it is and fix whatever it is that's not what you want or not correct. One thing I really dislike about Guido is his CSS formatting. It looks awful and it's harder to read.

Code:
p {
  margin-top: 0;
  margin-bottom: 0;
  text-indent; 1.2em;
}
looks so much better then...

Code:
p
{
margin-top: 0;
margin-bottom: 0;
text-indent; 1.2em;
}
JSWolf is offline   Reply With Quote