Dreamweaver HTML looks weird.

by Xarcz
8 replies
  • WEB DESIGN
  • |
I don't know if this is a common problem or not, and I don't know how to word the question in order to search for a previous thread solving the problem.

This is what my HTML site looks when you search it:





This is what my site looks like in Dreamweaver, and when I click the preview button in Dreamweaver:





Where are all of the nice fonts, colors, animations, etc.?
Is there a way to change this, in order to make it look like the actual site?
#dreamweaver #html #weird
  • Profile picture of the author yuccarichard
    check the paths to you CSS stylesheets on your local site version.
    {{ DiscussionBoard.errors[9837207].message }}
    • Profile picture of the author Xarcz
      Originally Posted by yuccarichard View Post

      check the paths to you CSS stylesheets on your local site version.
      I don't know what you mean by that.
      I'm not very experienced with Dreamweaver or Website Hosting. Sorry!
      {{ DiscussionBoard.errors[9837233].message }}
      • Profile picture of the author yuccarichard
        Originally Posted by Xarcz View Post

        I don't know what you mean by that.
        I'm not very experienced with Dreamweaver or Website Hosting. Sorry!
        in your local version of website, check from you HTML code that the URL to you stylesheet is correct, it looks like your local version doesn't use any CSS styles at all.

        for example in <head> section of your site you have:

        <link rel="stylesheet" type="text/css" href="yourstyle.css" />

        just make sure that your local site is finding those styles (they might be in sub folders, or sub/sub folders etc.), the path to the stylesheet might be correct on your live/online site, but not identical on your local version. It's very hard to say when not seeing myself the online/offline HTML code

        hope this will help.
        {{ DiscussionBoard.errors[9837327].message }}
  • Profile picture of the author KingServers01
    You should check the filename and path (the flow of content) in the CSS.
    Signature
    Managed & Unmanaged VPS Hosting & Dedicated Servers
    Europe & USA by King-Servers.com
    {{ DiscussionBoard.errors[9837314].message }}
  • Profile picture of the author JosephI
    Dreamweaver is hardly for the inexperienced.
    You might want to try Kompozer, free and see if easier for you.
    Good luck
    {{ DiscussionBoard.errors[9838523].message }}
  • Profile picture of the author bakintime
    watch the tutor video in your dreamweaver software how to adjust all your wording style texting using css

    allcool

    dw works for me so i have no problems with the product.
    {{ DiscussionBoard.errors[9839411].message }}
  • Profile picture of the author daysofdigital
    DW sucks, it adds it's own code. I would use just notepad coding - or a clean template of some sort.
    {{ DiscussionBoard.errors[9843667].message }}
  • Profile picture of the author datastyling
    The only error i see on your screenshot is related to css..make sure all css external files path are properly coded either use a direct path instead of relative path.
    Signature

    BOOK DESIGN & LAYOUT / WEB DEVELOPMENT
    WEBSITE: www.datastyling.com (book design & layout - $95 only) www.thorhosting.co (hosting with free fully functional website) www.infoph.com (open internet directory, jobs, classifieds & news)
    SKYPE: datastyling
    FACEBOOK: https://www.facebook.com/bookdesignservices

    {{ DiscussionBoard.errors[9860411].message }}

Trending Topics