-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbb.html
35 lines (31 loc) · 822 Bytes
/
bb.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<title></title>
</head>
<body bgcolor="#333333">
<style>
html, body {
margin: 0;
padding: 0;
}
#outer {
margin: 5em;
border: 1px solid #f00;
}
#inner {
width: 6em;
height: 4em;
background-color: #999;
}
</style>
<table name="logobackground" width="960">
<tbody>
<tr>
<td style="width: 1px;"><img alt="" src="./images/CTSBACKGROUNDBAR.jpg" style="width: 1px; height: 104px;" /></td>
<td><img align="middle" alt="" src="./images/CTSBACKGROUND2.png" border=5 style="width: 935px; height: 110px;" /></td>
<td style="width: 1px;"><img alt="" src="./images/CTSBACKGROUNDBAR.jpg" style="width: 1px; height: 104px;" /></td>
</tr>
</tbody>
</table>
</body>
</html>