Ive been trying to get this <ul id="home_list"> to center on a site I am building, it doesnt seem to want to though, how is this done ?? Is it the structure or the css ?
I want it to be in the middle of the page like the image above it, is this problem caused by the floats in the <ul> ?
its ok now I sorted it, I was trying to center the<ul> with floated elements in it, so I just gave the <ul> the apropriate width and centered the <div> instead, schoolboy error im affraid. :|