Forum Moderators: not2easy
I think either of these should work:
[stylesheet]
h1.newH1{
background-color: #ffffff
}
.newH1{
background-color: #ffffff
}
[/stylesheet]
[h1]
<h1 class="newH1">Heading One</h1>
[/h1]
This obviously sets the background color to white, is that what you are after?
You can also use transparent if your background colors differ.
-George