View Single Post
Old 02-23-2012, 05:54 PM   #2
dwig
Wizard
dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.
 
dwig's Avatar
 
Posts: 1,613
Karma: 6718541
Join Date: Dec 2004
Location: Paradise (Key West, FL)
Device: Current:Surface Go & Kindle 3 - Retired: DellV8p, Clie UX50, ...
You might try:
  1. Remove the <p> tags you've wrapped around the <pre> tags.
  2. Style the <pre> tags in a stylesheet to be hidden.

The stylesheet or <style> section in the <head> would then need to include:
pre {display: none;}
This would, of course, hide all <pre> tags in the epub.

Edit: perhaps this would fail, as per theducks' post

Last edited by dwig; 02-23-2012 at 05:57 PM.
dwig is offline   Reply With Quote