View Single Post
Old 02-05-2014, 03:38 PM   #14
phossler
Wizard
phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.
 
Posts: 1,076
Karma: 412718
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
@all -- got some real good ideas

I added a little CSS (this is only a fragment from my test book

Code:
h1,h2,h3,h4,h5 {
	text-transform:capitalize;
}
This works if the text is lower case, so I used the F&R

Find<h[1-9]>)(.*)\>

Replace: \1\L\2>

The 'tweaking' is making acronyms all upper but that is a lot less effort

Still very open to ideas and suggestion
phossler is offline   Reply With Quote