Board index Photography Technical Questions PBase framing

Technical Questions

PBase framing

Discuss technical aspects of photography
danspend
 
Posts: 12

PBase framing

Post Wed Jan 07, 2009 7:15 pm


How do I change the framing of my pics in my galleries? I don't like the black frame with the white trim.
Thanks
Dan

prinothcat
 
Posts: 662

Re: PBase framing

Post Wed Jan 07, 2009 8:41 pm


you will want to investigate "Style Sheets" as they control the overall presentation of your pages.

dang
 
Posts: 3780

Re: PBase framing

Post Thu Jan 08, 2009 3:13 am


danspend wrote:How do I change the framing of my pics in my galleries? I don't like the black frame with the white trim.
Thanks
Dan

prinothcat is correct. Changes to the borders can be done in your style sheet CSS. Examples would be for thumbnails:
Code: Select all
TD.thumbnail
{
background-color: #000000;
padding: 10px;
vertical-align: middle;
width: 200px;
height: 220px;
border-style : double;
border-width : 12pt;
border-color : #ffffff;
}


Or if you want to change it on the image:
Code: Select all
.display
{

background-color: black;
padding: 5px;
border-top: 15px double #ffffff;
border-left: 15px double #ffffff;
border-bottom: 15px double #8F8F8F;
border-right: 15px double #8F8F8F;
}


You can change from a double, to a single border and colors within these sections of code. I highly suggest reading the first "Sticky" in the Forum here: viewtopic.php?f=8&t=13408
Have fun.


Board index Photography Technical Questions PBase framing

Who is online

Users browsing this forum: No registered users and 2 guests