Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: CGI HTML Editor,

From: rebol:techscribe at: 14-Nov-2000 17:53

[--Aina--med-iq--de] wrote:
> Hi all!
Hi Sharriff!
> > I have coded a script that takes input from an HTML-form and stores the > resulting HTML page on the server.
Cool.
> The problem is, my REBOL script just > exchanges the text in my Page template and the formatting is totally > ruined.
That's weird. Why would REBOL make any modifications to the submitted input? What are these modifications? Have you been able to nail down from which point on in your script the submitted data is modified? Is it at the point in time at which REBOL starts up, or is the data modified during some later processing step?
> The content is readable and looks fine in a browser window of its > own, but I´m trying to display this in a frame, and the resulting text does > not wrap.
How is REBOL responsible for what happens with the text in a frame?
> I have tried all the HTML text formatting tags and attributes > like "WRAP" , int t cell; "<TD width="n"" and so on. I just want REBOL to > capture a string and give it back without need for reformatting.
A little glimpse at the relevant functions in your source might help to determine if it's REBOL's fault, and if so, if and how it can be remedied. Perhaps this a HTML problem and not a REBOL problem?