[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Aptana and Iceweasel



Dear list -

I am using Aptana Studio 2 and I cannot get my pagers to display in Iceweasel. It does not integrate the style sheet. the files are both in the same directory.

Here is my code:

index.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd";>
<html xmlns=<http://www.w3.org/1999/xhtml>"http://www.w3.org/1999/xhtml";>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title></title>
       <link href="First.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
         <div id="Wrapper">abce</div>
            <div id="Content"></div>
            <div id="Banner">Banner</div>
            <div id="Sidebar"></div>
               <ul>
                    <li><a href="home">home</a></li>
                    <li><a href="about">about</a></li>
               </ul>

    </body>
</html>

First.css

#Wrapper {
    width: 800px;
    background-color: #0000ff;

}

#Sidebar {
    width: 50px;
    height: 600px;
}


Help and advice, please.

Thanks.

Ethan


Reply to: