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.

image greed view in topics

5 posters

Go down

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
zenzo
zenzo
Forumember

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

Back to top Go down

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.
Draxion
Draxion
Helper
Helper

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

https://www.talesoftellene.com/

Back to top Go down

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.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51452
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

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
Draxion
Draxion
Helper
Helper

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

https://www.talesoftellene.com/

Back to top Go down

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

Back to top Go down

Solved Re: image greed view in topics

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

bump...
zenzo
zenzo
Forumember

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

Back to top Go down

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]
SarkZKalie
SarkZKalie
Support Moderator
Support Moderator

Male Posts : 1407
Reputation : 218
Language : English

https://rotavn.forumotion.com/

Back to top Go down

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
zenzo
zenzo
Forumember

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

Back to top Go down

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
SarkZKalie
SarkZKalie
Support Moderator
Support Moderator

Male Posts : 1407
Reputation : 218
Language : English

https://rotavn.forumotion.com/

Back to top Go down

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
zenzo
zenzo
Forumember

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

Back to top Go down

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
Ape
Ape
Administrator
Administrator

Male Posts : 19075
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum