I have changed the login.jsp and inserted a picture as follow:
<%@ taglib uri="/WEB-INF/theme/portal-layout.tld" prefix="p" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 body {
 background-color: #FFFFFF;
 }
 td {
 color: #000000;
 font-family: verdana, arial, sans-serif;
 font-size: 12px;
 line-height: 130%;
 }
 table.form {
 background-color: #dee6f1;
 border-style: dashed;
 border-color: #FFFFFF;
 border-width: 1px;
 }
 <form method="POST" action="<%= response.encodeURL("j_security_check") %>" name="loginform" id="loginForm">
 
 Username: 
 Password: 
After then i made a directory images and copied the picture to it. But when I login, I don't see any image!
What do I wrong??
Please use [ code ] [ / code] (with no spaces) when entering HTML or any code that you don't want to be formatted.
You can also use "Preview" before submitting to make sure it displays correctly.