January 21, 201016 yr Hi Help needed. . . Client wants to use words as an image and there's too much space/leading beneath it. How do I close up? <img src="express.gif alt="Express Reinforcement"/> <p>Cut and bent to your schedule. Reinforcing Mesh, Reinforcing Rod - Hi-tensile and Mild Steel plus all accessories.</p>
January 21, 201016 yr Have you used a CSS reset? If not, you probably need to remove unwanted margin and/or padding in your css file like so: html <img class="class1" src="express.gif alt="Express Reinforcement"/> <p class="class1">Cut and bent to your schedule. Reinforcing Mesh, Reinforcing Rod - Hi-tensile and Mild Steel plus all accessories.</p> css .class1 {margin:0;padding:0;} If they are too close together after this, you can increase the margin or padding. Hope that helps
January 22, 201016 yr Author Thanks notbanksy - I have fiddled about with margins and padding and hopefully got it right. I didn't realise I could put a class on images - well I thought it would be possible but didn't realise it went after img! So double thanks needed here.
Create an account or sign in to comment