Home › Forums › CSS › Why is this table not aligning my content? › Re: Why is this table not aligning my content?
July 29, 2012 at 10:03 pm
#106990
Participant
I would change this


to this


and float the ul and img left with a width of 900 on the ul
edit// you don’t really need to wrap everything in a div to float. and I see that you added a third image. The triangle really should be a background image (its not content) perhaps on the ul and the inline styling isn’t good practice – move it to the stylesheet