dimanche 26 juillet 2015

CSS file not getting linked in making dynamic webpage in eclipse java-ee

I am learning jsp and just made an index file in web-inf folder in eclipse project. But the css file is not getting linked with my index file. I have tried everything available on web to solve this issue but it didnt work. Index file is:

<!DOCTYPE html>

<html>
<head>
<title>Core Software Solutions</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link href="layout/styles/layout.css" rel="stylesheet" type="text/css" media="all">

The css file is in web-inf/layout/styles




Aucun commentaire:

Enregistrer un commentaire