hi everyone
image
as you guys see here, the space between the line is to big!
what should I do to make it smaller ?
hi everyone
image
as you guys see here, the space between the line is to big!
what should I do to make it smaller ?
Check the line-height in the CSS or make sure there are no < br / > tags in there...
thank you for your response
I'm kinda noopi with CSS
right now the style.css is front of me
and then I pressed Ctrl+f and looked for (
) and I don't find anything, I did it with line-height either, same result.
Put this text to single paragraph, or add margin:0; to P tags.
eg.
<p style="padding-left: 30px;"><span style="color: #000080;"><strong>القصيم – الرس – حي الزهرة</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #000080;"><strong>صورة توضيحة عن طريق قوقل ايرث لموقع المؤسسة</strong></span></p>
<p style="padding-left: 30px;"><img class="alignnone" title="موقع المؤسسة" src="http://www.myenter.org/wp-content/uploads/2012/04/location.png" alt="" width="472" height="342" /></p>
<p style="padding-left: 30px; margin:0;"><strong><span style="color: #000080;">رقم هاتف المؤسسة:</span> <span style="color: #808080;">063380504</span></strong></p>
<p style="padding-left: 30px; margin:0;"><span style="color: #000080;"><strong>إيميل المؤسسة الرسمي :</strong></span> <strong><span style="color: #808080;">support@myenter.org</span></strong></p>
<p style="padding-left: 30px; margin:0;"><strong><span style="color: #000080;">إيميل المؤسسة الخاص بخدمة الوسيط :</span> <span style="color: #808080;">shopping@myenter.org</span></strong></p>you mean in the style.css?
I put margin:0;?
thank you very much ^^
really works when I put margin:0; in the P tag inside style.css
thank you very much you both, and I hope you have a nice days ^^
This topic has been closed to new replies.