perter888, are you referring to the missing <table border="1"> property?
Aside from that the only other changes I can see without the code are cell padding/spacing properties being added to the <table>.
perter888, are you referring to the missing <table border="1"> property?
Aside from that the only other changes I can see without the code are cell padding/spacing properties being added to the <table>.
Twitch.
https://www.twitchtoo.com Do you work for free? Please donate.
June 7.2026 - NOW AVAILABLE - Twitch Base8 - Obsidian
Many Thankss for reply. actually, at admin, I click preview, the table looks perfect and how it should look. , and then click insert.
I go to the actual page on the website where this table is displayed, but it shows TEXT format at front page(no the table format).
attached, is the part of the page code....
I have been trying to fix the problem for a while, but i still can not solve the problem by myself......it always shows TEXT format at front page(no the table format)...
Last edited by peter888; 14 Dec 2013 at 10:05 AM.
copied from firebug ---attached:
<div id="productDescription" class="description biggerText">
<strong>Details: </strong>
<table cellspacing="0" cellpadding="0" border="1" style="padding: 0px; margin: 0px; color: rgb(97, 97, 97); font-family: Arial; font-size: 12px; line-height: 20px;">
<tbody>
<tr>+
<tr>+
<tr>+
<tr>+
<tr>+
<tr>+
<tr>+
<tr>+
<tr>+
<tr>+
<tr>+
<tr>+
<tr>+
<tr>+
<tr>+
<tr>+
<tr>+
<tr>+
<td width="85" valign="top" style="padding: 0px 0px 0px 10px; margin: 0px;">
<td valign="top" colspan="5" style="padding: 0px 0px 0px 10px; margin: 0px;">
</tr>
</tbody>
</table>
</div>
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...
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.
June 7.2026 - NOW AVAILABLE - Twitch Base8 - Obsidian
I'm still not sure where you're expecting to see this HTML. If on the product listing, Zencart strips HTMl from those pages.
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).
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.
June 7.2026 - NOW AVAILABLE - Twitch Base8 - Obsidian