Dear friends,
I can�t figure out why the bellow HTML render OK in te browser and doesn�t work on JEditorPane... any tip ? I tought it could be due to URL problems....
index.html:
<html>
<head>
<meta HTTP-EQUIV='content-type' CONTENT='text/html; charset=UTF-8'/>
<title>Formul�rio �nico de Proposta</title>
<link rel="stylesheet" type="text/css" href="fup.css">
</head>
<body lang='PT-BR'>
<div>
<h2>Formul�rio �nico de Proposta - FUP 2005</h2>
</div>
</body>
</html>
fup.css:
h1 {color: #00ff00}
h2 {color: #9999dd}
p {color: rgb(0,0,255)}