Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    •  
      CommentAuthorSpookyET
    • CommentTimeDec 21st 2005
     permalink
    Dreamweaver likes:

    #footer {
    clear: both;
    width: 100%;
    border-top: 1px solid #eee;
    padding: 0.2em;
    color: #aaa;
    text-align: center;
    }

    I like:

    #footer
    {
    clear: both;
    width: 100%;
    border-top: 1px solid #eee;
    padding: 0.2em;
    color: #aaa;
    text-align: center;
    }

    Dreamveaver likes:

    if (foo) {
    }

    I like:

    if (foo)
    {
    }

    Dreamweaver does not like:
    <script type="text/javascript" src="./js/sifr.js" />
    It does not colour everythnig after that propertly.

    Dreamweaver likes:
    <script type="text/javascript" src="./js/sifr.js"></script>
    There are other parsing issues.

    Rendering issues:
    Supposedly, it uses Opera to render, yet it renders the page wrong, while Opera renders it properly.

    Is there a way to fix dreamweaver?
    •  
      CommentAuthornifkin
    • CommentTimeDec 21st 2005 edited
     permalink
    the other stuff i can agree with you on. i don't like when an editor tries to impose it's ideas on my code (luckilly jEdit and i think pretty much alike most of the time). but i will point this out: <script /> doesn't work anyway, it does need the </script>.
    •  
      CommentAuthorSpookyET
    • CommentTimeDec 21st 2005
     permalink
    How can it not work? It's valid xml.
    •  
      CommentAuthorSpookyET
    • CommentTimeDec 21st 2005
     permalink
    I preffer TopStyle. As an editor, it's a million times better. Supposedly, Dreamweaver was merged with HomeSite, but it's editor still sucks. I never understood why he sold HomeSite to Macromedia and developed TopStyle.
    •  
      CommentAuthornifkin
    • CommentTimeDec 21st 2005
     permalink
    it's valid XML but it doesn't work. i've puzzled over it before myself but unfortunately the fact remains: no go. :)
Add your comments
    Username Password
  • Format comments as (Help)