4-Layer Nested HTML In the code below, replace ?thin with the URL of your thin background, ?thick with the URL of your 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: 7px; background-color: #404040; background-image: url(?thin);" align="center"}
{div style=" border: 0px solid #000000; padding: 47px; background-color: #c0c0c0; background-image: url(?thick);" align="center"}
{div style=" border: 0px solid #000000; padding: 7px; 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 Rose Ribbons Floral Triples for "?thin" and "?thick".
- I did not use a background tile for "?main"; I used a hex color, #D2CEAA.
- I have assigned a border to "?main", 3px solid #747E4A.
- I changed the alignment of "?main" from center to left.
{div style=" border: 3px solid #747E4A; padding: 25px; background-color: #D2CEAA; background-image: url(?main);" align="left"}
|