link start!
This commit is contained in:
Executable
+59
@@ -0,0 +1,59 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>TitleBar</title>
|
||||
</head>
|
||||
<body style="background: #3872b2; margin:0; font: 11px Tahoma;">
|
||||
|
||||
<table border="0" width="100%" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td>
|
||||
<img src="images/mainLogo.gif" alt="" />
|
||||
</td>
|
||||
<td width="100%" valign="top">
|
||||
<img src="images/titleBarBg.gif" width="100%" height="49" alt="" />
|
||||
</td>
|
||||
<td align="right" valign="top">
|
||||
<img src="images/logos.gif" alt="" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table border="0" width="100%" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td>
|
||||
<div style="width:10px; height:5px;" align="right">
|
||||
<img src="images/topLeftCorner.gif" width="8" height="5" align="top" alt="" />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div style="width:150px; height:5px;">
|
||||
<img src="images/topBorder.gif" width="150" height="5" align="top" alt="" />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div style="width:8px; height:5px;">
|
||||
<img src="images/topRightCorner.gif" width="8" height="5" align="top" alt="" />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div style="width:8px; height:5px;" align="right">
|
||||
<img src="images/topLeftCorner.gif" width="8" height="5" align="top" alt="" />
|
||||
</div>
|
||||
</td>
|
||||
<td width="100%">
|
||||
<div style="width:100%; height:5px; margin:0; padding:0;">
|
||||
<img src="images/topBorder.gif" width="100%" height="5" align="top" alt="" />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div style="width:10px; height:5px;">
|
||||
<img src="images/topRightCorner.gif" width="8" height="5" align="top" alt="" />
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user