Outlook 2007 stationery & links

  • Thread starter Thread starter Øyvind Granberg
  • Start date Start date
Ø

Øyvind Granberg

Hi...

I am making this new stationery for my Outlook 2007.
I can't get the links to be displayed as I want them.
What ever format I use, they still come out in the dull default blue
fashion.
I use Dreamweaver and come up with these CSS settings for the links.

<style type="text/css">
<!--

a{
font-size: 9px;
color: #333333;

}

a:link{
font-size: 9px;
color: #333333;

}

a:visited{
font-size: 9px;
color: #333333;

}

a:hover{
font-size: 9px;
color: #000000;
border-bottom:#000000 1px solid;
}

a img {border-width: 0;}

-->
</style>


What am I doing wrong?
--

Kind regards
Øyvind Granberg

(e-mail address removed)
www.tresfjording.com
 
Forget my question....

I opened the html-file containing my stationery in Word 2007, did my stuff
and saved it from there...
All works fine now....


--

Kind regards
Øyvind Granberg

(e-mail address removed)
www.tresfjording.com
 
Back
Top