What is the solution to accomplish this? Thanks in advance

Posted 25 August 2014 - 05:12 PM #1
Posted 25 August 2014 - 05:20 PM #2
Posted 25 August 2014 - 05:44 PM #3
<span style="padding: 0 10px 0 10px;">text</span>
Posted 25 August 2014 - 06:58 PM #4
You can just add html code like:
<span style="padding-left: 0 10px 0 10px;">text</span>
Just change values of padding as you wish. You should read these 4 values as top, right, bottom, left padding.
Posted 26 August 2014 - 05:56 AM #5
<table> <tbody> <tr> <td> 11 </td> <td> 12 </td> <td> 13 </td> </tr> <tr> <td> 21 </td> <td> 22 </td> <td> 23 </td> </tr> </tbody> </table>
Simtech Development | sales@simtechdev.com | www.simtechdev.com
CERTIFIED CS-CART PARTNER | LICENSES | DEVELOPMENT | ADD-ONS | DESIGN | UPGRADE
Google Analytics Enhanced Ecommerce - get advanced ecommerce analytics
Posted 26 August 2014 - 06:42 AM #6
ADD-ONS | Web development service | CS-Cart dedicated developers
Buy MULTIVENDOR - USD 1150 | Buy CS-CART LICENCE - USD 1080
Email - manager@alt-team.com | Skype - Altteam
Posted 26 August 2014 - 09:30 AM #7
Thank you
![]()
One other question.... How do you add tables in the description? I added one in normal html and it just disappeared. Really strange behavior
<table class="table"> <tr> <td>1</td><td>2</td><td>3</td> </tr> </table>
Posted 26 August 2014 - 04:23 PM #8
Hello,
The Redactor wysiwyg editor (you can select it on the Settings > Appearance page) can help you with tables. Here is the proper HTML code for a table:<table> <tbody> <tr> <td> 11 </td> <td> 12 </td> <td> 13 </td> </tr> <tr> <td> 21 </td> <td> 22 </td> <td> 23 </td> </tr> </tbody> </table>
Please test it and let us know if the problem persists.
Try add class "table" for your table. Like this:
<table class="table"> <tr> <td>1</td><td>2</td><td>3</td> </tr> </table>
I hope this helped.
Dear DawnG,
Check this link please http://www.w3schools...s/tag_table.asp
There are some attributes to the <table> tag.
Best regards, Alt-team.
Posted 26 August 2014 - 04:56 PM #9
Posted 26 August 2014 - 06:45 PM #10
EZ Merchant Solutions: Custom (USA based) B2B Development, Consulting, Development and Special Projects (get a quote here).
Commercial addons, payment methods and modifications to meet your business and operations needs.
Posted 27 August 2014 - 12:59 PM #11
You won't lose anything. Yes, any embedded attributes should remain.