ndalyrose
Junior Member
Posts: 2
Registered: 4/16/2007
Member Is Offline
|
| posted on 4/16/2007 at 02:20 AM |
|
|
Font change...i know...css
My font is Times New Roman and I want it to be arial. I know that I need to change the font family in my css however, my css already says:
.m0l0i {
padding: 2px;
text-decoration: none;
font-family: Tahoma, Verdana, Arial;
font-size: 12px;
}
.m0l1i {
padding: 2px;
text-decoration: none;
font-family: Tahoma, Verdana, Arial;
font-size: 12px;
Is this a browser issue maybe? I'm using IE7
|
|
|
ndalyrose
Junior Member
Posts: 2
Registered: 4/16/2007
Member Is Offline
|
| posted on 4/16/2007 at 02:46 AM |
|
|
figured it out...
i am using dreamweaver and had created a website prior to adding the menu. i just needed to cut and paste the information from the menu.css into my
current .css for my template.
:-)
|
|
|