Jump to content

Pascal

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Pascal

  1. It works!!!!, as simple as that! Thanks dsonesuk!
  2. Hi everyone, I’m trying to center on a page multiple logos on the same line.How can I do that without using TABLES? See example: http://www.groupefocus.com/partenaires.jpg here's my code <style type="text/css"> .container{ width:90%; margin-left:auto; margin-right:auto; }</style></head><body> <div class="container"> <p style="float:left"><img src="http://www.groupefocus.com/i/logo_mfg/allseating.jpg"></p> <p style="float:left"><img src="http://www.groupefocus.com/i/logo_mfg/cape.jpg"></p> </div> Can you help me with this one Thx Pascal
×
×
  • Create New...