Making boxes with CSS

Home Forums General Chat Making boxes with CSS

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #3255
    Zappy
    Participant

    How do you do it?

    #18498
    Lithium
    Participant
    #18499
    Waffle
    Participant

    :”width=50 length=80
    : Tex’56’
    : ln= 13,46 46,89 89,63 23,14
    end string

    #18500
    tarheel91
    Participant

    Do you mean make a border?

    In a css sheet it’d be like this:

    p{
    border-style:solid;
    border-width:15px;
    }

    In a html doc, it’d be like this

    #18501
    Nass
    Participant

    It all makes sense to me now..

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.