WPIntell

Source evidence

Image positioning

Image Formatr · support · 2013-02-21T16:27:00+00:00

mixedsentiment
mediumseverity
0.78relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 26 rows with source links

15.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Joe44 resolved
Plugin works great for me except… It wrap each image in <div class=”img “… tag and as such each image is positioned in new line in the post/ page . How can I avoid that? Using tables is not practical. Is there trick in plugin or workaround drought CSS, template..? Thanks for any support. Jože http://wordpress.org/extend/plugins/image-formatr/ It’s easy to change markup layout with CSS, something like this: div.img {display: inline;} A good place to add it might be your theme’s stylesheet: style.css You might try editing it with your theme-editor . It’s a good request and I will try to add some layout options directly in my plugin, thanks for the tip, -steven This part of code made the trick. (I was missing css coding knowledge.) Thank for quick response and help. Building in layout options would be great. But you can also just include css coding tips like above in FAQ or notes of the plugin. Would save users of my level of coding knowledge. best regards Jože

Comments

2 shown
huntermaster 2013-02-22T00:17:00+00:00

It’s easy to change markup layout with CSS, something like this: div.img {display: inline;} A good place to add it might be your theme’s stylesheet: style.css You might try editing it with your theme-editor . It’s a good request and I will try to add some layout options directly in my plugin, thanks for the tip, -steven

Joe44 2013-02-22T06:12:00+00:00

This part of code made the trick. (I was missing css coding knowledge.) Thank for quick response and help. Building in layout options would be great. But you can also just include css coding tips like above in FAQ or notes of the plugin. Would save users of my level of coding knowledge. best regards Jože