bicho_colorado
01-23-2008, 02:22 AM
I'm a donkey and need someone to help me PLEASE!!
I'm trying to insert a Flash banner into a table and only gets errors
This is the original code
echo "<table class='table_layout_main' style='width:{$config['gallery_width']};padding-top:0' cellpadding='0' cellspacing='0'>
<tr><td>
</td></tr> ";
and when I paste this (blue code), the final sentences ( </td></tr> ";) change the color showing an an error
echo "<table class='table_layout_main' style='width:{$config['gallery_width']};padding-top:0' cellpadding='0' cellspacing='0'>
<tr>
<td classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="720" height="60">
<param name="movie" value="123-banner_com_168574_willy.swf">
<param name="quality" value="high">
<embed src="123-banner_com_168574_willy.swf" width="688" height="91" autostart="false" align="middle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</td></tr> ";
Thanks for help me
I'm trying to insert a Flash banner into a table and only gets errors
This is the original code
echo "<table class='table_layout_main' style='width:{$config['gallery_width']};padding-top:0' cellpadding='0' cellspacing='0'>
<tr><td>
</td></tr> ";
and when I paste this (blue code), the final sentences ( </td></tr> ";) change the color showing an an error
echo "<table class='table_layout_main' style='width:{$config['gallery_width']};padding-top:0' cellpadding='0' cellspacing='0'>
<tr>
<td classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="720" height="60">
<param name="movie" value="123-banner_com_168574_willy.swf">
<param name="quality" value="high">
<embed src="123-banner_com_168574_willy.swf" width="688" height="91" autostart="false" align="middle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</td></tr> ";
Thanks for help me