The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Full justification text in articles
Is there a way for articles to have the text fully justified so it makes the text spread across the whole text area. I want this so it looks better on the page. I can see:
Just no FULL justify. Is there a way to do this? Why is this not an option in vbulletin>? |
#2
|
||||
|
||||
Just CSS
HTML Code:
.article { text-align:justify;} |
#3
|
|||
|
|||
Thanks Lynne but where would I add that?
Will this over ride any justification that's used while writing the article? |
#4
|
||||
|
||||
That CSS would be put into additional.css if you want all articles to be justified. If you only want a single one to be justified, you may need to use html to add that styling inline or create a new bbcode that fully justifies text.
|
#5
|
|||
|
|||
Thanks for the help Lynne. I tried adding that code to the additional.css but it hasn't changed the overall look of the articles either on the main homepage where the previews are, or viewing the whole article.
|
#6
|
||||
|
||||
I didn't make it to change in the preview at all, it's only written to affect the article when you view the article itself. It definitely works on my default test site. Post a link to an article on your site that we can see.
|
#7
|
|||
|
|||
Quote:
Regards........... |
#8
|
||||
|
||||
Sure, just add the same CSS to the class ".cms_article_txt_content"
|
#9
|
|||
|
|||
Quote:
Also, is there a way to easily find out these codes rather than have to bother you? |
#10
|
||||
|
||||
All I am doing is writing some CSS for you - not anything that is really a vbulletin thing. Anybody can write CSS if you know how to. A good reference site is w3schools.com
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|