How do I create columns of type on a page?
-
I would like to create two columns of type on the “About” page for staff people’s names etc. Teach me how.
The blog I need help with is: (visible only to logged in users)
-
You can create two columns by switching your post editor to Text view and entering something like this:
<div style="width:45%;float:left;"> Name 1 Name 2 Name 3 </div> <div style="width:45%;float:right;"> Name 4 Name 5 Name 6 </div>Just let me know if you have any questions.
-
Thank you Kathryn, This code works great.
How would you create a second 2-column list with its own header below the first one. -
-
-
- The topic ‘How do I create columns of type on a page?’ is closed to new replies.