|
uCoz Community Archives Locked Spacing Between Lines |
Spacing Between Lines |
Instead of having lines so close together
Quote Like This, They Dont have much space Is there a way to have them not spaced Double Like this, but just a tad bit more space between each line? I think the current spacing makes it seem too crowded and unorganised. Also, what font is this, the automatic font? I'm starting to lean towards using Weebly or some other host, and a separate one for the forum. Is there a feedback place where I can send in my feedback on uCoz? Post edited by HorseIsleSense - Saturday, 2011-01-08, 11:41 PM
|
Judging by my temporary "Whuuh?" face, I don't think so? Is there anywhere i can read about these and know how to use them? :P
|
Place the following code between your '<head>' and '</head>' tags:
Code <style type="text/css"> p.space {line-height: 2;} </style> You may change the number '2' to a different numeral in order to change the spacing. The higher the number, the larger the spacing. Then place this wherever you want it: Code <p class="space">Like</p> <p class="space">This</p> <p class="space">They</p> <p class="space">Dont</p> <p class="space">have</p> <p class="space">much</p> <p class="space">space</p> Kind regards,
Elliott. "The best uCoz" critic since 2007. Qualified website, branding, print & user interface designer. I'm on Behance and Twitter. Post edited by CreativeCollusions - Monday, 2011-01-10, 7:41 AM
|
HorseIsleSense,
Quote (HorseIsleSense) Is there a feedback place where I can send in my feedback on uCoz? If you want to write a review about uCoz, see this http://forum.ucoz.com/forum/3-11786-1 |
CreativeCollusions,
I tried that on the CP, under Customize Design > Site Pages... It didn't change anything :P |
HorseIsleSense, OK instead place the following script in your CSS (Stylesheet) and remove the old one I gave you:
Code p.space {line-height: 2;} Also can you send me the link to your website? Thanks. |
| |||
| |||