image greed view in topics Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
5 posters

    image greed view in topics

    zenzo
    zenzo
    Forumember


    Posts : 564
    Reputation : 13
    Language : english,tagalog
    Location : philippines

    Solved image greed view in topics

    Post by zenzo March 29th 2017, 11:57 am

    image greed view in topics 2017-023

    how this image post display as greed view


    Last edited by zenzo on April 7th 2017, 2:27 am; edited 1 time in total
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Solved Re: image greed view in topics

    Post by Draxion March 29th 2017, 3:26 pm

    Hi there, @zenzo. I'm afraid I don't quite understand your issue or what you are trying to accomplish as I don't know what 'greed view' means. Can you explain further? Thanks.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51500
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: image greed view in topics

    Post by SLGray March 29th 2017, 7:31 pm

    If you mean side by side, you can use tables.



    image greed view in topics Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Solved Re: image greed view in topics

    Post by Draxion March 29th 2017, 11:25 pm

    If you are referring to having the images side-by-side, you don't really have to use tables when it comes to BBCode, only when using HTML.

    This setup should work for BBCode to have them side-by-side.
    Code:
    [img]IMAGE[/img][img]IMAGE[/img]

    When it comes to basic HTML, you would need a layout like this.
    Code:
    <table>
      <tr>
        <td>
          <img src="IMAGE LINK" />
        </td>
        <td>
          <img src="IMAGE LINK" />
        </td>
      </tr>
    </table>

    Hopefully that is what you meant. Wink
    zenzo
    zenzo
    Forumember


    Posts : 564
    Reputation : 13
    Language : english,tagalog
    Location : philippines

    Solved Re: image greed view in topics

    Post by zenzo March 29th 2017, 11:56 pm

    i mean the image display will back in line

    when inserting image in a post it shows the image over another image even i resize so it will fit two image in a single line but it don't.
    zenzo
    zenzo
    Forumember


    Posts : 564
    Reputation : 13
    Language : english,tagalog
    Location : philippines

    Solved Re: image greed view in topics

    Post by zenzo April 2nd 2017, 3:25 pm

    bump...
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1442
    Reputation : 220
    Language : English

    Solved Re: image greed view in topics

    Post by SarkZKalie April 3rd 2017, 12:18 pm

    Something like this right?
    If yes, I want you to add this to your CSS, these images will display inline depend on max size of your screen display.
    Code:
    table.zenzo img {
      max-width: 100%;
      float: left;
    }
    Next step, use BBCode like this one below
    Code:
    [table class="zenzo"]
    [tr]
    [td]CONTENT / IMAGE 1[/td]
    [td]CONTENT / IMAGE 2[/td]
    [/tr]
    [/table]
    zenzo
    zenzo
    Forumember


    Posts : 564
    Reputation : 13
    Language : english,tagalog
    Location : philippines

    Solved Re: image greed view in topics

    Post by zenzo April 5th 2017, 2:42 am

    SarkZKalie wrote:Something like this right?
    If yes, I want you to add this to your CSS, these images will display inline depend on max size of your screen display.
    Code:
    table.zenzo img {
      max-width: 100%;
      float: left;
    }
    Next step, use BBCode like this one below
    Code:
    [table class="zenzo"]
    [tr]
    [td]CONTENT / IMAGE 1[/td]
    [td]CONTENT / IMAGE 2[/td]
    [/tr]
    [/table]

    this works but the problem is, not all my members can make it
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1442
    Reputation : 220
    Language : English

    Solved Re: image greed view in topics

    Post by SarkZKalie April 6th 2017, 8:20 am

    Then you tell them how to do, man Very Happy



    image greed view in topics Sarkzk10
    zenzo
    zenzo
    Forumember


    Posts : 564
    Reputation : 13
    Language : english,tagalog
    Location : philippines

    Solved Re: image greed view in topics

    Post by zenzo April 7th 2017, 2:27 am

    hhmm i think i will only use this for my own post

    topic solved
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19328
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: image greed view in topics

    Post by Ape April 7th 2017, 2:37 pm

    Problem solved & topic archived.
    Please read our forum rules: ESF General Rules



    image greed view in topics Left1212image greed view in topics Center11image greed view in topics Right112
    image greed view in topics Ape_b110
    image greed view in topics Ape1010