Quote:
Originally Posted by mtravellerh
This imp is not working. Please do not download till revised by the master himself (nrapallo)
|
Wow, nice introduction....
I know the answer to this problem. It's come up before
here. The coding of that .html is very non-standard in it's use of &#
code; where
code is a number under 30. It would be best to change all of them to their named html characters to be safe i.e. #20 to space, #24 & #25 to single quotes and #28 & #29 to double quotes.
The offending character code is
&# 20; (just remove the space I put between the # and 20). In ASCII, 32 is a space and I think this code was meant to be a 'space' but the original encoder used the hexadecimal representation which is 0x20 i.e. 32.
SOLUTION: Just replace all
&# 20; with a
space or
and rebuild the 1150 Grayscale-HalfVGA .imp and then the 1200 Color-FullVGA .imp.
EDIT: my 1150 .imp attachment has been deleted since the .imp in post #1 now works! I left the (colour) REB1200 .imp though.
This work is assumed to be in the Life+70 public domain OR the copyright holder has given specific permission for distribution. Copyright laws differ throughout the world, and it may still be under copyright in some countries. Before downloading, please check your country's copyright laws.
If the book is under copyright in your country, do not download or redistribute this work.
To report a copyright violation you can
contact us here.