Another case where learning HTML and CSS might make the conversion fight easier
Learn the CSS
box model theory:
wrap the block in a <div
that makes use of
Border: (something like black solid 5px)
Set a background-color: silver;
use padding: .5em; to keep the text away from the border
Margin sets the location of
the box (not the contents which is inside)