Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Anyway to create text Columns ?
Noo
New
Hi !
Using Vanilla 2.1..
Wondering if there is a way / plugin to put text in columns when I am posting a message. For example, if I am posting a poem I can put it into two columns instead of wasting all that space...
All help appreciated ...
Tagged:
0
Comments
@noo
I don't know a plugin, but you could use html to put your post in a two column table.
I know no html .. can you give an example of some code I can cut and paste ?
lhttp://www.w3schools.com/html/html_layout.asp
You can learn
html
if you try a tutorial
if you don't know, learn
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Jeez that does look nice and the link leads to a lot of gobbleygook presently :-) Thanks for the pointer anyways...will try to learn ....
You can use the pipe symbol to build tables (quote my comments above to see how it is done
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
actually that is pretty easy.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
I have a better way which will work for anyone wanting to make columns. Add the css code to your theme's custom.css file. Then when you post add the class Left to the span or div for the left column and the class Right for the right column and it will make it automatic.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
It is not working here for some reason... this what it should look like, I just used a chunk of arbitrary text
http://www.practiceboard.com/?989328
The best thing would be to add a button so it puts the code automatically via short code or something.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Thanks everyone... Short code would be ideal....not everyone wants to be a coder just so they can make tables a few times in a year :-)
Shortcode?
Nothing could be shorter than using the markup.
Don't know the markup? Use a Wysiwyg editor.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
This is not the latest and greatest html (I learned it 20 years ago) but will suffice for a simple table with two equally spaced columns.
you might like
http://vanillaforums.org/addon/pullquote-plugin
and you could probably clone it to add spans or divs easily.
adding table via a click would be a bit harder.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.