Re: [WSG] Image Positioning Problems :(

2004-11-28 Thread Bryan Davis
Hi Josh Couple of things I noticed with your code. First up, you need to change all the repeated divs to classes from ids - divs with an id should only appear once in a page. So in the CSS, #client should be .client etc. Having done that, I would suggest that you set: .client {position:

[WSG] Image Positioning Problems :(

2004-11-27 Thread Joshua Leung
Hi there CSS-Crew.. I have never posted anything on here yet, so please bear with me .. I'm trying to layout this page in CSS, but I have forced myself not to use tables, and as you can see the pictures are not aligning with their corresponding text boxes... could anyone suggest anything that

Re: [WSG] Image Positioning Problems :(

2004-11-27 Thread Jonathan T. Sage
added this to #client, is this the idea your looking for? clear: both; margin-bottom: 50px; On Sun, 28 Nov 2004 14:27:56 +1100, Joshua Leung [EMAIL PROTECTED] wrote: Hi there CSS-Crew.. I have never posted anything on here yet, so please bear with me .. I'm trying to layout this page