Border w/ text

by 4 replies
5
How would I create something like this.

#website design #border #text #w or
  • Write the content part and place a border round it then float an image which says texttttt over the top with a white background.
  • The simplest solution is to use the "fieldset" tag as follows:

    <fieldset>
    <legend>texttttt</legend>
    content
    </fieldset>
    • [2] replies
    • This is the right code you are looking for.
    • THANK YOU VERY MUCH. For some reason I thought it was a border.

Next Topics on Trending Feed