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?