Website problem
•
19 Apr 2010, 17:07
•
Journals
I promised my sister I would help make her a website she needs for college. Most of it I can do with the rudimentary knowledge of website coding I have left, but she wants to use a font she bought online. I know how to change the font, but will it work without js or cs (which i totally forgot how to use) if the font isnt installed on people's pc? Also, couldn't seem to find how to remove the line under a hyperlink.
Thanks in advance!
Thanks in advance!
XDDDDDDD tehee. xDDDDDD
@font-face {
font-family: “blablabla”;
src: url(http://blablablalinktoyourfont.otf)
format(”opentype”);
}
a:hover { text-decoration: none; } <--- No line
In other words, all browsers except IE support @font-face as it should be.
----------------------------
---------------------------------
--------------------------------------
----------------------------
-------------------------------------------
---------------------------------
---------------------------------
cant be true but dunno why
And what Rafiki said, although you probably want to use just "a" and not "a:hover".