开发者 |
davidpaulsson
sakjur |
---|---|
更新时间 | 2012年12月4日 16:40 |
捐献地址: | 去捐款 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 3.3.2 |
This plugin enables you to use short codes right in the TinyMCE editor when writing a post and/or page. For example: If you'd like to divide your content into two columns you would type: '[one_half]This is the left column[/one_half][one_half_last]This is the right collumn[/one_half_last]'. Remember to "close" your short code, just as you would with HTML. Also; did you see the '_last' add there? That's REALLY important as it will remove the margin on the right side. If you forget it, your columns won't work. How about another example? '[two_third]This area is two thirds wide[/two_third][one_third_last]This is some more content[/one_third_last]' You can combine the available sizes any how you'd like, just as long as the math adds up.
All width is percentage based, so you should be safe!
Don't worry son! The style file won't load unless it's needed.