|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 9/22/2008 10:47:20 PM
Posts: 7,
Visits: 12
|
|
| Well, I looked at the html code and don't see any reason for all the lines. It looks like the only way to add text will be to build an image on my hard drive with text and then paste it into the "add text" page for the home page. Seems pretty cumbersome. Any ideas?
|
|
|
|
|
BISI Admin
Group: Administrators
Last Login: Today @ 7:35:31 PM
Posts: 1,655,
Visits: 3,666
|
|
I assume you figured it out since you have text on your home page.
---------------------
Tomas
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 9/22/2008 10:47:20 PM
Posts: 7,
Visits: 12
|
|
Hi Tomas, and thank you for checking on my progress. Actually I did not figure it out rather I found out what seemed to be causing it. I found that when I paste text into the page for adding text, IF it is pasted in with Notepad, then gives the lines above and below each line of text.
If I put the text into a M$ Word page and then copy that and paste it into the text input page, the problem goes away. Rather mysterious. I am a veteran of some 25 years in Main Frames programmer,systems analyst, DP Mgr. So when something can be worked around but not understood, I get a bit nervous :-).
Thanks again,
bill
|
|
|
|
|
BISI Guru
      
Group: Forum Members
Last Login: Today @ 8:13:16 PM
Posts: 435,
Visits: 948
|
|
| When you copy & paste into the editor in the admin, it will copy and paste the formatting that is on the text before. To fix this, you have to view the HTML and remove everything but the paragraph or break tags. If you see span, font, style, etc that needs to be removed. Here is your text on your home page: <p><span size="2" face="verdana" style="background-color: rgb(204, 204, 204); font-family: verdana; font-size: 10pt;"><span color="#003333" style="color: rgb(0, 51, 51);">Our store carries an unusual selection of interesting, useful and sometimes odd things. Check them out by browsing the list of Store Categories in the navigation bar at the left of this page. And to start shopping right away head over to the categories and have at it! Otherwise, please read on.<br /> </span><br /> <span color="#003333" style="color: rgb(0, 51, 51);">The mission of the Wizard's Warehouse is three fold: First, we want to provide the best in prompt, courteous and helpful sales and service for the wonderful folks we have been selling to since we started with an Ebay Store in July of 2000; Second, we want to have fun with the business and find lots of interesting things to offer for our customer's consideration; Third, we want to see the business grow because of our sincere efforts to do our best to take care of our customers.<br /> <br /> In the same vein we want to mention that when we finished our work on Ebay we had a 100% positive feedback score. We take care of our customers! <br /> <br /> A couple of tips: Please be sure to review the About Us Page, find out more about the Wizard. Review the Terms Page and see what are Terms of Service are and how we try to make things come out right no matter what. <br /> <br /> Once again, Thank You for visiting. Enjoy! </span></span> </p> The stuff I have highlighted in red is what makes those lines you see. If you remove all of that from the html in the editor, then save, those light highlighting lines will be gone as will all formatting. Save it, and then see if you want to change it.
~~~~~~~~~~~~~~~~~~~~~~~~
Jennifer
Cross Promotion Code Installation for Custom Templates
Hide Your Empty Categories!
Check Me Out on PlumDrop!

An independent BISI solutions provider
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 9/22/2008 10:47:20 PM
Posts: 7,
Visits: 12
|
|
Hi Jennifer, and thank you for the tip. Now that I see the explanation, I am connecting the dots. I noticed later when I was putting pictures into the html for my About page that there was a bunch of extraneous code that caused problems. But until you showed it I did not think to connect that to the problem with pasting in text.
Thanks again.
bill
|
|
|
|