View Single Post
ישן 01-11-08, 19:59   # 1
SniR-S
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Aug 2008
הודעות: 546

SniR-S לא מחובר  

עזרה | בעיה קטנה עם טבלאות ו divים..

הינה תמונה:
http://up47.siz.co.il/up2/uyiz2tvwdkln.jpg

הבעיה היא כזאת, בין הלוגו והבאנר (פרסומות) לבין התפריט יש רווח משום מה.
אני רוצה להסיר את הרווח הזה, שהתפריט והלוגו יהיו צמודים זה לזה..

קוד:
<!-- Logo & Banners Top -->
<div id="logob">
	<table width="980" cellpadding="0" cellspacing="0" border="0">
		<tr>

			<td align="right" width="50%">
<script type="text/javascript"><!--
google_ad_client = "pub-1404587949858803";
/* 468x60, נוצר 01/11/08 */
google_ad_slot = "9386556107";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
			</td>

			<td align="left" width="50%">
			<img src="logo.png">
			</td>
		</tr>
	</table>
</div>
<!-- Logo & Banners Top -->

<!-- MenuTop -->
<div id="menu">
	<table width="980" cellpadding="0" cellspacing="0" border="0" class="toplinks">
		<tr>
			<td align="right">
<i><a class="black" href="index.php">עמוד ראשי</a> |
<a class="black" href="index.php">ממשק אישי לאתרך</a> |
<a class="black" href="index.php">גלריה</a> |
<a class="black" href="index.php">תנאי שימוש</a> |
<a class="black" href="index.php">חבילות שירות</a></i>
			</td>

			<td align="left">
<a class="red" href="index.php">הירשם</a> |
<a class="green" href="index.php">התחבר</a>
			</td>
		</tr>
	</table>

	<table align="center" width="980" cellpadding="0" cellspacing="0" border="0">

		<tr>
			<td class="hr">
			</td>
		</tr>
	</table>
</div>
<!-- MenuTop -->
  Reply With Quote