CSS linking problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nachitas
    New Member
    • Sep 2007
    • 1

    #1

    CSS linking problem

    I was wondering if anybody could help me with this. I am new to CSS and think I understand it. My problem is that I had my template page working (it would update all my other pages) until I uploaded it to a Linux server. My site is www.raygonzalez law.com

    My template page is called carina.dwt
    Code:
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>The Law Offices of Ray A. Gonzalez</title>
    <!-- TemplateEndEditable -->
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
    <link href="../css/style.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    This is my index page that links back to the carina page.
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html><!-- InstanceBegin template="/webspace/httpdocs/Templates/carina.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <!-- InstanceBeginEditable name="doctitle" -->
    And this is where all my links are now linking to.
    <!-- InstanceEndEdit able -->
    <link href="file:///C|/Documents%20and %20Settings/Kathi.HOME/Desktop/gonzalezlawfirm/css/style.css" rel="stylesheet " type="text/css">
    <style type="text/css">
    <!--

    They were right before but now they are all pointing to my C: drive. They are also uneditable areas.
    Any help would be appreciated.
Working...