Posty,
Below is the portion of our template which handles the shipping. By specifying a fixed width on the div.zipncountry the text will wrap and you do not need the <br /> tags.
I have been meaning to do this, added your statement to our page with some changes. Below is what we do, it will display the stored addresses at the top, followed by the shipping input fields, and then the message.
You can view at www.dmindustrial.net.
#centerpage div.zipncountry {
background-color:#fafafa;
border: 1px solid #c0c0c0;
width: 377px;
padding: 5px 5px 5px 5px;
font: normal 9pt arial;
text-align: justify;
}
- Code: Select all
<div id="shipping">
<div class="navTitleMid">Shipping Information</div>
<div class="zipncountry">
[-- SC_Tax_Shipping --]
[-- SC_Surcharge --]
<br />
Orders are shipped the next business day when received by 4:30 PM (MST).
If same day shipping is required, please call 800.722.4872 for rates and availability.
</div>
</div>