HI Ben
On 18 Mar, 18:32, Ben C <spams...@spam.eggs> wrote:
> Best to say exactly what you are trying to do with the three images in
> the first place from the top.
I'm not sure what information you're asking for. I need to create a
div 607px wide that is horizontally centred on the page, which I've
managed to do successfully. Within this div I need to place three
icons, one at the left edge of the div, one at the right edge of the
div, and one centred within the div. I've also managed to do this
successfully, and I' posted a mock-up (which is at
http://tinyurl.com/35tv29)
showing my code which did this. However, the three icons are top-
aligned within the div and top-aligned relative to each other, whereas
I need them to be bottom-aligned - something that is a breeze to do if
one uses tables for layout, but I can't work out how to do it if one
uses divs instead of tables. I was hoping someone would look at the
code in my mock-up and tell me what modifications to make to my code
in order that the three icons would appear in exactly the same
horizontal position as before, but bottom-aligned relative to each
other. I'm not sure what other information I could provide that is
relevant. Can you ?
Dave