Member
Member
begin22   29-03-2008, 20:30
#1

Hey,

I would like to add a fourth column so my page fills up a little more:
http://yellowbirdproject.com/gallery/index.php?album=YBP+Shirts

How would I go about accomplishing that?

Member
Member
olihar   29-03-2008, 21:13
#2

Hi you could do that one way.

Change this.

`

main {


background:#FFF;

float:left;

width:500px;

font:Georgia, "Times New Roman", Times, serif;

font-size:14px;

padding-left:10px;

}

`

to this

`

main {


background:#FFF;

float:left;

width:600px;

font:Georgia, "Times New Roman", Times, serif;

font-size:14px;

padding-left:10px;

}

`

in your index.css file.
`

http://www.yellowbirdproject.com/index.css

`

just play around with "width:XXXpx;" in the CSS.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.