I want this:
CODE
<p>text text text </p>
<p>text text text </p>
<p>text text text </p>
look like this:
CODE
<table border="0" cellpadding="0" cellspacing="0">
<tr><td>text text text</td></tr>
<tr><td>text text text</td></tr>
<tr><td>text text text</td></tr>
</table>
So that i can use different background colors for each paragraph, without having to break the design for sake of the parent background (like the body background color or something).
Thanks in advance.


