Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Web Design (WordPress, Joomla, etc.) webpage defined style

  • Fernando Mol

    September 12, 2010 at 3:19 pm

    That property will add a border that is bolder at the sides and thicker at the top and bottom.

    Note that this property does not work if it is used alone. You need to use the “border-style” property to set the borders first.

    Try using it like this:

    .redborder
    {
    border-color:#ff0000;
    border-style:solid;
    border-width:thin thick;
    }

    *Always share a link to your site and rate the posts. This is a free service for you and for us.

  • Jack Entonces

    September 12, 2010 at 8:44 pm

    thank you!!

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy