The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
do I need a hack to change the colours of links?
for example; (brackets are incomplete) url=www.domain.com]LINK[/url I want the "LINK" to show up in another colour by default irrespective of the browser that I am using |
|
#2
|
||||
|
||||
|
Quote:
Code:
.postcontent a {
color: #000000;
}
|
|
#3
|
|||
|
|||
|
thanks
trying to understand css code will this make the link bold in red ? Code:
.postcontent h4 {
color: #000000;
}
|
|
#4
|
||||
|
||||
|
<a href="http://www.w3schools.com/tags/ref_color_tryit.asp?hex=FF0000" target="_blank">#FF0000</a> is the colour code for Red mate
|
|
#5
|
|||
|
|||
|
thanks
I forgot to amend the hex of the colour will adding h4 make the link Bold ? |
|
#6
|
||||
|
||||
|
Quote:
Code:
font-weight: bold; |
|
#7
|
|||
|
|||
|
thank you very much
|
|
#8
|
||||
|
||||
|
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|