web commit by http://ptecza.myopenid.com/: * Fixed example
[ikiwiki.git] / doc / bugs / Problem_with_displaying_smileys_on_inline_page.mdwn
1 I've noticed that my browser doesn't display the smileys on a page
2 where I used inline pluggin. However I can see them when I click the link
3 to the inlined "subpage".
4
5 I checked HTML sources and it seems that Ikiwiki always generate the same
6 relative path to image file with a smile (`../../../../../smileys/smile.png`),
7 regardless of the page location. Are you sure it's a right working?
8
9 What about if I have main inline page, for example
10 <http://www.domain.com/blog/> page with 
11 <http://www.domain.com/blog/post/2008/06/27/foo/> subpage with the smile?
12
13 Do you have any idea how to fix it? I dont't want to have multiple
14 `smileys` directory, of course :) --[[PaweÅ‚|ptecza]]