Graphics blips

bscott at ntisys.com bscott at ntisys.com
Wed Jul 16 10:18:43 EDT 2003


On Wed, 16 Jul 2003, at 10:13am, mkomarinski at wayga.org wrote:
>>> That was it - there's a CR (or is it LF) between the end of the IMG tag
>>> and the closing A tag.
>> 
>> Technically it's a newline ('\n'), neither CR nor LF, exactly... it
>> depends on how your implementation represents a newline.  It could be
>> both.  Or neither, though admittedly I know of no operating system
>> that doesn't use some combination of the two.
> 
> The reason I was putting those in was because I'd try to debug my
> resulting PHP output to find a problem and discover that my entire web
> page was on one LONG line.

  FWIW, I believe that, when text (including HTML) is sent via HTTP, the
end-of-line indicator should be a CR+LF pair.  I could be wrong, though.

-- 
Ben Scott <bscott at ntisys.com>
| The opinions expressed in this message are those of the author and do  |
| not represent the views or policy of any other person or organization. |
| All information is provided without warranty of any kind.              |




More information about the gnhlug-discuss mailing list