Misafir Misafir
| Konu: Profil Alanını Ortalama Paz Mart 02, 2008 5:01 pm | |
| display.template.php içinde bunu bul
- Kod:
-
// Show information about the poster of this message. echo ' <table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;"> <tr> <td valign="top"width="16%" rowspan="2" style="overflow: hidden;"> <b>', $message['member']['link'], '</b> <div class="smalltext">';
değiştir
- Kod:
-
// Show information about the poster of this message. echo ' <table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;"> <tr> <td valign="top" align="center" width="16%" rowspan="2" style="overflow: hidden;"> <b>', $message['member']['link'], '</b> <div class="smalltext">';
Edit:yani sadece şu satırın içine align="center i yerleştiriyoruz
- Kod:
-
<td valign="top"width="16%" rowspan="2" style="overflow: hidden;"> |
|