|
Kindly Help me to apply Stylesheet
My Dir Structure is
WEB-INF/JSP
in which my all the jsp file is presented
war/StyleSheet/
in which my StyleSheet is presented and
war/images
all my images is presented
but when i try to applies to my jsp images is not seen and i put path in css for images is like this
background: url(images/img5.gif) repeat-x left bottom;
so kindly help me for the same
|