0

using eclipse, my html page is referencing css files, but is causing eclipse to mark it as an "error" with squiggly lines below the link

<link rel="stylesheet" href="smoothness/jquery-ui.css?" />

if i remove the question mark, the error goes away. but i do not want to do that due to what-does-the-question-mark-at-then-end-of-a-css-include-url-do

    <link rel="stylesheet" href="smoothness/jquery-ui.css" />

so eclipse experts, where can i change this setting to get eclipse to ignore this issue?

Community
  • 1
  • 1
bobby
  • 61
  • 2
  • 8
  • What's the error's message? – nitind Oct 31 '15 at 18:04
  • it says "undefined css file" (even though it is working and picking the css file) – bobby Oct 31 '15 at 19:18
  • Maybe you've installed something that's pulled in https://github.com/angelozerr/eclipse-wtp-webresources ? WTP itself doesn't validate Link element references. – nitind Nov 02 '15 at 15:06
  • i didnt... this is a pretty standard eclipse setup. – bobby Nov 07 '15 at 00:24
  • Which downloaded file did you start with? What have you installed since? – nitind Nov 07 '15 at 06:11
  • ok. it looks like i do have Eclipse WTP HTML-Web resources v1.0.0.201508312110 installed in my eclipse. i beleive this is what came with eclipse mars. what does this mean? should i remove this install? – bobby Nov 11 '15 at 16:39

0 Answers0