Pictures and Links?

  • vsolon7
    20th Mar 2011 Member 0 Permalink
    How do you put pics and links on you comments like for pics you cant just copy and paste them :'(
  • btrab1
    20th Mar 2011 Member 0 Permalink
    i think you put the link
    image

    lol i put <<<<<img src="http://www.lgdb.org/sites/default/files/gallery/00.png" border="0" />>>>>>>

    so just put <<<img src=" image url " border="0" />>> without the <<>>>

    or just quote my post so you can copy the easier code from it
  • MasterMind555
    20th Mar 2011 Member 0 Permalink
    @vsolon7
    HTML
    Four letters of glory
    Four words of glory above
  • boxmein
    20th Mar 2011 Former Staff 0 Permalink
    Hypertext Markup Language.
    Use <img src="Image source directlink" title="Mouseover text" /> for images, links:
    <a href="Link here with http://" title="Mouseover text here"> Clickable text here </a>
    You can make a left-to-right line across the post with <hr />

    Um yes there's a lot more tags but a few tags that aren't deemed suitable for posting in user content (scripts, CSS et al) have been blocked, so you'll just have to experiment. A few safe bets are obviously all presentational elements such as bold, italic, monospace, code blocks and some table things.
    Edited once by boxmein. Last: 29th Nov 2013
  • tommig
    20th Mar 2011 Member 0 Permalink
    what about pics from my documents ect., is this possible? and how do you do it?
  • boxmein
    20th Mar 2011 Former Staff 0 Permalink
    1. You upload your image to the Internet via image hosts. Some of the best are Imageshack and Tinypic. (Tinypic erases yours after some time, so no liek)
    2. You get the picture's link via "share image" or "copy link" etc
    3. You paste the link to the src=" link here" part
    4. ???
    5. PROFIT!
    OR
    there is the harder and more vulnerable method.
    1. You make a DNS Redirect URL for yourself
    2. You access the router and port forward
    3. You post image directlinks that this time are totally direct.
    By the way. If you don't know anything, use Google. www.google.com
    For a tutorial on using imageshack, search with Google.
    For other HTML shizz, search with Google.
    Etc.
  • vsolon7
    20th Mar 2011 Member 0 Permalink
    ok. I got someone can lock this if they want to.
  • Strigon17
    22nd Mar 2011 Member 0 Permalink
    Ok can someone please help me? Tell me EXACTLY what to do, what to type, etc... I type in what everyone else says and it doesn't work. Halp D:
  • mniip
    22nd Mar 2011 Developer 0 Permalink
    @Strigon17 (View Post)
    Since noone here knows howto use & escapings, noone can tell EXACTLY.

    <img src="URL of image here">

    for an image

    <a href="URL of link here">Text, it'll be highlighted in blue</a>

    for a link

    for more things you need, please consider reading some HTML manuals, >click here<

    EDIT:
    @boxmein (View Post)

    yes there is
  • mmslasher
    29th Nov 2013 Member 0 Permalink

    can you tell me in simple terms how to?