View Single Post
ישן 31-05-07, 14:55   # 1
Proviewz
משתמש - היכל התהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: בת-ים
גיל: 34
הודעות: 2,222
שלח הודעה באמצעות ICO אל Proviewz שלח הודעה באמצעות MSN אל Proviewz

Proviewz לא מחובר  

[html] שאלה, או שתיים יותר נכון.

יש לי שתי בעיות עם הקוד הבא:
HTML קוד:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>AMdesign</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- ImageReady Styles (AMdesign.psd) -->
<style type="text/css">
<!--

div.Table_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:585px;
             padding:0px;
             margin:0px;
}

div.flash-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:174px;
             padding:0px;
             margin:0px;
}

div.flash-02_ {
	position:absolute;
	left:0px;
	top:174px;
	width:800px;
	height:411px;
             padding:0px;
             margin:0px;
}

-->
</style>
<!-- End ImageReady Styles -->
</head>
<body class="AMdesign_" style="background-color:#900000;">
<center />
<div class="Table_01">

		<embed id="flash_02" src="bar3.swf" quality="high" bgcolor="#ffffff" width="800" height="175" name="bar2" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />

	<div class="flash-02_">
		<img id="flash_02" src="images/flash_02.jpg" width="800" height="411" alt="" />
	</div>
</div>
<!-- End ImageReady Slices -->
</body>
</html>
בין הקטע פלאש לתמונה יש פס לבן מפריד, אין לי מושג למה, למישהו יש מושג איך אפשר להצמיד את התמונה והפלאש?

ולמרות שיש שם קוד מירכוז בהתחלה <center />
העיצוב לא מתמרכז, עזרה בבקה, דיי דחוף.

תודה מראש לעוזרים.
  Reply With Quote