B
bjg
<style>
..sf span {
display: block;
}
..sf:before {
content: string("· ");
}
</style>
<b>Special Features:</b>
<div class="sf">
<span>Dolby Digital 5.1</span>
<span>Theatrical trailers</span>
</div>
This is to comply with HTML 4.01 - haven't tested it yet...
TIA
..sf span {
display: block;
}
..sf:before {
content: string("· ");
}
</style>
<b>Special Features:</b>
<div class="sf">
<span>Dolby Digital 5.1</span>
<span>Theatrical trailers</span>
</div>
This is to comply with HTML 4.01 - haven't tested it yet...
TIA