bubudi wrote:perhaps alt text is not fully supported by safari for mac?
No, that's not the problem. The same thing happens with IE.
Here is the link target when viewing the version that works (with the URL
http://djembefola.com/board/blog.php?b=3):
- Code: Select all
src="styles/prosilver/imageset/icon_post_target.gif"
The link target is relative to /board.
When viewing the version that's broken (with the URL
http://djembefola.com/board/blog/James/sibo_bangoura_gig_b-3.html), the link target is the same, but the page is two levels down in the directory tree. So, instead, it should be
- Code: Select all
src="../../styles/prosilver/imageset/icon_post_target.gif"
Either that, or add a symbolic link to each user's blog directory:
- Code: Select all
styles -> ../../styles
Cheers,
Michi.