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.
Recent Comments