facebook

JSP not loading CSS

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #239689 Reply

    werns
    Member

    Hoi all,
    i am using the struts framework to read data out of a MySql databasse which should be dispalyed in a JSP file. the problem i am having is that the jsp file is unformatted by the CSS i linked to it.

    Help!!!!!!

    #239692 Reply

    Riyad Kalla
    Member

    Moving to OT > Soft Dev.

    Try pasting the <HEAD> section of your file so we can see what is going on.

    #239694 Reply

    werns
    Member

    Here is my head section:

    
     
    <%@ page language="java" import="java.util.*" %>
    <%
    %>
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
      <head>  
        
        <title>My JSP 'news.jsp' starting page</title>   
             <link rel="stylesheet" type="text/css" href="css/indxlist.css">
      </head>
           <body>
      News....
      <HR>
       
      </body>
    </html>
    
    

    the strange thing is that in other pages the CSS is loaded and applied but not thisone

    #239710 Reply

    Riyad Kalla
    Member

    Are both pages in the same directory?

    #239765 Reply

    werns
    Member

    No the JSP is in a folder called -form- and the CSS is in a subfolder of -form- called -css-.

    thx for the speedy reply

    #239767 Reply

    Greg
    Member

    Does the <link> in other JSP pages that work look the same? Do they link to the same css file?

    #239769 Reply

    werns
    Member

    1)- Yip the link was coppied form a page that loads the CSS correctly
    2)- and they are both loading the same CSS file.

    #239779 Reply

    werns
    Member

    This has been solved the problem was that i did not include the HTML base tag in my JSP and thus the LINK to the CSS would not be found

    Thx for all the relys and effort guys 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
Reply To: JSP not loading CSS

You must be logged in to post in the forum log in