Here's my issue. I'd like to use alert type boxes in my blog. They're coded properly with one exception. I'm not sure if it's even possible, or it's something I'm missing.
It seems as if you hit return in the box it ends it. I need to have hard returns in the boxes so that there's several paragraphs, bulletted lists, etc in the "box".
Here's the current code I'm using. If you can provide any help it'd be greatly appreciated.
.blitz
{
background: #010101 url(images/ico_blitz.gif) no-repeat right center;
background-position: 15px 50%; /*[e]15px 50%; /* x-pos y-pos*/
font: small Candara;
text-align: left;
padding: 5px 20px 5px 55px;
border-top: 3px solid #4D4B5B;
border-bottom: 3px solid #4D4B5B;
Thanks!