How do you change font SIZE in an eBay listing?
I am trying to ist an item for sale on eBay and cannot seem to get the font size right. I have made the font bigger by using <font size=24> but I want to make it smaller for the next section of text and cannot get it to shrink down. I have tried putting </font> at the end of the first section of text, but it doesn’t work. Help?
You’re using old school HTML. I don’t think you can even enter a font size larger than 12.
Try this instead:
<div style="font-size: 36pt">This is your text.</div>
Notice that you’re giving it a point size like you would in Microsoft Word. That makes it easier to figure out what the size will be beforehand.
Categories: ebay sales down Change Font, Div Style, Ebay, Font Size, Lt, Microsoft, Microsoft Word, Old School, School Html
Are you trying to use the "html" tab (In *Describe the item you’re selling* section)? If so, the "Standard" tab might be easier because you can just pick your font size from a drop down menu.
The </font> tag usually works so I’m not sure what’s going on with that. But try the standard option for now. Good Luck!
References :
I’m an eBay seller 🙂
You’re using old school HTML. I don’t think you can even enter a font size larger than 12.
Try this instead:
<div style="font-size: 36pt">This is your text.</div>
Notice that you’re giving it a point size like you would in Microsoft Word. That makes it easier to figure out what the size will be beforehand.
References :