I have 6 photos of people, each with the name and job title underneath. I want to lay the pictures out in the formation 1,3,2 and the whole lot to be centred. Here is my css
The html is:Code:.whorwe{ width:150px; text-align:center; display:inline; margin:5px }
Can anyone help get this to work and maybe suggest a better ccs.HTML Code:<div align="center"strong>WHO ARE WE?</strong></div> <div class="whorwe"><img src="assets/profile.gif" alt="" name="Bob" width="150" height="150" border="1" id="Bob" /> <strong>Bob Smith</strong><br /> Director / Fundraiser</div> <br /> <div class="whorwe"><img src="assets/profile.gif" alt="" name="Tim" width="150" height="150" border="1" id="Tim" /><br /> <strong>Tim Jones</strong><br /> Operator</div> <div class="whorwe"><img src="assets/profile.gif" alt="" name="Sue" width="150" height="150" border="1" id="Sue" /> <strong>Sue Meeh</strong><br /> Operations Manager. Operator</div> <div class="whorwe"><img src="assets/profile.gif" alt="" name="John" width="150" height="150" border="1" id="John" /> <strong>John Johnson</strong><br /> Operator</div> <br /> <div class="whorwe"><img src="assets/profile.gif" alt="" name="Mary" width="150" height="150" border="1" id="Mary" /> <strong>Mary Lamb</strong><br /> Coordinator</div> <div class="whorwe"><img src="assets/profile.gif" alt="" name="Chris" width="150" height="150" border="1" id="Chris" /> <strong>Chris Christoferson</strong><br /> Coordinator</div>
cheers
monkey








Bookmarks