[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Stray Character



Fawnna wrote:
> 
> It is perhaps a good point for others to note if they experience
> the same problem.
Right. And the advise would be: Don't save the customized HTML code as
one long line. A FAQ thing, Rachelle?
> Question, do you think if the wrap for the input field in the
> following line of the ring.pm file was set differently, that it
> would make a difference?
> 
> <textarea name="code" rows="10" cols="45" wrap="off">
There are two other options:
1) wrap="soft"
This would wrap the code in the input field, but it would still be saved
as one line, so it wouldn't make a difference.
2) wrap="hard"
This would wrap the code in the input field, and it would be saved as
displayed, in other words line breaks would be inserted after each 45
characters. However, I would certainly not recommend it, since HTML code
doesn't allow linebreaks to be inserted anywhere... It's much better to
let the wrap remain "off" and insert the linebreaks manually at the
appropriate spots in the code.
> Would changing this variable interfere with the member wanting to
> get the code on one line and bypass the problem within the email
> at the 1054 character?
Option 2) would not interfere with the "get code as one line" option,
and it would bypass the extra character, but as I said I still don't
recommend it.
/ Gunnar

Follow-Ups from:
"Fawnna" <fawnna@futurecomputers.net>

References to:
"Fawnna" <fawnna@futurecomputers.net>

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]