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;
}
|