Page 1 of 1

adding a border to my rootpage

PostPosted: Thu Mar 25, 2004 4:17 am
by abdulsharif
all i want is a border that says welcom to my website on the top...like this site says "paul keates imagry"
http://www.pbase.com/paul_keates/root

thats all i want, and i still want to keep my original background...how do i do that?

http://www.pbase.com/soulbrotha4620

PostPosted: Thu Mar 25, 2004 5:25 am
by srijith
Paul Keats uses the following CSS code to achieve this.
Code: Select all
h2 {
        border: rgb(255, 102,51) 2px solid;
        border-left: 1px none;
        border-right: 1px none;
        border-top: 1px none;
        margin-bottom: 1em;
        margin-left: -10px;
        margin-right: 0px;
        padding: 15px;
        width: 99%;
        display: block;
        background: rgb(0, 0, 0);
        color:  rgb(255, 160, 1);
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 4px;
        text-align: center;
        height: 21px;
        position: relative;

}

h2:first-letter
{
  color: rgb(255, 102, 51);
  font-style: bold;
  font-size: 22pt;
}


You might want to play around with the colors etc to get your style.

PostPosted: Sat Mar 27, 2004 4:55 am
by abdulsharif
it didn't really work...does it only work in IE explorer? because i have netscape browser and it looked terrible...

Do this...

PostPosted: Wed Mar 31, 2004 5:24 am
by pmphotos
in your root gallery description - check the box underneath that says you are using html in your description and put a <h2> before your description and a </h2> after it.

PostPosted: Fri Apr 02, 2004 11:13 pm
by abdulsharif
thanks! if finally worked..looks nice to..