core/com.nokia.carbide.cpp/html/online_banner.html
author cawthron
Mon, 29 Jun 2009 16:05:31 -0500
branchRCL_2_0
changeset 320 591a42081283
parent 2 d760517a8095
permissions -rw-r--r--
change version from 2.0 to 2.0.4 on carbidehelp.nokia.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
cawthron
parents:
diff changeset
     2
<html>
cawthron
parents:
diff changeset
     3
<head>
cawthron
parents:
diff changeset
     4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
cawthron
parents:
diff changeset
     5
cawthron
parents:
diff changeset
     6
<title>Carbide Online Help Center</title>
cawthron
parents:
diff changeset
     7
     
cawthron
parents:
diff changeset
     8
<style type="text/css">
cawthron
parents:
diff changeset
     9
/* need this one for Mozilla */
cawthron
parents:
diff changeset
    10
HTML { 
cawthron
parents:
diff changeset
    11
	width:100%;
cawthron
parents:
diff changeset
    12
	height:100%;
cawthron
parents:
diff changeset
    13
	margin:0px;
cawthron
parents:
diff changeset
    14
	padding:0px;
cawthron
parents:
diff changeset
    15
	border:0px;
cawthron
parents:
diff changeset
    16
 }
cawthron
parents:
diff changeset
    17
cawthron
parents:
diff changeset
    18
BODY {
cawthron
parents:
diff changeset
    19
	background-color:#CCCCCC;
cawthron
parents:
diff changeset
    20
	text:white;
cawthron
parents:
diff changeset
    21
	height:60px;
cawthron
parents:
diff changeset
    22
}
cawthron
parents:
diff changeset
    23
cawthron
parents:
diff changeset
    24
TABLE {
cawthron
parents:
diff changeset
    25
	margin:0;
cawthron
parents:
diff changeset
    26
	border:0;
cawthron
parents:
diff changeset
    27
	padding:0;
cawthron
parents:
diff changeset
    28
	height:100%;
cawthron
parents:
diff changeset
    29
}
cawthron
parents:
diff changeset
    30
cawthron
parents:
diff changeset
    31
</style>
cawthron
parents:
diff changeset
    32
cawthron
parents:
diff changeset
    33
cawthron
parents:
diff changeset
    34
</head>
cawthron
parents:
diff changeset
    35
cawthron
parents:
diff changeset
    36
<body marginwidth="0" marginheight="0">
cawthron
parents:
diff changeset
    37
cawthron
parents:
diff changeset
    38
	<table width="100%" cellspacing="0" cellpadding="8" border="0">
cawthron
parents:
diff changeset
    39
		<tr>
320
591a42081283 change version from 2.0 to 2.0.4 on carbidehelp.nokia.com
cawthron
parents: 2
diff changeset
    40
			<td align="left" valign="center" bgcolor="#FFC550"><img src="../intro/css/graphics/rootpage/brandmark.gif" alt="Carbide icon" title="Carbide icon">			</td>
591a42081283 change version from 2.0 to 2.0.4 on carbidehelp.nokia.com
cawthron
parents: 2
diff changeset
    41
			<td align="right" valign="center" bgcolor="#FFC550"><B>Carbide Online Help Center v2.0.4</B></td>
591a42081283 change version from 2.0 to 2.0.4 on carbidehelp.nokia.com
cawthron
parents: 2
diff changeset
    42
	  </tr>
2
cawthron
parents:
diff changeset
    43
	</table>
cawthron
parents:
diff changeset
    44
cawthron
parents:
diff changeset
    45
</body>
cawthron
parents:
diff changeset
    46
</html>
cawthron
parents:
diff changeset
    47