diff options
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/elements/columnend.html | 6 | ||||
-rw-r--r-- | httemplate/elements/columnnext.html | 4 | ||||
-rw-r--r-- | httemplate/elements/columnstart.html | 6 |
3 files changed, 16 insertions, 0 deletions
diff --git a/httemplate/elements/columnend.html b/httemplate/elements/columnend.html new file mode 100644 index 000000000..021a328e8 --- /dev/null +++ b/httemplate/elements/columnend.html @@ -0,0 +1,6 @@ + </TABLE> + </TD> + </TR> + </TABLE> + </TD> +</TR> diff --git a/httemplate/elements/columnnext.html b/httemplate/elements/columnnext.html new file mode 100644 index 000000000..93e9f79e5 --- /dev/null +++ b/httemplate/elements/columnnext.html @@ -0,0 +1,4 @@ + </TABLE> + </TD> + <TD VALIGN="top" STYLE="spacing-left:12px"> + <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=0> diff --git a/httemplate/elements/columnstart.html b/httemplate/elements/columnstart.html new file mode 100644 index 000000000..895061772 --- /dev/null +++ b/httemplate/elements/columnstart.html @@ -0,0 +1,6 @@ +<TR> + <TD BGCOLOR="#e8e8e8" COLSPAN=99> + <TABLE BORDER=0 CELLSPACING=0> + <TR> + <TD VALIGN="top"> + <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=0> |