Swimmer963 comments on Mapping our maps: types of knowledge - Less Wrong

4 Post author: Swimmer963 27 April 2011 02:16AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (13)

You are viewing a single comment's thread.

Comment author: Swimmer963 27 April 2011 02:34:52AM 0 points [-]

Can anyone else see the images? I could see them the whole time I was editing the post, but all I see now is blue question marks...and I have no idea how to fix it!

Comment author: Cayenne 27 April 2011 03:07:25AM *  0 points [-]

No images here either, just broken frames.

Looking at the source gives me an img src="webkit-fake-url://5212E7C3-2AB0-4C87-BA79-7CFA7AA54052/image.tiff" alt="" image tag, which is pointing to nowhere. Have you uploaded the images somewhere? If so, you should be able to edit the links.

Edit - please disregard this post

Comment author: Alicorn 27 April 2011 02:51:07AM 0 points [-]

I can't even see the blue question marks. I looked in the editor and saw no sign of images. If you point me to the locations of those images I can try adding them and see if it works any better when I do it.

Comment author: [deleted] 27 April 2011 02:36:31AM 0 points [-]

I see the same thing as you.

Comment author: David_Gerard 27 April 2011 10:21:06AM *  0 points [-]

When I view the page source (always a good first step in debugging why images won't show on a page), I see tags like

<img src="webkit-fake-url://5212E7C3-2AB0-4C87-BA79-7CFA7AA54052/image.tiff" alt="">

... these are almost certainly not what you wanted. (And tiffs won't render in almost anyone's browser.) It appears the WYSIWYG editor is not doing what you wanted.

In this post, Lukeprog hosted the image on his own site and then included it in the post with this code fragment:

<a href="http://commonsenseatheism.com/wp-content/uploads/2011/04/metaethics-flowchart-smaller.png"><img src="http://commonsenseatheism.com/wp-content/uploads/2011/04/metaethics-flowchart-smallest.png" alt=""></a>

Suggestion: if you don't have your own hosting to use, put the image on tinypic.com or somewhere similar (an image host that's okay with hotlinking), and transclude it from there. I'm not sure how to do this in the LessWrong editor, you may have to edit the HTML.

Comment author: Swimmer963 27 April 2011 11:52:51AM 1 point [-]

Phew! I did what you suggested (uploaded the image to tinypic) and edited the HTML code. You should be able to see the images now.

Comment author: Will_Sawin 27 April 2011 03:38:27PM 0 points [-]

I see images now.