5 posters
image greed view in topics
zenzo- Forumember
- Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines
- Post n°1
image greed view in topics
Last edited by zenzo on April 7th 2017, 2:27 am; edited 1 time in total
Draxion- Helper
- Posts : 2518
Reputation : 321
Language : English
Location : USA
- Post n°2
Re: image greed view in topics
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- Administrator
- Posts : 51555
Reputation : 3524
Language : English
Location : United States
- Post n°3
Re: image greed view in topics
If you mean side by side, you can use tables.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Draxion- Helper
- Posts : 2518
Reputation : 321
Language : English
Location : USA
- Post n°4
Re: image greed view in topics
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.
When it comes to basic HTML, you would need a layout like this.
Hopefully that is what you meant.
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.
zenzo- Forumember
- Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines
- Post n°5
Re: image greed view in topics
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.
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- Forumember
- Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines
- Post n°6
Re: image greed view in topics
bump...
SarkZKalie- Support Moderator
- Posts : 1443
Reputation : 220
Language : English
- Post n°7
Re: image greed view in topics
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.
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;
}
- Code:
[table class="zenzo"]
[tr]
[td]CONTENT / IMAGE 1[/td]
[td]CONTENT / IMAGE 2[/td]
[/tr]
[/table]
zenzo- Forumember
- Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines
- Post n°8
Re: image greed view in topics
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.
Next step, use BBCode like this one below
- Code:
table.zenzo img {
max-width: 100%;
float: left;
}
- 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- Support Moderator
- Posts : 1443
Reputation : 220
Language : English
- Post n°9
Re: image greed view in topics
Then you tell them how to do, man
zenzo- Forumember
- Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines
- Post n°10
Re: image greed view in topics
hhmm i think i will only use this for my own post
topic solved
topic solved
Ape- Administrator
- Posts : 19436
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha
- Post n°11
Re: image greed view in topics
Problem solved & topic archived.
|
» facebook Problem with topics take only the banner and not the image in the post
» How to make the likes display in topics blog list view
» Today's Active topic to replace View Topics since last visit
» Clicking "view latest post" image brings me to top of that page, not last post on page.
» og:image customization for each topics
» How to make the likes display in topics blog list view
» Today's Active topic to replace View Topics since last visit
» Clicking "view latest post" image brings me to top of that page, not last post on page.
» og:image customization for each topics