Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24
  1. #11
    Join Date
    Jul 2012
    Posts
    16,718
    Plugin Contributions
    17

    Default Re: admin, I put html code at product description, but it shows text format at front

    Quote Originally Posted by peter888 View Post
    Attachment 13528

    so sssorry. copied from firebug
    Saw a similar inquiry had been started yesterday, and the same question has been asked there, please provide a link to the area in question, even if it is a private message to the one(s) willing to help. There are more things that can be quickly looked at and from there identify the problem/solution rather than waiting for the next snippet of info.

    Twitchtoo, asked if the problem you are trying to solve is to add the border around all of your text or not. When looking at the picture(s) provided in post 5 (http://www.zen-cart.com/showthread.p...96#post1230096) you could almost print and cutout the two pictures and lay them atop each other and everything would be in the same position, the difference would be that the admin side shows black lines and the product side does not.

    This is probably a css "adjustment" and is something that zenner's such as twitchtoo could quickly identify if given the location of the page. Please help us help you.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #12
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: admin, I put html code at product description, but it shows text format at front

    peter888, the screenshots you are sending are not of the viewable page on your site. They are screenshots of the html code on the page. The table is structured correctly in html from what I can see.

    Please send a link or screenshot of your product page like this:
    Attachment 13529
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base7 with Wholesale PRO - 88 preinstalled plugins zero errors.

  3. #13
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: admin, I put html code at product description, but it shows text format at front

    I'm still not sure where you're expecting to see this HTML. If on the product listing, Zencart strips HTMl from those pages.

  4. #14
    Join Date
    Dec 2013
    Posts
    12
    Plugin Contributions
    0

    Default Re: admin, I put html code at product description, but it shows text format at front

    Quote Originally Posted by twitchtoo View Post
    peter888, the screenshots you are sending are not of the viewable page on your site. They are screenshots of the html code on the page. The table is structured correctly in html from what I can see.

    Please send a link or screenshot of your product page like this:
    Attachment 13529

    Click image for larger version. 

Name:	screenshot.jpg 
Views:	42 
Size:	33.4 KB 
ID:	13530


    Thanks for help. i don't know why the screenshot smaller than actual picture....
    Last edited by peter888; 14 Dec 2013 at 06:58 PM. Reason: more details

  5. #15
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: admin, I put html code at product description, but it shows text format at front

    The forum limits the size of attachments so it will not get bogged down by huge images.
    As mc12345678 says, your table is indeed displaying as a table on the product info page, not plaintext. The only difference is that the borders are not displaying, and nobody can diagnose the cause of that without seeing the page live (not a screenshot).

  6. #16
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: admin, I put html code at product description, but it shows text format at front

    peter888, your stylesheet is telling all table borders to be 0.

    includes/templates/theme695/css/stylesheet.css
    line 28 or so:
    table, td, img {border:0;}

    See image:

    Attachment 13531
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base7 with Wholesale PRO - 88 preinstalled plugins zero errors.

  7. #17
    Join Date
    Dec 2013
    Posts
    12
    Plugin Contributions
    0

    Default Re: admin, I put html code at product description, but it shows text format at front

    Quote Originally Posted by twitchtoo View Post
    peter888, your stylesheet is telling all table borders to be 0.

    includes/templates/theme695/css/stylesheet.css
    line 28 or so:
    table, td, img {border:0;}

    See image:

    Attachment 13531
    so, i need change the {border:0;} to {border:1;} right?

  8. #18
    Join Date
    Dec 2013
    Posts
    12
    Plugin Contributions
    0

    Default Re: admin, I put html code at product description, but it shows text format at front

    maybe i need define my own CSS rule, for example by assigning a new class to your table:

    <table class="my_class">...</table>

    and then add the following code at .css file:

    table.my_class {
    border: 1px solid #000000;
    }

  9. #19
    Join Date
    Dec 2013
    Posts
    12
    Plugin Contributions
    0

    Default Re: admin, I put html code at product description, but it shows text format at front

    Quote Originally Posted by twitchtoo View Post
    peter888, your stylesheet is telling all table borders to be 0.

    includes/templates/theme695/css/stylesheet.css
    line 28 or so:
    table, td, img {border:0;}

    See image:

    Attachment 13531
    Twitchtoo, Thanks for your help. I will try to define my own css rule for the table. Another thing, I also put the following html code at product description, it also shows text format: attached code following:

    <div>
    <ul>
    <li>Apply DDS technology, double output, adjustable phase, the highest output frequency is 25MHz</li>
    <li>125MSa/s sample rate, 14bit vertical resolution, 16Kpts wave length</li>
    <li>Output 5 types of standard waveform, internally installed 48 types of waveform</li>
    <li>Internally installed high precision, wide frequency counter, frequency is up to 200MHz</li>
    <li>Abundant modulation function, sweep-frequency output, pulse train output</li>
    <li>Standard collocation connection: USB Device, USB Host, support U Disk storage and software</li>
    <li>Can connect to SDS1000 series digital oscilloscope perfectly, and support remote command control</li>
    </ul>
    <p>
    <b>Included</b>
    </p>
    <ul>
    <li>User Manual</li>
    <li>Certification</li>
    <li>Guaranty Card</li>
    <li>CD (including EasyWave 1.0 computer software system)</li>
    <li>US Power Cord</li>
    <li>USB Cable</li>
    <li>Quick Start</li>
    </ul>
    </div>

    how to fix the above problem. please check the result:
    attached, is actual page on the website where it displayed and correct format attached.

    Click image for larger version. 

Name:	li-text-format.jpg 
Views:	27 
Size:	26.9 KB 
ID:	13532Click image for larger version. 

Name:	li-correct-format.jpg 
Views:	28 
Size:	29.4 KB 
ID:	13533

  10. #20
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: admin, I put html code at product description, but it shows text format at front

    You need to add CSS formatting to your list <ul> with a new class to create the • dots.

    You could cheat it with the keyboard shortcut alt 0149 but I wouldn't recommend it.
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base7 with Wholesale PRO - 88 preinstalled plugins zero errors.

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Replies: 2
    Last Post: 14 Dec 2013, 05:49 PM
  2. Newsletters not allowing my to put in pictures.. Put the html code via rich text..
    By bobmundo123 in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 18
    Last Post: 26 Dec 2012, 10:32 PM
  3. Add product html form code On Product Description page
    By ivogue in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 4 Mar 2009, 07:54 PM
  4. Help - Product description shows as HTML
    By epicwargames in forum General Questions
    Replies: 1
    Last Post: 31 Oct 2008, 08:20 AM
  5. Product description in product more info in html format but not in product listing?
    By this side up in forum Customization from the Admin
    Replies: 1
    Last Post: 18 Dec 2006, 06:25 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR