Log in

View Full Version : Dreamweaver has gone odd.



Frog!
07-02-2007, 07:29 PM
Hello people :)

I need some help with Dreamweaver 8.

I set the CSS Style i want for dreamweaver etc...
On design view the CSS Style i set will not show up (as in the font, it will display as times new roman not Verdana etc...)

Please help +rep to who does.

ZAG
07-02-2007, 07:32 PM
what is the CSS code you are using?

Frog!
07-02-2007, 07:35 PM
La CSS Code :)
Btw, it happens every single time, i thought i could fix it but i cant :'(


<style type="text/css">
<!--
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #000000;
}
body {
background-color: #FFFFFF;
}
a:link {
color: #000000;
text-decoration: underline;
}
a:visited {
text-decoration: underline;
color: #000000;
}
a:hover {
text-decoration: none;
color: #000000;
}
a:active {
text-decoration: underline;
color: #000000;
}
-->
</style>

Want to hide these adverts? Register an account for free!