The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I can't seem to find how to change how the quoted text is displayed. Can anyone point me in the right direction?
|
|
#2
|
||||
|
||||
|
I believe it's in the template bbcode_quote
|
|
#3
|
|||
|
|||
|
Thanks that was it, was curious if you knew how to edit this line to add multiable text attributes, such as I would like to add font-style:italic as well
Code:
<div style="font-size:12pt">$message</div> |
|
#4
|
||||
|
||||
|
Here's a page to help you - http://www.w3schools.com/css/css_font.asp
So, add in font-style:italic if you want that. |
|
#5
|
|||
|
|||
|
Yea, I knew what to add, but couldn't figure out how to construct it so they are both there.
|
|
#6
|
||||
|
||||
|
HTML Code:
<div style="font-size:12pt; font-style:italic">$message</div> |
|
#7
|
|||
|
|||
|
ah, I was missing the
Code:
; |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|