DemonGoddess Posted November 14, 2008 Report Posted November 14, 2008 (edited) The three most common page draw errors we encounter are stretched and squished (it only draws on about 1/2 the text area) chapters. Last one would be no chapter data past a certain point. Stretched pages What causes this- The user opts to use characters as a line break. i.e. *****, or ~*~, etc. What happens then, is that the script sees those lines as a single character, so DRAWS it that way. How to correct it- LIMIT the number of characters to no more than 72 on a line. Squished pages What causes this- Improper html formatting when uploading an html file. This is most common when using a Word generated html file. Word adds many, many unnecessary tags, which the archive DOES NOT allow. How to correct it- Open the file in a plain text editor, and remove all the illegal html tags. Copy/paste the correction over the old chapter data. Missing chapter data What causes this- Improper html formatting when uploading an html file. This is most common when using a Word generated html file. Word adds many, many unnecessary tags, which the archive DOES NOT allow. How to correct it- Open the file in a plain text editor, and remove all the illegal html tags. Copy/paste the correction over the old chapter data. For more information on allowable HTML tags, please see this FAQ. Edited January 11, 2010 by Melrick Updating the info.
Recommended Posts