Turbo lister is so...odd!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
on โ27-12-2014 06:00 PM
It just does random things!
Yesterday it would selectively choose which bullets points it would allow to be uploaded to Ebay. After an 8 hour struggle I managed to get one listing perfect to be used as a template. This morning it decided to add random spaces in my template and my perfect template is no longer perfect.... Even when I remove the gaps then they just re-appear when I switch between description and the main page.
Then there is the extra coding that gets introduced once it gets loaded onto Ebay. I don't know what to do anymore. I've got a hundred listings and after a week and am only up to 33 with all gremlins.
I've removed the original program and re-installed, I've downloaded all the updates, I've switched to XP mode ....what else needs to be done to get this thing to behave?
Re: Turbo lister is so...odd!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
on โ27-12-2014 06:15 PM
Just having a quick look at your code in your current "trailer light" it looks like you are using Microsoft Office to write your descriptions. This will cause problems with your HTML. You are far better to use Notepad or even better Notepad ++. If you must use Word etc then save as txt and then paste into your descriptions. Use the design view in Turbo Lister to format bullets etc.
Re: Turbo lister is so...odd!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
on โ27-12-2014 07:24 PM
Re: Turbo lister is so...odd!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
on โ27-12-2014 09:36 PM
Hi, thanks for your quick response and advice. It's actually for another Ebay store I have and not for the trailer lights.
That said I do use Word to prepare all my listings. I did try just writing in the design view in TL but couldn't create the columns which I need (I think) to reduce the length of the listing. I'll check out Notepad and Notepad ++
Cheers ๐
Re: Turbo lister is so...odd!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
on โ28-12-2014 09:34 AM
If you want columns and charts why not use a template builder likes robshelp, it is free to store up to 10 templates. Good for you if you can create your own html but if you are using another program like Word better to use a program specially formulated for use on ebay.
It says in this book I am reading that by 2065 80% of women will be overweight.
See what a trendsetter I am?
Re: Turbo lister is so...odd!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
on โ28-12-2014 11:39 AM
Thanks for letting me know about Robshelp. I'll check it out too.
Cheers ๐
Re: Turbo lister is so...odd!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
โ28-12-2014 02:51 PM - edited โ28-12-2014 02:52 PM
As the other person said above - you need to use notepad. Word messes up HTML. Never use word when submitting HTML forms, or creating websites etc.
HTML requires text to be in a code called ASCII, or "plain text" (code, as in computer language, not font). Word does NOT use this. Word does have an option to save your work as a .HTML file, even then, it generally doesnt work properly.
This is why you must use notepad.
Using Word to write text for a HTML form, is a bit like using a sieve to boil water - you can certainly try it, but thats not what its for.
Re: Turbo lister is so...odd!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
on โ28-12-2014 05:07 PM
Basically MS Word gives a very bloated HTML and has inline styles (eg style="font-size: 4pt") which can over ride CSS stylesheets. Hence the changes in formating.
- Example is Red
- Here we have Blue
and another colour
The HTML is
<UL>
<LI>Example is <FONT color=#ff0000>Red</FONT></LI>
<LI>Here we have <FONT color=#0000ff>Blue</FONT><BR>and another <FONT color=#00ff00><U>colour</U></FONT></LI></UL>
if you do it in Word it is
<P class=MsoListParagraphCxSpLast style="TEXT-INDENT: -18pt; mso-list: l0 level1 lfo1"><SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">ยท<SPAN style='FONT: 7pt "Times New Roman"'> </SPAN></SPAN></SPAN><SPAN style="COLOR: black; mso-themecolor: text1">Here we have </SPAN><SPAN style="COLOR: #00b0f0">Blue<BR></SPAN><SPAN style="COLOR: black; mso-themecolor: text1">and another </SPAN><I style="mso-bidi-font-style: normal"><U><SPAN style="COLOR: #92d050">colour</SPAN></U></I></P>
Re: Turbo lister is so...odd!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
on โ28-12-2014 10:38 PM
@fred_foofighter wrote:Basically MS Word gives a very bloated HTML and has inline styles (eg style="font-size: 4pt") which can over ride CSS stylesheets. Hence the changes in formating.
- Example is Red
- Here we have Blue
and another colourThe HTML is
<UL>
<LI>Example is <FONT color=#ff0000>Red</FONT></LI>
<LI>Here we have <FONT color=#0000ff>Blue</FONT><BR>and another <FONT color=#00ff00><U>colour</U></FONT></LI></UL>
if you do it in Word it is
<P class=MsoListParagraphCxSpLast style="TEXT-INDENT: -18pt; mso-list: l0 level1 lfo1"><SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">ยท<SPAN style='FONT: 7pt "Times New Roman"'> </SPAN></SPAN></SPAN><SPAN style="COLOR: black; mso-themecolor: text1">Here we have </SPAN><SPAN style="COLOR: #00b0f0">Blue<BR></SPAN><SPAN style="COLOR: black; mso-themecolor: text1">and another </SPAN><I style="mso-bidi-font-style: normal"><U><SPAN style="COLOR: #92d050">colour</SPAN></U></I></P>
My cats breath smells like cat food ๐ ๐ ๐
I thought medical terminology and drug calculations were hard, WOW!!! That's all complete double Dutch to me ๐

