Mushroom cloud with mercury

  • dasherdiamond
    22nd Aug 2013 Member 0 Permalink

    I am just messing around when...

     Mushroom cloud

    Edited 2 times by dasherdiamond. Last: 22nd Aug 2013
  • mniip
    22nd Aug 2013 Developer 0 Permalink
    1) wat, you have 2 <img> tags there
    2) the second img tag has an <img> in its src attribute
    3) file:///C:/Users/nec/Desktop/Don't%20delete/screenshot_000003.png is a file on your computer, no one else on the internet could have viewed it unless they have the same file at the same precise location
  • hittox
    22nd Aug 2013 Member 0 Permalink

    @dasherdiamond (View Post)

    Post the pictures on a somewhere like Photobucket and then paste the url.

  • boxmein
    22nd Aug 2013 Former Staff 0 Permalink
    You can't sadly just host images from your own computer without uploading them to an intermediate provider such as imgur. Upload your image there and copy the direct link into the src attribute of your tag.

    e.g
    <img src="http://i.imgur.com/prFTS.jpg" />
  • greymatter
    22nd Aug 2013 Member 0 Permalink
    <img src="file:///C:/Users/nec/Desktop/Don't%20delete/screenshot_000003.png" alt="">
    It's a file on your computer all right. You need a URL for your pic for this to be seen by others.

    And mercury mushroom clouds are easily made.
    Edited once by greymatter. Last: 22nd Aug 2013