Its position is controlled by the following line in the file:
#title { position: absolute; font-size: 1.2em; color: white; top: 18px; left:
85px; }
The top position has been modified from 13px to 18px and the left position has been modified from
55px to 85px. The other lines in this section control the position of the other items in the header.
The lines that have been modified are marked in bold in the following file.
<%
ContentHandler handler = new ContentHandler(request,response);
// Background color
String bgcolor
// Menu color
String menucolor
// Border color
String bcolor
// The header background image that gets repeated
String hdrBgndImg
String hdrImage
String hdrLogo
String hdrTitle
String query
if (query != null && query.length() > 0)
query = "&" + query;
else query = "";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//Dtd HTML 4.0 transitional//
<%=handler.getLanguageCode()%>">
<html lang="<%=handler.getLanguageCode()%>">
<head>
<title>HHB WORLD</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link href="<%= handler.getImage("hf_menu.css",false)%>"
rel="stylesheet">
<link href="<%= handler.getImage("HF_message.css",false)%>"
rel="stylesheet">
<link href="<%= handler.getImage("HF_obj_list_table.css",false)%>"
rel="stylesheet">
<style>
* { margin: 0; padding: 0; }
#header
handler.getImage(hdrBgndImg,false)%>); background-repeat: repeat-x; }
#logo
#title
top: 18px; left: 85px; }
#subtitle
space: nowrap; top: 0px; left: 0px; text-align: right; }
#mcontent
90
Novell Access Manager 3.1 SP2 Identity Server Guide
= "#000000";
= "#000000";
= "#000000";
= "/custom_images/images2.jpeg";
= "/custom_images/images3.jpeg";
= "/custom_images/hhbimages.jpeg";
= "Enter MY WORLD";
=
request.getQueryString();
{ background-image: url(<%=
{ position: absolute; top: 0px; right: 0px;
{ position: absolute; font-size: 1.2em; color: white;
{ position: relative; font-size: .9em; color: black; white-
{ position: relative; padding: 5px; background-color:
}
Need help?
Do you have a question about the ACCESS MANAGER 3.1 SP2 - IDENTITY SERVER GUIDE 2010 and is the answer not in the manual?
Questions and answers