• Resolved burhi

    (@burhi)


    Hi, The link template uses too many css files. Is it possible that just one more design is possible?

    I tried css message box designs but the layout was not correct

    CSS
    
    .alert-box {
        color:#555;
        border-radius:10px;
        font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
        padding:10px 10px 10px 36px;
        margin:10px;
    }
    
    .alert-box span {
        font-weight:bold;
        text-transform:uppercase;
    }
    
    
    .error {
        background:#ffecec url('img/z.gif') no-repeat 10px 50%;
        border:1px solid #f5aca6;
    }
    
    
    LINK TEMPLATE
    
    <div class="alert-box error">[title] [description]  <div  align="right">
                [download_link]
            </div>
                   
                </div>
    

    How do I make the correct placement like below?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Link template style’ is closed to new replies.