on 11-21-2011 12:29 PM
Hi all,
We are changing SAP Portal Login page to customer requirements.
We have modify com.sap.portal.runtime.logon.par.bak and added a CSS template. In Firefox it works perfect, and the look&feel in all Firefox versions is aas designed.
But in IE, the design is looking different, and we think is because <DOCTYPE> tag in "umLogonPage.jsp" is missing.
Does anybody know how to add <DOCTYPE> tag in "umLogonPage.jsp" in first row?
Thanks in advance.
Best Regards.
Urtzi.
Edited by: Urtzi Barandiaran Aguirre on Nov 21, 2011 1:29 PM
Edited by: Urtzi Barandiaran Aguirre on Nov 21, 2011 1:30 PM
Hi,
Im not pretty sure that adding DOCTYPE tag will resolve your problem.
But still inorder to add it and check, do the followong line:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Regards,
Jithin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This message was moderated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.