Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2006
    Location
    Cheshire.
    Posts
    730
    Tokens
    250

    Default Dreamweaver has gone odd.

    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.


    Give us an add like!

  2. #2
    Join Date
    Jan 2007
    Location
    West Yorkshire
    Posts
    384
    Tokens
    0

    Default

    what is the CSS code you are using?

    “two players, two sides.
    one is light, one is dark.”
    - John Locke

  3. #3
    Join Date
    Nov 2006
    Location
    Cheshire.
    Posts
    730
    Tokens
    250

    Default

    La CSS Code
    Btw, it happens every single time, i thought i could fix it but i cant

    Code:
    <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>


    Give us an add like!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •