The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Sorry, I didn't see is was a quote, it just looked like a bunch of blank space to me between the text and the signature.
|
#12
|
||||
|
||||
Quote:
Hi Lynne, actually this issue is still there, i need to set the a fix width for bbcode of php, html, code. I remember on vb 3.7.x it was simple but i cant remember which to edit. http://s2.ipicture.ru/uploads/20131007/7T25811z.jpg |
#13
|
||||
|
||||
In order to fix CSS, we need a link to the actual post. An image doesn't allow us to view the CSS.
|
#14
|
||||
|
||||
Hi Lynne, here is a link http://forum.nihonomaru.com/finished...bluray.343960/
See the long a url in the bbcode code the longer it will stretch out, i need to set the width for bbcode code for example to fix this issue. making the width may be 750 px I did it with vb 3.7.6 but that was long time ago, i can't remember what did i change. ------------- This was based on vb 3.7.x template of bbcode_code PHP Code:
PHP Code:
It is actually done and fixed here too on vbulletin.org since the txt does not stretch the border, you can scroll left and right. |
#15
|
||||
|
||||
Add to additional.css something like:
HTML Code:
.bbcode_container {width: 500px;} |
#16
|
||||
|
||||
Thank you! (: this works!
P.s. Hi Lynne, If i only want to apply this change to bbcode_code, bbcode_html and bbcode_php only, how can i do that? I don't want to apply it in general because it does mess up the style for the bbcode_quote, which makes it i have to scroll left and right. So i only want to apply the change to code, php, html. How can i do that? --------------- Added [DATE]1381585971[/DATE] at [TIME]1381585971[/TIME] --------------- Or a better way to auto fit the page automatically --------------- Added [DATE]1381586295[/DATE] at [TIME]1381586295[/TIME] --------------- I did this, i think it works? additional css .bbcode_code { width: 650px; } .bbcode_html { width: 650px; } .bbcode_php { width: 650px; } |
Благодарность от: | ||
Lynne |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|