7-Layer Nested HTML In the code below, replace ?wallpaper with the URL of the outermost background, ?thin1 with the URL of your first thin background, ?thin2 with the URL of your second thin background, ?thick with the URL of your inner thick background, and ?main with the URL of your main background (the background that will show below your message).
{div style=" border: 0px solid #000000; padding: 48px; background-color: #DCDCDC; background-image: url(?wallpaper);" align="center"}
{div style=" border: 0px solid #000000; padding: 6px; background-color: #000000; background-image: url(?thin1);" align="center"}
{div style=" border: 0px solid #000000; padding: 6px; background-color: #C0C0C0; background-image: url(?thin2);" align="center"}
{div style=" border: 0px solid #000000; padding: 20px; background-color: #808080; background-image: url(?thick);" align="center"}
{div style=" border: 0px solid #000000; padding: 6px; background-color: #C0C0C0; background-image: url(?thin2);" align="center"}
{div style=" border: 0px solid #000000; padding: 6px; background-color: #000000; background-image: url(?thin1);" align="center"}
{div style=" border: 0px solid #000000; padding: 25px; background-color: #ffffff; background-image: url(?main);" align="center"}
YOUR MESSAGE HERE
{/div}{/div}{/div}{/div}{/div}{/div}{/div}
Here is a sample of this code with background tile URLs added. I have used backgrounds from Emma`s Home since all of her backgrounds are linkable.
- I have used two of the background tiles from her Christmas Backs, a golden holly background for "?wallpaper" and a gold ribbon for "?thin2".
- Instead of using background tiles for "?thin1" and "?thick" I used a color name for background-color, Black.
- I also used a color name for background-color of "?main", Cornsilk.
- I changed the alignment of "?main" from center to left.
{div style=" border: 0px solid #000000; padding: 25px; background-color: Cornsilk; background-image: url(?main);" align="left"}
|