Viewing 1 replies (of 1 total)
  • Just jot something up in your stylesheet like:

    .box {
    background-color:#D4D4D4;
    color:#000000;
    width:450px;
    padding:15px;
    border:1px solid #000000;
    }

    and then in your post do something like:

    <div class="box">
    text in box
    </div>
Viewing 1 replies (of 1 total)
  • The topic ‘How can I put a Box Around the Text?’ is closed to new replies.