Re: inline Hyperlink as part of a sentence -- spacing is getting battered by IE 6

2009-04-17 Thread Jeoff Wilks
wrapping). Thanks for your help, I very much appreciate it. On Thu, Apr 16, 2009 at 8:57 PM, Thomas Broyer t.bro...@gmail.com wrote: On 16 avr, 18:58, Jeoff Wilks jeoffwi...@gmail.com wrote: Good idea. I just tried InlineHyperlink but it has the same problem. Looking at the 1.6 source code

inline Hyperlink as part of a sentence -- spacing is getting battered by IE 6

2009-04-16 Thread Jeoff Wilks
I'm trying to get a simple inline Hyperlink as part of a sentence, using the display: inline hack. In Firefox I get what I expect: You may view Item 1now if you like. But IE 6 swallows the space after the hyperlink (note the lack of any space between 1 and now): You may view Item 1now if you like.

Re: inline Hyperlink as part of a sentence -- spacing is getting battered by IE 6

2009-04-16 Thread Jeoff Wilks
t.bro...@gmail.com wrote: On 16 avr, 15:51, Jeoff Wilks jeoffwi...@gmail.com wrote: I'm trying to get a simple inline Hyperlink as part of a sentence, using the display: inline hack. In Firefox I get what I expect: You may view Item 1now if you like. But IE 6 swallows the space after

Re: inline Hyperlink as part of a sentence -- spacing is getting battered by IE 6

2009-04-16 Thread Jeoff Wilks
(Document.get().createTextNode(here is a )); p.add(new InlineHyperlink(link,item1)); p.add(Document.get().createTextNode( for you.)); On Thu, Apr 16, 2009 at 12:58 PM, Jeoff Wilks jeoffwi...@gmail.com wrote: Good idea. I just tried InlineHyperlink but it has the same problem. Looking at the 1.6 source