jontaan Posted August 23, 2016 Share Posted August 23, 2016 How can I add a picture right next to this description? (on the right side)? Link to comment Share on other sites More sharing options...
electriz Posted August 23, 2016 Share Posted August 23, 2016 In text editor click Tools > Source code. Can you paste it here? 1 Link to comment Share on other sites More sharing options...
vekia Posted August 23, 2016 Share Posted August 23, 2016 you can do it with code: <div class="row"> <div class="col-md-6"> contents </div> <div class="col-md-6"> <img src="" /> </div> </div> or with table feature: http://i.imgur.com/LrKd75b.gifv 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now