Please have a look at the following jsp code. Please note the NetBeans is giving "deprecated value" as warning for "background" attribute!
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
</head>
<body Background="C:/Users/aatish/Pictures/img36.gif"
Bgcolor = "#000000"
Text = "#ffcc66">
<h2>Hello World!</h2>
</body>
</html>
<b><i>Please suggest correct method to set Background image for JSP<b><i>
the image is not displayedAatish Pandya June 11, 2011 at 3:00 PM
Please have a look at the following jsp code. Please note the NetBeans is giving "deprecated value" as warning for "background" attribute! <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>JSP Page</title> </head> <body Background="C:/Users/aatish/Pictures/img36.gif" Bgcolor = "#000000" Text = "#ffcc66"> <h2>Hello World!</h2> </body> </html> <b><i>Please suggest correct method to set Background image for JSP<b><i>
Post your Comment