Html codes.

I need a refresher on the keys of using html in forum. I know it's < code >.
Maybe a moderator be nice to write a simple key example and put in category with forum rules.

Thx would save time then sifting thru web.

Comments

  • WastelandDan
    WastelandDan Member Posts: 902 ✭✭✭
    Google? It doesn't work for me anyway.. I only visit the forum on mobile (iOS) and many features don't seem to work properly.
  • Pnub
    Pnub Member Posts: 28
    edited November 2015
    Ya I tried using codes with mobile and just don't show up
  • Pnub
    Pnub Member Posts: 28
    edited November 2015
    I went to my browser settings and turned on.
    Request desktop view
    And now is letting me to use simple HTML.

    Gave more options above comment box.
    Noticed tho that codes different from normal HTML codes.

    Example: bold
    Put code inside < >

    b class="Bold"
    Word you want to bold
    /b
    WastelandDan
  • WastelandDan
    WastelandDan Member Posts: 902 ✭✭✭
    Pnub said:

    I went to my browser settings and turned on.
    Request desktop view
    And now is letting me to use simple HTML.

    Gave more options above comment box.
    Noticed tho that codes different from normal HTML codes.

    Example: bold
    Put code inside < >

    b class="Bold"
    Word you want to bold
    /b

    Well, I can use the quote feature now, so I guess it worked. Thought I was already viewing desktop site, they don't look any different on iOS Safari lol.
  • Pnub
    Pnub Member Posts: 28
    < b class="Bold">Bold word< /b >
    Only space is b class. Had to space after < so you see it.
  • Pnub
    Pnub Member Posts: 28
    edited November 2015
    < i class="Italic">Italic< /i>
    < h1>

    heading 1

    < /h1>
    < h2>

    heading 2

    < /h2>
    < blockquote class="Quote">< /blockquote>
    < div class="Spoiler">< /div>
    < code class="CodeInline">< /code>

    Still can't get img icon to post a image.
    jureforjustice
  • Pnub
    Pnub Member Posts: 28
    edited November 2015
    image

    SUCCESS

    the code is right but image address MUST have ".png" at end. Or will show up as blank img block

    CODE

    < img src="url.png">
    jureforjustice
  • Pnub
    Pnub Member Posts: 28
    Don't put space after <
    Only between img src
  • Pnub
    Pnub Member Posts: 28
    edited November 2015
    Grrr failed img again
  • Pnub
    Pnub Member Posts: 28
    < img src="url" alt="" />
    Take first space out only. And don't forget .png at end of url
  • TK-421
    TK-421 Member Posts: 406 ✭✭✭✭✭
    I'm still getting to grips with the way this forum software handles code, TBH. Will keep my eye on this thread - keep trying stuff!
  • zoson
    zoson Member Posts: 1,987 ✭✭✭✭✭
    @Pnub .png is the file extension. It wasn't working before because you were not correctly specifying the location and file.
    It won't always be .png. It may be .jpg, .gif, .bmp, or several other web serviceable formats. It all depends on what format the file is saved in.
  • Pnub
    Pnub Member Posts: 28
    True. Found out imgur. Has a simple app for uploading and getting share link. Just been slow long since I used a forum. So any tips be helpful.
  • Pnub
    Pnub Member Posts: 28
    edited December 2015
    Thx for tips. Just trying re-learn forum code with mobile browser. Did discover imjur app for uploading screenshots.
    https://play.google.com/store/apps/details?id=com.imgur.mobile
    I tried Google drive. Since already sync to phone. But getting a image to embed from there a lot harder.
This discussion has been closed.