Nouhad A wrote: Could you provide me with some assistance on how I may change each boxes size? I am hoping to include text and tiny images wrapped around the text in each box, while trying to maintain the same heights for all the boxes. Basically box 1 will speak of one feature of the design company accompanied with a small icon, and so on and so forth with the other boxes. I changed the line height for the <p> so that i could enter lines of text without it spanning many lines in a box.
Should I be changing the width or just reducing the font sizes? Nouhad. re: <http://www.chelseacreekstudio.com/ca/cssd/boxes.html> Change the width of the box not the font-size. Delete the line-height for p. Add margin: 10px; to the p selector. Content determines height. The boxes will only be the exact same height if the content within them is exactly the same. But you could add padding top and bottom to short boxes in order to create an illusion of same height. PS Please hit "reply all" when you send so it goes to the list as well-- others on the list may have opinions to share with you Regards, ~dL -- http://chelseacreekstudio.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
