Code:
<tr><td bgcolor=458DE5 width=25% style="border: 1px solid #000000"><font face=arial size=1 color=white> Spotlight</td>
change the "s to 's
cause your echo is using echo ", if it was echo ' it would work,
example
Code:
<?php
echo "<table widht"800">";
?>
wouldnt work
so it has to be
Code:
<?php
echo "<table width='800'>";
?>
__________________
CodingHub.com
mikeroquemore.com
|