|
I apologize if I'm missing something here, but is there a reason you can't just do:
echo "<br/><br/><b class='style4'> Equipment: </b>" .$row['Equipment'];
Then only the 'Equipment' title would be styled with style4, enabling you to differentiate. Hope that helps.
|