[jboss-user] [JBoss Portal] - Picture in login.jsp

martin911 do-not-reply at jboss.com
Thu Sep 7 04:03:24 EDT 2006


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:&nbsp;                  
                  
                                       
               
               
                  
                     Password:&nbsp;                  
                  
                                       
               
               
                  
                                       
               
           
         

      
   





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??

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970011#3970011

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970011



More information about the jboss-user mailing list