Embedding image on NiteFlirt Site

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vivianlane
    New Member
    • Jun 2014
    • 1

    Embedding image on NiteFlirt Site

    I am trying to create a Niteflirt listing. The coding they don't accept is bizarre and worth a look. I found a html template that supposedly work, but can't get the images to show up. I uploaded my photos to their server (example...Vivi anBra.jpg) and the code they say to embed in the post is

    <img src="http://www.niteflirt.c om/fm/f/n7tdpu/2ha77">

    which doesn't even have the picture in it. I tried adding

    /VivianBra.jpg at the end, but that didn't work.

    Any help greatly appreciated! Thanks...Viv
  • cssmfc
    New Member
    • Mar 2015
    • 1

    #2
    For the image to be correctly rendered it must be a full direct url path and the extension, in your case is .jpg . Your image code should look something like this
    Code:
    <img src="http://www.niteflirt.com/image.jpg">
    Suggestion: use external host to upload and add your image on NiteFlirt

    Comment

    Working...