pictures
-
Hi,
I would like to put 2 pictures in a certain size in the main page and name them differently. Is there a way to make tables in the main page with columns and rows?The blog I need help with is: (visible only to logged in users)
-
Hello,
You have to create Front Page to display your main page content differently from your blog.
I will recommend to write DIV based structure to create two column layout. Basic idea can be,
HTML Markup
<div class="my-wrapper clear"> <div class="my-column-1"> Column 1 Data </div> <div class="my-column-2"> Column 2 Data </div> </div>
CSS Style
.my-column-1 { float: left; width: 50%; } .my-column-2 { float: left; width: 50%; }
Thanks
-
I have bought a visualiser from Envato to use it in my site, however I can’t seem to find the plugin tab on my site. Is it true that If I am being hosted in wordpress.com, I won’t be able to install plugin?
here is what I have purchased.
http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431
- The topic ‘pictures’ is closed to new replies.