View Single Post
04-22-2006, 03:28 AM
#4
Cole is offline Cole
Status: I love this place
Join date: Apr 2005
Location:
Expertise:
Software:
 
Posts: 721
iTrader: 0 / 0%
 

Cole is on a distinguished road

  Old

Try using top and botton margins, that sometimes works. I'm decent in CSS but never really found an efficient way of doing this in a div.

Code:
margin-top:50%;
margin-bottom: 50%
If that doesn't work:
Code:
margin: auto;
If that doesn't work:

You could try using tables, but using a conditional to count the number of td's in a row and add a row break after x amount of things. Being an intermediate PHP coder myself I would think that would be easy to conceptionalize, but would be a last resort.

Try Googling as well, there has to be something.