View Single Post
ישן 26-09-10, 18:44   # 1
GDMart
חבר בקהילה
 
GDMart's Avatar
 
מיני פרופיל
תאריך הצטרפות: Sep 2010
הודעות: 133

GDMart לא מחובר  

עזרה | בטבלאות

עשיתי טבלה כזאת :

קוד:
<meta http-equiv="content-type" content="text/html; charset=iso-1988-i">  
<meta http-equiv="content-type" content="text/html; charset=windows-1255"> 
<meta http-equiv="expires" content="seconds|date">  
<meta http-equiv="refresh" content="url;seconds">  
 
<html dir="rtl">  
  
<head>  
    <title>my first html page</title>  
</head>  
  
<body> 
<div align="center"> 
 
<!-- חלק עליון--> 
 
<table border="1" width="800">  
<tr>  
    <th colspan="10"><h1>לוגו</h1></th> 
</tr>  
<tr align="center"> 
   <td>מדריכים</td> 
   <td>תמונות</td> 
   <td>הרשמה</td> 
   <td>התחברות</td> 
   <td>צור קשר</td> 
</tr> 
</table>   
<br/> 
<!-- חלק עליון--> 

<!-- פרסומת--> 
<table border="1" width="180"> 
 <tr height="720">  
    <th><h1>פרסומות</h1></th> 
 </tr> 
</table> 
<!-- פרסומת--> 

<!-- גוף האתר--> 
 
<table border="1" width="620"> 
 <tr height="720">  
    <th><h1>תוכן</h1></th>
 </tr> 
</table> 
<!-- גוף האתר--> 

<!-- חלק תחתון--> 
<table border="1" width="800"> 
<tr align="center"> 
   <td>החלפת קישורים</td> 
   <td>החלפת קישורים</td> 
   <td>החלפת קישורים</td> 
   <td>החלפת קישורים</td> 
   <td>החלפת קישורים</td> 
</tr> 
</table> 
<!-- חלק תחתון--> 

</div> 
</body>  
  
</html>
קחו את הקובץ ותשמרו אותו על סיומת של .html ואז תראו שהטבלה מתבלגנת , אני רוצה
שהטבלה של הפרסומת תהיה בצד שמואל , והתוכן היה בצד ימין , מבינים ?
  Reply With Quote