Search results

  1. M

    How do you link Html and CSS in Coda 2?

    Phreaddee, I overlooked your comment. I will check it out. Thanks a bunch.
  2. M

    How do you link Html and CSS in Coda 2?

    I put something very basic in my last post because I only need to know how to view my css edits in conjunction with my html edits. So you are saying that in Coda I will never be able to preview my entire webpage, CSS included, before I have sent it into a web compiler or someplace other? I...
  3. M

    How do you link Html and CSS in Coda 2?

    Here is basic code. What is up with it?Again, the html and css do not preview together. The two remain separated. Html: <!DOCTYPEhtml> <link rel="stylesheet" type="text/css" href="css/styles.css" /> <html> <body> <div> </div> </body>...
  4. M

    How do you link Html and CSS in Coda 2?

    I have been using the link codes you posted. I have actually tried both to no avail. I must not be opening my CSS file correctly. When I open a CSS it is with the 'spilt' function. Do I need to open the CSS so that it is blended with the HTML in the same frame and window? Code: <link...
  5. M

    How do you link Html and CSS in Coda 2?

    Hello, I have just downloaded Coda 2 for mac, but I am having some problems. When I open an html and enter the 'link' code to connect my html file to my CSS file nothing is happening. I preview my webpage, but the CSS code remains isolated and inactive. Could someone familiar with Coda...
Top