Support » Fixing WordPress » 2 Columns Multi Content Big Troubles

  • I have been trying for ages to create pages (over 40) with 2 columns: big image on left – text on right that would change with each page. I can do this easily in a template but 40+ templates seem a bit much. Have tried many plugins with no luck and would prefer not to use them because of their chancey nature. I don’t know php which would probably be best way to do it

    I did come across some HTML code for doing this for wordpress.com blogs and when I tried it, the image and text showed up fine in the visual editor but comes up blank on blog page. For code mavens, is there some reason why this won’t work with wordpress.org blogs? (Working in MAMP.)

    <div style="float:left;width:46%;">
    LEFT CONTENT HERE
    </div>
    <div style="float:right;width:46%;">
    RIGHT CONTENT HERE
    </div>
    <br style="clear:both;" />
  • The topic ‘2 Columns Multi Content Big Troubles’ is closed to new replies.