הבנתי מה קרה...תבין,שאתה מושך נתונים בלולאה כל פעם זה יעשה מחדש...אז אתה אמור לעשות ככה:
PHP קוד:
echo " <table align=\"center\">
<tr>
<td rowspan=\"3\" bgcolor=\"#262626\" width=\"293\" height=\"138\" align=\"center\">
<span style=\"background-color: #FFFFFF\">
<marquee direction=\"up\" width=\"293\" height=\"138\" scrollamount=\"1\" onMouseOver=\"this.stop();\" onMouseOut=\"this.start();\" dir=\"rtl\">";
$sql=mysql_query("SELECT * FROM `dash`");
while($row=mysql_fetch_array($sql)){
echo $row['name']."<br>";
}
echo "</marquee></span>
</tr>
</table>";
כלומר,קודם לסדר את התגים וכל הדברים שלך..ואז בין התגים להוסיף את הנתונים...וזה בהנחה שרצית שכל הנתונים יהיו בmarquee אחד..
ד"א
עשיתי לך <br> בין כל דש..אבל אני ממליץ על <hr>