Quote:
Originally Posted by YodaTheCoda
have done it the way you said and now there's just a big purple bar across where i want the space :S
|
It picking the background color up from one of the style sheets.
Code:
<tr style="color:#ffffff;">
<td> </td> .
</tr>
will turn the bar to white. If you want it a different color, you have to change the hex color-value code.
--don