change/dreameaver

Discussion in 'HTML & Website Design' started by wwe9112, Apr 20, 2008.

  1. #1
    Take this in as best as you can, sorry if it don't make 100% sense I have allot on my mind right now.

    OK, I am making my site now(almost a year after buying the domain lol) I have dreamweaver, can I make my site using it, then change the theme using dreamweaver and all pages change. Also, can I add something to the nav in DW and all changes get that part I added on the index, and such like that.

    Also, I can't get dreamweaver to keep everything just how i have it when I upload it to the site using DW, for example, I'll save to remote site or what ever you call it, and the css link changes to the directory I have on my pc where its stored, how do i prevent that.

    thanks. HELP asap as well, thans a bullion.
     
    wwe9112, Apr 20, 2008 IP
  2. itcn

    itcn Well-Known Member

    Messages:
    795
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    118
    #2
    Sounds like you might want to use a template-based CMS style system like Wordpress, or Joomla or Droopal. You can modify the site template and it will change every page on the site.

    For the css problem, look at the line in your code which looks something like this:
    <link rel="stylesheet" href="/style.css" type="text/css" />

    Make sure href="/style.css" doesn't point to a local path, as in href="C:\My Documents\style.css", etc.
     
    itcn, Apr 21, 2008 IP