..you cant in livejournal.
well... you could use a <div>....
yes, you should be able to use a div.
like....
in LASTN_WEBSITE
CODE
<style type='text/css'>
.stripe {
position: absolute;
top: 0px;
left: 0px;
width: TABLE WIDTH HERE px;
height: whatever height here;
background-color: COLOR;}
</style>
<div class="stripe"> </div>