Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

FCK editor showing code with content

This is a discussion on FCK editor showing code with content within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Originally Posted by pgmarshall PoolmanZZ, If you click the source button you can see the actual <html> that will be ...

      
  1. #11
    New Member
    Join Date
    Aug 2009
    Posts
    5
    Rep Power
    0


    Default Re: FCK editor showing code with content

    Quote Originally Posted by pgmarshall View Post
    PoolmanZZ,

    If you click the source button you can see the actual <html> that will be posted into your store database - this is what you see in easypopulate.

    If you do require any html formatting on the text you display in your store then I suggest that you click the 'Source' button and enter the description of the product without any html markup - if you do this then when you use EP it will be just your text.

    However, the flip side of this is that you can only enter plain text into your descriptions.

    How you do this is up to you ... you could hard code some basic formatting into the product_info page ... but looking at your screen shot - not all your products have the same layout so I would try the following.

    Leave the html tags in and simply copy and paste in EP - it is not hard to see how to do this. You can even do it in excel using concatenate ...

    Eg.
    This is what you have in EP:
    Take one cell eg. C2 on your sheet
    1. Copy and paste the tags before 'This is your text' to a new cell eg. <tag><tag><b><h1> to cell AA1
    2. Copy and paste the tags after 'This is your text' to a new cell eg. <tag><tag><b><h1> to cell AA2
    3. Type the text you want into cell AA3
    4. Type into cell AA4 =concatenate(AA1,AA3,AA2)

    This will then create the html tags around plain text for you. So you should be able to enter plain text through EP and add the tags using excel functions - you could even write a macro to go through column C and add generic html tags to the text - same method as above.

    Obviously you will need to move the cells around a bit to do this in bulk but hopefully this give you the right idea of what you can do.

    Hope this helps,
    I really appreciate the information.

    Thanks

    Cory

  2. #12
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    2,944
    Rep Power
    34


    Default Re: FCK editor showing code with content

    Rather than creating a new post, there's a Thanks button, to use on the existing thread.
    Hosting plans with installation, configuration, contributions, support and maintenance.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Proforma Content Management - Place Content Anywhere
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 05-26-2008, 10:22 AM
  2. New customer email - coupon code not showing
    By chrismole in forum osCMax v2 Features Discussion
    Replies: 4
    Last Post: 01-14-2007, 08:06 PM
  3. Redeem Vouchers Code not showing anywhere
    By fuzioneer in forum osCMax v1.7 Installation
    Replies: 2
    Last Post: 06-03-2005, 11:51 PM
  4. wysiwyg editor not showing
    By techmatters in forum osCMax v1.7 Installation
    Replies: 7
    Last Post: 03-15-2005, 06:49 PM
  5. page content not showing up in Google
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 16
    Last Post: 02-11-2004, 07:40 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •