mackeymartin Posted November 21, 2012 Share Posted November 21, 2012 Hi, my website that i am working on is http://ethicalwebdesigners.com/proto/metal-design-drafting-fabrication-manufacturing-services-washington/ I am using the <UL> code to make the list as well as using short codes in wordpress. My code is this: <ul> <li>Our clients provide us with models and prints.</li> <li>If needed, our engineering team gives our clients valuable detailed feedback on, possible product improvements, how to lower the cost of their metal manufacturing and fabrication process, and speed up the lead-time schedules.</li> <li>Once this process has been approved by our client, we move on to manufacturing parts per print.</li></ul> My problem is that there is a big space above the lists that I want to remove. Any ideas? I have tried a bunch of other forum fixes to no avail. Quote Link to comment Share on other sites More sharing options...
MDCode Posted November 21, 2012 Share Posted November 21, 2012 (edited) Taken straight from your source code: <ul> <!-- Notice the paragraph that you're closing? --> </p> <li>Our clients provide us with models and prints.</li> <li>If needed, our engineering team gives our clients valuable detailed feedback on, possible product improvements, how to lower the cost of their metal manufacturing and fabrication process, and speed up the lead-time schedules.</li> <li>Once this process has been approved by our client, we move on to manufacturing parts per print.</li> </ul> Edited November 21, 2012 by SocialCloud Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.