by Vulk
4 replies
  • WEB DESIGN
  • |
How would I create something like this.

#border #text #w or
  • Profile picture of the author davidsbain
    Write the content part and place a border round it then float an image which says texttttt over the top with a white background.
    {{ DiscussionBoard.errors[2679570].message }}
  • Profile picture of the author bool
    The simplest solution is to use the "fieldset" tag as follows:

    <fieldset>
    <legend>texttttt</legend>
    content
    </fieldset>
    {{ DiscussionBoard.errors[2679580].message }}
    • Profile picture of the author paparts
      Originally Posted by bool View Post

      The simplest solution is to use the "fieldset" tag as follows:

      <fieldset>
      <legend>texttttt</legend>
      content
      </fieldset>
      This is the right code you are looking for.
      {{ DiscussionBoard.errors[2679597].message }}
    • Profile picture of the author Vulk
      Originally Posted by bool View Post

      The simplest solution is to use the "fieldset" tag as follows:

      <fieldset>
      <legend>texttttt</legend>
      content
      </fieldset>
      THANK YOU VERY MUCH. For some reason I thought it was a border.
      {{ DiscussionBoard.errors[2679601].message }}

Trending Topics