I am developing a site and I need to display my results like the above image. I am only new to web development really and have little understanting of HTML div's. I also like the way every second result is a different colour and I was wondering how I could achieve that?
Well, let me just scare you a little bit: That idea about 'building it in divs' is just bad. Building your site with semantic html is correct and the image you're showing us is tabular data and therefore needs to be placed in a table. :-)
__________________ Please login or register to view this content. Registration is FREE
Your right . . .you did scare me! Of course! Why the hell did I think I would display this using a div in the first place?
Ok . . probably not the most intelligent thread I ever posted but we all have our days! . . CHEERS
« Reply to Help with structuring results using div?