The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
adding color font to this code
just wondering if im able to add a color font in this code to change the font color please.
it just shows up as black some how and i want to chage this by adding some sort of color code. thanks if someone can please help <td align="right"> <div style="float:right; padding-right:9px; padding-bottom 12px; font-size:10px; font-weight:bold">:: <a href="$vboptions[forumhome].php$session[sessionurl_q]">Forum</a> : <a href="$vboptions[homeurl]">Home Page</a> :: </div> <BR> |
#2
|
||||
|
||||
Code:
<td align="right"> <div style="float:right; padding-right:9px; padding-bottom 12px; font-size:10px; font-weight:bold; color: #hexcodehere;">:: <a href="$vboptions[forumhome].php$session[sessionurl_q]">Forum</a> : <a href="$vboptions[homeurl]">Home Page</a> :: </div> <BR> |
#3
|
||||
|
||||
thanks man but that changed the :: in the code instead of the font.
edit: silly me didnt try adding this <font color="red">Home Page</font> works great thanks. |
#4
|
||||
|
||||
Argh of course. You shouldn't really be using inline CSS, or <font> tags. Inline CSS is bad practice, and <font> tags were depreceated a long time ago.
Use class="color: red;" on your <a> tags instead for now |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|