How can I set line-height in html listings?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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?
How can I set line-height in html listings?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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>
How can I set line-height in html listings?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
How can I set line-height in html listings?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
How can I set line-height in html listings?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
How can I set line-height in html listings?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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">
How can I set line-height in html listings?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2019 06:16 PM
Ebay calls all of the over attributes in that tag, but line-height does not work. I've also just tried line-height on its own and that didn't work either.
How can I set line-height in html listings?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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?
How can I set line-height in html listings?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2019 06:29 PM
https://www.ebay.co.uk/itm/Happy-Birthday-Daddy-Greetings-Card-kinky-naughty-funny-love-bdsm-ddlg/16...
I've added a crazy line-height to the "Hi! I'm Neil" paragraph of 50. But as you can see, it's not actually applied in. In fact, in the source code, I'm not entirely sure what's going on and can't even find a value of 50. Does Ebay strip out inline coding?
How can I set line-height in html listings?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
How can I set line-height in html listings?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
How can I set line-height in html listings?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2019 06:39 PM
<p style="line-height:50; font-size:16px; font-weight:normal; color:#000000; text-align:left; padding:0px 0px 0px 0px; font-family:sans-serif;">
Then click Revise with displayed fees. Then view listing. It doesn't show up so I then click Revise listing and Ebay had stripped out the line-height part that I've just added. I'm very confused!
How can I set line-height in html listings?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
How can I set line-height in html listings?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2019 06:46 PM
How can I set line-height in html listings?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
