Hello Friends , I have an entertainment site and all the posting in my site is same type ( Same format) . So that i like to know can i create a posting section in my own requirements only. Below i add an image to understand easily . In this image the post have 3 section ) Image + text + text under image )
Just use not visual, but HTML redactor and design your post with inline CSS in this particular case you must define < img style="float:left;" .../> - for the image; <p style="float:right;"> text inside</p> for theright text and < p style="clear:both;">text inside</p> for the bottom text.