How do I break a page into blocks or sections? I want to have a good layout for the front page. Using version 3.5.1, latest.
I want to align image with text by having two columns. Tables don't work.
Any plugin you suggest?
How do I break a page into blocks or sections? I want to have a good layout for the front page. Using version 3.5.1, latest.
I want to align image with text by having two columns. Tables don't work.
Any plugin you suggest?
I'm not sure what you mean by blocks or sections? Perhaps using categories or Custom Post Types?
I edited the question! I want to divide a static page into four sections, just like a table with 2 rows, 2 columns.
WP is only good if someone types text, but what if someone wants to include multiple images on a page? I'm using CKEDITOR and it can't do that. Table don't work either.
You can do that using the text editor and CSS, but it does take some knowledge of HTML and CSS:
http://www.w3schools.com/css/css_float.asp
But an image gallery should also be able to do that kind of layout for you.
You must log in to post.