View Single Post
ישן 20-08-06, 00:01   # 5
Eli-Hai
משתמש - היכל התהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 2,758

Eli-Hai לא מחובר  

קוד:
#wrap {
width: 715px;
height: 505px;
border: 1px solid #000000;
padding-top: 6px;
padding-bottom: 6px;
}
חשוב לציין, זה מופעל על table, וניסיתי את זה בתור class, לא הלך גם.

ה-HTML,
קוד:
<table cellspacing="0" cellpadding="0" border="0" id="wrap">
	<tr>
		<td class="logoback" valign="top">&nbsp;</td>
	</tr>
</table>
  Reply With Quote