Parašė Acer· 2008 Bir. 25 15:06:07
#1
kaip jau matote, kad yra kažkas blogai.
styles.css:
.left-sd {
background-image : url(images/side/left.gif);
background-repeat: no-repeat;
}
.center-sd {
background-image : url(images/side/center.gif);
background-repeat: repeat-x;
}
.rigth-sd {
background-image : url(images/side/right.gif);
background-repeat: no-repeat;
}
theme.php:
<tr>
<td align='left' class='left-sd' height='48' width='19'> </td>
<td align='center' class='center-sd' height='48'>$title</td>
<td align='right' class='right-sd' height='48' width='20'> </td>
</tr>
Kaip, tai ištaisyti ?