Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Ocean Newcomer
@gravclr · Joined 1 year ago · 8 posts · 2 topics · 0 reputation
Badges
Recent posts
-
Shift+Tab (reverse indentation) not working in admin
· 1 year ago
I'm using linux Mint, Firefox. Whether by an individual line or by a paragraph shift+tab does not reverse indent ( shift indent works for both) So I end up editing on a notepad and pasting it into the
-
Gallery++ not parsing/rendering inside <div>
· 1 year ago
@pamtbaau: That was exactly the problem I was expecting considering the Markdown snippet you shared earlier. Indentation in Markdown has a meaning… Without sharing code snippets, we cannot see what yo
-
Gallery++ not parsing/rendering inside <div>
· 1 year ago
@pamtbaau: I won’t, but did you even try to replace all <divs>s and css display: block? I did not; I didn't know I was supposed replace all of them. However, @pamtbaau: “Didn’t work” is meanin
-
Gallery++ not parsing/rendering inside <div>
· 1 year ago
@pamtbaau: Tried using <span> - Although chances are I didn’t do it correctly How did you try it and what was the result? Don't laugh: <div class="row"> <span> [gall
-
Gallery++ not parsing/rendering inside <div>
· 1 year ago
So, I've tried few things but I didn't get it to work: Tried using <span> - Although chances are I didn't do it correctly /forum/content-markdown/how-to-use-div-tag-correctly-t4489 - I think yo
-
Gallery++ not parsing/rendering inside <div>
· 1 year ago
Based on my limited understanding, it seems like I need to resort to using html? Namely <a> and <img> Or is there a way I can get the tag to work?
-
Gallery++ not parsing/rendering inside <div>
· 1 year ago
I was suggested to correct the question to show exactly how I formatted the tag: <div class="row"> <h2>photos</h2> <hr class="line2"> [gallery] ![imag
-
Gallery++ not parsing/rendering inside <div>
· 1 year ago
When I'm using a plugin called gallery++, the plugin is not rendered inside <div>: <div class="row"> [gallery] image1 image2 [/gallery] </div> It only works outside <div>, but