Jump to content

Click Here!

Page draw errors


DemonGoddess

Recommended Posts

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 by Melrick
Updating the info.
Link to comment
Share on other sites

×
×
  • Create New...