Skip to content

Commit 4dac8ac

Browse files
committed
InsertTableBodyEmail
1 parent f02cd01 commit 4dac8ac

31 files changed

+12931
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<html>
2+
<head>
3+
<style type="text/css">
4+
body {
5+
font-family: Calibri;
6+
}
7+
8+
p {
9+
margin: 0;
10+
}
11+
12+
.mapping {
13+
background-color: #D3D4D7;
14+
color: black;
15+
padding: 1px;
16+
}
17+
</style>
18+
19+
<!-- Instruct the web browser control to use IE 6 to render the page. -->
20+
<meta http-equiv="X-UA-Compatible" content="IE=6"/>
21+
</head>
22+
<body>
23+
</body>
24+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<html>
2+
<head>
3+
<style type="text/css">
4+
body {
5+
font-family: Calibri;
6+
}
7+
8+
p {
9+
margin: 0;
10+
}
11+
12+
.mapping {
13+
background-color: #D3D4D7;
14+
color: black;
15+
padding: 1px;
16+
}
17+
</style>
18+
19+
<!-- Instruct the web browser control to use IE 6 to render the page. -->
20+
<meta http-equiv="X-UA-Compatible" content="IE=6"/>
21+
</head>
22+
<body>
23+
</body>
24+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<HTML><HEAD>
2+
<STYLE type=text/css>
3+
body {
4+
font-family: Calibri;
5+
}
6+
7+
p {
8+
margin: 0;
9+
}
10+
11+
.mapping {
12+
background-color: #D3D4D7;
13+
color: black;
14+
padding: 1px;
15+
}
16+
</STYLE>
17+
<!-- Instruct the web browser control to use IE 6 to render the page. -->
18+
<META content=IE=6 http-equiv=X-UA-Compatible></HEAD>
19+
<BODY>
20+
<P>&nbsp;</P>
21+
<P>eee</P>
22+
<P>&nbsp;</P>
23+
<TABLE height=100 cellSpacing=0 cellPadding=0 width="50%" align=left border=1>
24+
<TBODY>
25+
<TR>
26+
<TH width="25%"></TH>
27+
<TH width="25%"></TH>
28+
<TH width="25%"></TH>
29+
<TH width="25%"></TH></TR>
30+
<TR>
31+
<TD width="25%"></TD>
32+
<TD width="25%"></TD>
33+
<TD width="25%"></TD>
34+
<TD width="25%"></TD></TR></TBODY></TABLE>
35+
<P>&nbsp;</P>
36+
<P>&nbsp;</P>
37+
<P>&nbsp;</P>
38+
<P>&nbsp;</P>
39+
<P>edede</P></BODY></HTML>

0 commit comments

Comments
 (0)