Marketing Content

by amindunited

HTML

<h1>Marketing Content for the *lite site</h1>
<h3>General</h3>
<ol>
    <li>
        Banner content should be html.
    </li>
    <li>
        This site targets mobile devices, so using many images, or large image files should be discouraged as it will have great impact on page load times and customer's data plans.
    </li>
</ol>

<h3>Top Banner:</h3>
<ol>
    <li>
        Will be a minimum width of 320px, and can expand indefinately. This means that the content should be designed to be adaptive, and the width should be set to 100%
    </li>
    <li>
        The height can be set to most any value.
    </li>
</ol>
<h4>Examples</h4>
<ol>
    <li style="width:80%">
        <div>Simple HTML banner</div>
            <div style="width:100%; 
                    background-color:#ededed; 
                    border-left:solid 20px #b21e3c; 
                    border-right:solid 20px #b21e3c; 
                    border-radius: 5px;
                    min-height: 25px;
                    line-height: 20px;
                    font-size:20px;
                    text-align:center;">
                        <a href="javascript:void()" style="width: 100%; height:100%; color:#333333;"
<span>
CHECK OUT OUR
</span><span style="color:#b21e3c">
BET OF THE WEEK
</span>
            </div>
    </li>
</ol>