Spaces Between Words

I just jumped up the most current version and finding a lot of changes…some great…others confusing. What I am having a tough time with right now is trying to put additional spaces between words (links) which are side by side. Normally in html you would use [color=#ff0000]       [/color] but even in the html mode of the main product description, it accepts it…displays it…but then it drops out again.



What is the solution to accomplish this? Thanks in advance :)

Tried another editor and it seems to be sticking now…hopefully :)

You can just add html code like:


text



Just change values of padding as you wish. You should read these 4 values as top, right, bottom, left padding.



Sorry, it seems we made an error in initial message. Not padding-left , we mean padding as you see above now.

[quote name=‘Cart-Power’ timestamp=‘1408988651’ post=‘190593’]

You can just add html code like:


<span style="padding-left: 0 10px 0 10px;">text</span>
```<br />
<br />
Just change values of padding as you wish. You should read these 4 values as top, right, bottom, left padding.<br />
[/quote]<br />
<br />
Thank you <img src="upload://rA9Qa8gnUPZzRZRdI8kt3dpjkrs.png" class="bbc_emoticon" alt=":)"> <img src="upload://rA9Qa8gnUPZzRZRdI8kt3dpjkrs.png" class="bbc_emoticon" alt=":)">  One other question....  How do you add tables in the description?  I added one in normal html and it just disappeared.  Really strange behavior <img src="upload://qv5zppiN69qCk2Y6JzaFYhrff8S.gif" class="bbc_emoticon" alt=":?">

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:


```php














11

12

13

21

22

23
```

Please test it and let us know if the problem persists.

Dear DawnG,



Check this link please HTML table tag

There are some attributes to the tag.



Best regards, Alt-team.

[quote name=‘DawnG’ timestamp=‘1408993123’ post=‘190599’]

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 :?

[/quote]



Try add class “table” for your table. Like this:


<br />
<table class="table"><br />
<tr><br />
<td>1</td><td>2</td><td>3</td><br />
</tr><br />
</table><br />

```<br />
<br />
I hope this helped.

[quote name=‘simtechdev’ timestamp=‘1409032618’ post=‘190641’]

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><br />
<tbody><br />
<tr><br />
	<td><br />
		 11<br />
	</td><br />
	<td><br />
		 12<br />
	</td><br />
	<td><br />
		 13<br />
	</td><br />
</tr><br />
<tr><br />
	<td><br />
		21<br />
	</td><br />
	<td><br />
		 22<br />
	</td><br />
	<td><br />
		 23<br />
	</td><br />
</tr><br />
</tbody><br />
</table>
```<br />
<br />
Please test it and let us know if the problem persists.<br />
[/quote]<br />
<br />
I shied away from that editor because it didn't let me insert my own color fonts, but tried using it just to insert the table....which it did.  But going back to one of the other editors to put the spaces between links it fell out again......<br />
[url="http://affectionately-yours.com/2014cscart/wedding-anniversary-special-occasion-cake-toppers/adorable-animals-pets-wedding-cake-toppers/yours-mine-and-ours-pets-wedding-cake-topper"]http://affectionately-yours.com/2014cscart/yours-mine-and-ours-pets-wedding-cake-topper.html[/url]<br />
<br />
[quote name='Cart-Power' timestamp='1409045438' post='190651']<br />
Try add class "table" for your table. Like this:<br />
<br />
```php
<br />
<table class="table"><br />
<tr><br />
<td>1</td><td>2</td><td>3</td><br />
</tr><br />
</table><br />

```<br />
<br />
I hope this helped.<br />
[/quote]<br />
<br />
Did this.....and it just fell out again <img src="upload://n4syhXZrRhsStKvmS4jT3Mp2S3k.png" class="bbc_emoticon" alt=":(">  Don't know what to make of this  <img src="upload://n4syhXZrRhsStKvmS4jT3Mp2S3k.png" class="bbc_emoticon" alt=":("><br />
<br />
[quote name='Alt-team' timestamp='1409035331' post='190643']<br />
Dear DawnG,<br />
<br />
Check this link please [url="http://www.w3schools.com/tags/tag_table.asp"]http://www.w3schools...s/tag_table.asp[/url]<br />
There are some attributes to the <table> tag.<br />
<br />
Best regards, Alt-team.<br />
[/quote]<br />
<br />
Thanks so much <img src="upload://rA9Qa8gnUPZzRZRdI8kt3dpjkrs.png" class="bbc_emoticon" alt=":)">.....but I am pretty fluent in html since for the past 17 years I have done everything by hand <img src="upload://rA9Qa8gnUPZzRZRdI8kt3dpjkrs.png" class="bbc_emoticon" alt=":)">  Just one of those things I never wanted to get rusty on  lol

A quick question… If I don’t employ any of the editors, and I insert coding and text from my old site which includes text colors and links, will it work the way it should? I am so afraid to switch to the do not use option on the editors and lose all I put in :confused:

You won't lose anything. Yes, any embedded attributes should remain.

[quote name=‘tbirnseth’ timestamp=‘1409078718’ post=‘190717’]

You won’t lose anything. Yes, any embedded attributes should remain.

[/quote]



Ok…that is good news…thank you :) Have always had to do it by hand so this is no stretch for me. Sure wish they did work though…would be helpful