pastebin

Paste #eRi -- näytä pelkkänä tekstinä -- uusi tämän pohjalta

Värjäys: Tyyli: ensimmäinen rivinumero: Tabin korvaus:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<table cellpadding="0" cellspacing="0" border="0" width="100%">

<tr>
    <td width="5px" height="5px" class="lefttop_img" valign="top">
<img src="http://finpixel.org/images/rounded/borderlefttop.gif" alt="borderlefttop"/>
    </td>
    <td class="top_img">
    </td>
    <td width="5px" height="5px" class="righttop_img" valign="top">
<img src="http://finpixel.org/images/rounded/borderrighttop.gif" alt="borderrighttop"/>
    </td>
</tr>

-------------------------------------------------------------------------------------------------

.top_img {
background: url(images/rounded/bordertop.gif);
}

.lefttop_img {
background: url(http://finpixel.org/images/rounded/borderlefttop.gif);
}

.righttop_img {
background: url(http://finpixel.org/images/rounded/borderrighttop.gif);
}