I have a special box that talks HTML. The box has an embedded server. The server has a dynamic database that can insert database values into the page before serving it up. Here is an example of the string I have to insert into the HTML code:
<-- DATA 45,1,1,%d -->
I've been using FP-2K to generate the code that is downloaded to the device.
FP keeps over-riding my code and formatting. On occasion, FP will break the code into two lines and corrupt the page.
Example:
<-- DATA
45,1,1,%d -->
How can I prevent FP from breaking the code into two lines while I'm working with it? In MS-Word, I'd use a "hard space" but I haven't figured out how to do it in FP.
Also, is there someway to prevent FP from substituting "<" for the "<" character? I'm tired of doing the search and replace routine.
mike
<-- DATA 45,1,1,%d -->
I've been using FP-2K to generate the code that is downloaded to the device.
FP keeps over-riding my code and formatting. On occasion, FP will break the code into two lines and corrupt the page.
Example:
<-- DATA
45,1,1,%d -->
How can I prevent FP from breaking the code into two lines while I'm working with it? In MS-Word, I'd use a "hard space" but I haven't figured out how to do it in FP.
Also, is there someway to prevent FP from substituting "<" for the "<" character? I'm tired of doing the search and replace routine.
mike