Hi Pablo
Please see below link with the demo. The text line spacing is uneven, how can i edit that?
http://www.kimfairbairn.co.za/
Kind Regards
Santie
Test Spacing uneven
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Test Spacing uneven
The object has different font size.
- selext all text
- set the same fonts size
- selext all text
- set the same fonts size
Re: Test Spacing uneven
The client wants the "2" of m2 a smaller font size...so is there another way to sort the spacing out?
Santie
Santie
Re: Test Spacing uneven
Why not use the standard superscript?
If you use a different font-size the same line then this will affect the line spacing for that line.
If you use a different font-size the same line then this will affect the line spacing for that line.
Re: Test Spacing uneven
He wants the "2" even smaller then the programs superscript...
Re: Test Spacing uneven
It's not the 'programs superscript', superscript is a standard HTML functionality so it works as it works.
Re: Test Spacing uneven
okay, so i guess that would be the size then..one can't change it?
Re: Test Spacing uneven
The size of the superscript is determined by the browser based on the current font-size.
If you really what to change it, then you can add this code (between the head tags of the Page HTML)
If you really what to change it, then you can add this code (between the head tags of the Page HTML)
Code: Select all
<style>
sup
{
font-size: 8px;
}
</style>