3

Ok, so i have this HTML web page with nothing fancy on it right? The problem is that when I try to place an image on the screen without using CSS (with the traditional < img > tag), I get this error in FireFox:

Use of attributes' nodeValue attribute is deprecated. Use value instead.

The image display is simple, just the tag and the src.

Here is the code:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">

<html>
<head>
<link rel="stylesheet" type="text/css" href="administration/stylesheet.css">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
</head>

<body>
<img src="administration/graphics/textlogo.png">
</body>
</html>

I hope someone knows what to do, cause I can't seem to find a solution.

Cheers!

4

0 回答 0