View Full Version : thread prefix
benjamins
04-14-2012, 11:03 AM
Hello
Is there a prefix mod for VB4
I looked everywhere but can not find
greetings gerard
Thread prefixes are a built-in feature. Are you talking about some modification to the existing feature?
benjamins
04-14-2012, 04:23 PM
Thread prefixes are a built-in feature. Are you talking about some modification to the existing feature?
Hello
the prefix I would like in different colors
Lynne
04-14-2012, 04:27 PM
You may put them in different colors. You are allowed to use html in the prefix code.
benjamins
04-14-2012, 04:48 PM
You may put them in different colors. You are allowed to use html in the prefix code.
<span style='font-weight: bold; color: red;'> DVD9 </ span> is this good?
Lynne
04-14-2012, 05:11 PM
Sure. Although sometimes a better method is to use classes.
<span class="rank1"> DVD9 </ span>
and then in the additional.css template:
.rank1 {font-weight: bold; color: red;}
benjamins
04-15-2012, 01:17 PM
Thanks thanks thanls
wisemasterchief
06-29-2012, 02:18 PM
Sure. Although sometimes a better method is to use classes.
<span class="rank1"> DVD9 </ span>
and then in the additional.css template:
.rank1 {font-weight: bold; color: red;}
I want to change background color of thread prefix, with rounded corners.. how to do this without also including thread title text..
please advise.
regards,
William
Lynne
06-29-2012, 02:42 PM
I want to change background color of thread prefix, with rounded corners.. how to do this without also including thread title text..
please advise.
regards,
William
See the site in my signature for help with CSS - W3Schools (http://www.w3schools.com/) It's an awesome site for helping write CSS.
wisemasterchief
06-30-2012, 02:06 AM
See the site in my signature for help with CSS - W3Schools (http://www.w3schools.com/) It's an awesome site for helping write CSS.
Here you go guys.. ENJOY!!
<span style="background-color: #65A5D1; color: white; border: 1px solid #7192a8; text-align: center; -moz-border-radius: 5px 5px 5px 5px; width: 75px;">TVPaint</span>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.