En sådan boks er lavet med CSS.
Hvis du benytter Web Developer plugin til Firefox kan du rimeligt nemt "aflure" noget sådant.
Koden Alex benytter CSS til hans template er
`
.download
{
padding-right: 20px;
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #999999;
font-size: 9px;
padding-left: 65px;
background-color: #e9e9e9;
background-image: url(images/download.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 10px;
background-y-position: center;
padding-bottom: 15px;
margin-top: 10px;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
line-height: 180%;
padding-top: 15px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #999999;
text-align: center;
}
download.gif ligger sammen med templaten, og teksten i boksen tilknyttes klassen .download (class)
Der findes masser af templates, der benytter noget sådant. Prøv at lure i kode og CSS, hvis du vil lave det selv.
/Frank