09-06-2019 03:08 PM
I've tried line-height within a <p> tag but this had no effect. Is there another way I should be doing it?
09-06-2019 03:19 PM
@openmedesigns wrote:I've tried line-height within a <p> tag but this had no effect. Is there another way I should be doing it?
Try <br>
09-06-2019 03:51 PM
Is there another way I should be doing it?
Have you tried a simple wysiwyg (what you see is what you get) html editor program? You don't have to type all that code in yourself, the program generates it for you including all the formatting including photos linked to outside storage other than ebay. There are a few free shareware programs, KompoZer is a rather simple one. You just have to copy/paste the html view into the ebay sell form or you can save it for another day.
09-06-2019 04:39 PM
By "line-height" do you mean the literal height of a line or do you mean the height of the letters/text/line of type?
If it is text them you use <font size=2> and then experiment with 3,4,5, etc until you find the height you want.
09-06-2019 05:22 PM
"<br>" styles a break. Not a paragraph.
"line-height" as in the attribute line-height. "font-size" is a different attribute.
09-06-2019 05:50 PM
@openmedesigns wrote:I've tried line-height within a <p> tag but this had no effect. Is there another way I should be doing it?
I just tested this in a draft listing and had no issues. What code did you try? This worked for me:
<p style="line-height:1.5">
09-06-2019 06:16 PM
09-06-2019 06:18 PM
I just put your code into a draft and the line height worked fine. You must have some other code getting in the way? Do you have an active listing I can look at?
09-06-2019 06:29 PM
09-06-2019 06:32 PM
I don't see line height in the frame's coding. I see this:
<p style="font-size:16px; font-weight:normal; color:#000000; text-align:left; padding:0px 0px 0px 0px; font-family:sans-serif;">Hi! I'm Neil.
09-06-2019 06:36 PM
Is your issue that the line-height coding is being stripped out when you save the listing, or that the coding is there but not being read? I'm not seeing your line height code in the example listing provided.
Tagging in @shipscript to get another set of eyes on this.
09-06-2019 06:39 PM
09-06-2019 06:43 PM
Taking a wild guess here... maybe line height 50 is too large for the system to accept. Set it at 1.5 or 2 and save the listing then come back and confirm so we can take a look.
09-06-2019 06:46 PM
09-06-2019 06:56 PM
I'm not sure what's going on. I used the exact code from your listing and added in line-height. It saved fine to the draft. I didn't publish the listing live so I don't know if that's making a difference somehow... but I don't see why it would.
Can you create a new listing and save it as a draft to see if the line-height will be accepted in the draft form?
Hopefully shipscript will have some ideas for you when she sees this.