Hello, I am re-coding into this into a single line of code, but it doesn't work...
Need help on CSS link coding...
9
Hello,
I am re-coding into this into a single line of code, but it doesn't work...
Here's the original old-type coding:
Then I re-wrote like this:
And it's not working.
The single line should work well. First is "style", second is "family"...
The problem is that "Arial" doesn't kick in... it appears Times New Roman (standard).
How do I write the single line command correctly so that it sees "Arial"?
(tried: arial/Arial/"Arial")
I am re-coding into this into a single line of code, but it doesn't work...
Here's the original old-type coding:
Code:
a.menu:link{
color: #3A88CC;
font-size: 10pt;
text-decoration: none;
font-weight: thinner;
font-style: normal;
font-family: arial;
} Code:
a.menu:link{font: thinner normal 10pt "Arial"; text-decoration: none; color: #3A88CC;} The single line should work well. First is "style", second is "family"...
The problem is that "Arial" doesn't kick in... it appears Times New Roman (standard).
How do I write the single line command correctly so that it sees "Arial"?
(tried: arial/Arial/"Arial")
- Istvan Horvath
- shipwrecked
- [1] reply
- Brandon Tanner
- shipwrecked
- [1] reply
- Brandon Tanner
- [1] reply
- shipwrecked
Next Topics on Trending Feed
-
9