core/com.nokia.carbide.cpp/html/online_banner.html
changeset 2 d760517a8095
child 320 591a42081283
child 324 44ff9ba1e1cc
equal deleted inserted replaced
-1:000000000000 2:d760517a8095
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
       
     2 <html>
       
     3 <head>
       
     4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
       
     5 
       
     6 <title>Carbide Online Help Center</title>
       
     7      
       
     8 <style type="text/css">
       
     9 /* need this one for Mozilla */
       
    10 HTML { 
       
    11 	width:100%;
       
    12 	height:100%;
       
    13 	margin:0px;
       
    14 	padding:0px;
       
    15 	border:0px;
       
    16  }
       
    17 
       
    18 BODY {
       
    19 	background-color:#CCCCCC;
       
    20 	text:white;
       
    21 	height:60px;
       
    22 }
       
    23 
       
    24 TABLE {
       
    25 	margin:0;
       
    26 	border:0;
       
    27 	padding:0;
       
    28 	height:100%;
       
    29 }
       
    30 
       
    31 </style>
       
    32 
       
    33 
       
    34 </head>
       
    35 
       
    36 <body marginwidth="0" marginheight="0">
       
    37 
       
    38 	<table width="100%" cellspacing="0" cellpadding="8" border="0">
       
    39 		<tr>
       
    40 			<td align="left" valign="center"><img src="../intro/css/graphics/rootpage/brandmark.gif" alt="Carbide icon" title="Carbide icon">
       
    41 			</td>
       
    42 			<td align="right" valign="center"><B>Carbide Online Help Center v2.0</B>
       
    43 			</td>
       
    44 		</tr>
       
    45 	</table>
       
    46 
       
    47 </body>
       
    48 </html>
       
    49