HTML rendering on 10.3 vs 10.4
HTML rendering on 10.3 vs 10.4
- Subject: HTML rendering on 10.3 vs 10.4
- From: "Theodore H. Smith" <email@hidden>
- Date: Mon, 25 Jul 2005 15:53:39 +0100
I've got an app that renders HTML on screen, using NSAttributedString.
On MacOS10.4, I'm seeing <p> rendered as a single line, no extra
space inbetween the next <p>, like this:
Para1
Para2
On MacOS10.3, I'm seeing this:
Para1
Para2
I'm wondering if I am doing something wrong here? Or is this a known
difference? I think I may just use <br> instead of p for single
lines, if I can help it.
--
http://elfdata.com/plugin/ Industrial strength string processing,
made easy.
"All things are logical. Putting free-will in the slot for premises in
a logical system, makes all of life both understandable, and free."
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden