HTML coding question....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Pricelessprod
    Confirmed User
    • Nov 2006
    • 422

    #1

    HTML coding question....

    Ok, I need to get some pictures to show up in an email. My html guy is out of town, and this needs to be done yesterday. i have been reading up online all sorts of tutorials, but still cannot get these images to show up. I need to create an absolute path to the images on my server.

    Currently, the coding looks like this.........

    <img border="0" src="episode_20.gif"

    and i need it to look like this, or so i have read.....

    <img border="0" src="http://myservername.com/directory/episode_20.gif"

    now, my server name should be my domain, right??
    and the directory should be the directory on my server that the pictures are in, right?

    The pictures are at http://perverthaven.com/nlsample.htm

    On my server, the folder they are in is perverthaven.com/images

    someone please help me fast!!!
    Hollywood
    "Your Friendly Neighborhood Pornographer"
    ICQ-392365024
    model[at]seductivemodeling.com
    ALWAYS BUYING FETISH CONTENT!!!
    The Most Debaucherous Way To Get Rich!! Click HERE for Info
    See How Much Money I Made Last Week HERE!!
  • xecutech
    Confirmed User
    • Jul 2006
    • 349

    #2
    <img src="http://www.yourdomain.com/directory/pic.jpg" border="0">

    Comment

    • xecutech
      Confirmed User
      • Jul 2006
      • 349

      #3
      if you want it to link to a site then:

      <a href="http://www.domain.com"><img src="http://www.yourdomain.com/directory/pic.jpg" border="0"></a>

      Comment

      • Pricelessprod
        Confirmed User
        • Nov 2006
        • 422

        #4
        thanks man, worked like a charm
        Hollywood
        "Your Friendly Neighborhood Pornographer"
        ICQ-392365024
        model[at]seductivemodeling.com
        ALWAYS BUYING FETISH CONTENT!!!
        The Most Debaucherous Way To Get Rich!! Click HERE for Info
        See How Much Money I Made Last Week HERE!!

        Comment

        • xecutech
          Confirmed User
          • Jul 2006
          • 349

          #5
          Glad I could help.

          Comment

          Working...