By Clive Woodyear on Thursday, 13 February 2014
Posted in General Issues
Replies 3
Likes 0
Views 0.9K
Votes 0
Hi Gang,

I'm trying to create a blog post in EB, but I need to have a few images laid out in a two column format with some text below each one, a bit like this: http://screencast.com/t/a4DteagGf

I tried to use a table to hold images, but I can't get the two columns to sit properly. If anyone has any ideas of the best way to achieve this I would appreciate any feedback.

Thanks

Clive
Hello Clive,

Unfortunately there's nothing much we can do here because it depends on how you are constructing the content of your blog post. In general, this is how you would create a 2 column tables,


<table>
<tr>
<td>
<img>
</td>
<td>
<img>
</td>
</tr>
</table>
·
Thursday, 13 February 2014 01:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

I am asking you which is the best way to construct the post in order to display that content.

I was using the WYSIWIG editor to insert a table, I take it that doesn't work then?

Thanks

Clive
·
Thursday, 13 February 2014 17:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Clive,

I am not too sure what the WYSIWYG editor is embedding in the content. But try using the codes above instead?
·
Thursday, 13 February 2014 22:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post