Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Now that we can embed image by url (thanks for that plugin) is it possible to center it as well somehow ?
@meetdilip said:
You can use css to center images using margin-left:auto; and margin-right:auto;
margin-left:auto;
margin-right:auto;
Thanks @a_5mith . But will it affect text as well ? I mean if I need put a list
ltem 1
Item 2
Item 3
Won' t that too get centered ?
you need to bind it to the images like by tag-name:
img { margin-left: auto; margin-right: auto; }
F
@julian Thanks, I'm aware of suggested topics, we're already using that but it gets topics from other categories too. Which doesn't work when you just want to focus on certain type of topics (a category) only.
P
In the ACP there's a setting, try searching for image.
R
Me also! This is a great community of knowledgeable people who seem genuinely interested in sharing their knowledge.
Funny that mostly I see that URL butchering on Windows systems. The Linux and OS X ones don't seem to have to obliterate URLs so badly.
Is it possible to determine which category does a topic belong to?
for example: https://community.nodebb.org/topic/351/nodebb-wiki is for Announcements https://community.nodebb.org/topic/1232/centering-imgs is for General Discussion
but it seems no way to find their category via their URLs?!
@julian Thanks very much for your help Julian - Cheers!