(think you need to click on image to see full size). The first 3 logos on the left is one image. You then have the text "share", with the individual, clickable social icons. Finally there is more text, and one image for the credit card images.So I have started, and done
<div>
<img src="http://www.test.com/images/specLogos.png" alt="logos" />
</div>
So, that displays the first 3 logos where I want it. Now I need to do the text and the social icons. Do I just add it straight in? e.g.
<div>
<img src="http://www.test.com/images/specLogos.png" alt="logos" />
<p>Share</p>
<a href="#"><img src="http://www.test.com/images/facebook.png" alt="facebook" /></a>
</div>
Or do I need to use some css to do a float left or something?
Cheers
Nick

New Topic/Question
Reply



MultiQuote




|