6-Layer Nested HTML In the code below, replace ?thin with the URL of your thin background, ?outerthick with the URL of your outer background, ?innerthick with the URL of your inner 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: 5px; background-color: #404040; background-image: url(?thin);" align="center"}
{div style=" border: 0px solid #000000; padding: 40px; background-color: #c0c0c0; background-image: url(?outerthick);" align="center"}
{div style=" border: 0px solid #000000; padding: 5px; background-color: #404040; background-image: url(?thin);" align="center"}
{div style=" border: 0px solid #000000; padding: 35px; background-color: #c0c0c0; background-image: url(?innerthick);" align="center"}
{div style=" border: 0px solid #000000; padding: 5px; background-color: #404040; background-image: url(?thin);" 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}
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 Winter Backs for "?outerthick" and "?innerthick" and a white ribbon for "?thin".
- I did not use a background tile for "?main"; I used a color name, GhostWhite.
- I changed the alignment of "?main" from center to left.
{div style=" border: 0px solid #000000; padding: 25px; background-color: GhostWhite; background-image: url(?main);" align="left"}
|