core/com.nokia.carbide.cpp/html/online_banner.html
author cawthron
Tue, 24 Mar 2009 22:20:21 -0500
changeset 2 d760517a8095
child 320 591a42081283
child 324 44ff9ba1e1cc
permissions -rw-r--r--
new
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>
cawthron
parents:
diff changeset
    40
			<td align="left" valign="center"><img src="../intro/css/graphics/rootpage/brandmark.gif" alt="Carbide icon" title="Carbide icon">
cawthron
parents:
diff changeset
    41
			</td>
cawthron
parents:
diff changeset
    42
			<td align="right" valign="center"><B>Carbide Online Help Center v2.0</B>
cawthron
parents:
diff changeset
    43
			</td>
cawthron
parents:
diff changeset
    44
		</tr>
cawthron
parents:
diff changeset
    45
	</table>
cawthron
parents:
diff changeset
    46
cawthron
parents:
diff changeset
    47
</body>
cawthron
parents:
diff changeset
    48
</html>
cawthron
parents:
diff changeset
    49