Posted by Beauregard T. Shagnasty on 11/23/06 17:25
Terry A Haimann wrote:
> I need to change the bgcolor for a single word within a table cell.
> The color code that is being changed to is coming in from a database.
> So I am using php, but I need to know how I could do this in html.
<td>Change background of one
<span style="background-color:<?php echo $colorvalue; ?>">word</span>.
</td>
--
-bts
-Motorcycles defy gravity; cars just suck
[Back to original message]
|