• Hello, been using wordpress about two years and with each upgrade I keep hoping this will improve, but it doesn’t. Many times, I want to put several pictures on a page, but the “tiling” is lousy, there doesn’t seem to be any way to control them. For example, if I want three pictures in a row on a page, lined up nicely, they won’t – they’re all over the place. In the good ol’ days, the easy fix was to simply create a table with the desired rows and column, then set your parameters, insert images and wham, perfect each time. I have tried tinyMCE (ultimate) and any number of plugins, table press, easy-table, but they are clunky and unpredictable especially cross-browser. I even created a table with html, inserted and still the pictures do not line up (they’re all over the place from cell to cell). Has anybody conquered this problem, or am I the only one who thinks this is a problem???? http://www.schauenburg-us.com/sfgus/tunneling/ducting-accessories-specialty-products/ – shows the first four pix are fine, then the page starts to fall apart after that…. this is a site I tried all of the many plugins, html, tinyMCE, etc.

Viewing 1 replies (of 1 total)
  • Your first image (Standard Hooks) is not in the same div class (mceTemp) as the rest. Try changing that first.

    You should create a Child theme to make your CSS changes. If you do not, all of your changes will be lost if you update your theme. (But you can test in your theme’s style.css!)

    Try adding this to the end of your child theme’s style.css:

    .mceTemp {
        float: left;
        width: 40%;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Best way to display multiple pictures, text’ is closed to new replies.