posted on April 11, 2002 10:00:33 AM
Okay, the challenge for me is going to be able to describe this properly. When I am updating my default listing text in AMPRO, I have it arranged in paragraphs and formatted exactly how I want it. When I preview my listing, my entire default listing text is jumbled together into one HUGE messy paragraph. I am no HTML genius, but is there any easy fix to this so that the ad is arranged properly and looks nice and professional, and eliminates this unprofessional messy looking ad?
posted on April 11, 2002 10:25:19 AM
Hi Cottagelane,
The text appears jumbled because even though you spaced it correctly, there were no HTML tags to signify the page breaks. The tags you need are listed below:
<P> - Insert this before any text where you would like to start a new paragraph.
<BR> - Insert this where you would like a simple line break (as if you hit the enter key. )
You may also use various other HTML tags to change your font size/color, etc. There are many online HTML tutorials, as well as a guide provided by eBay, available at this URL:
posted on April 11, 2002 10:31:04 AM
Thanks so much Sonya! I knew it was me, but didn't have a clue where to begin! Now maybe I might become a little proficient in HTML! Thanks again!