can you make columns in a post
-
i tried to put the blank line code between </tr> and <tr> to seperate the lines of 4 codes , but it did not work
<br class=”blank” />
</tr>
<tr>
<td>Czech</td>
<td>Danish</td>
<td>Dutch</td>
<td>Estonian</td>
</tr>
<tr> -
I think that perhaps using a a non-breaking space might solve this but I am not too sure. To add a non-breaking space type the following in but without the spaces (they’re only present so the forum doesn’t mess with it!). Add this inside your blank tr tags and see if it works for you.
& nbsp ; -
@halluke , thank you but this ( ) did not work and when i went back to remove it , it had disappered , i tried 3 times
-
@Garry,
I gave you the code here in July > https://en.forums.wordpress.com/topic/translation-widget-2?replies=41#post-483594 -
-
hi tt , :) , translate is working fine since then , i wanted to seperate the 4 columns and have got that done , now i want to seperate the lines , the problem seems to be they are locked together somehow
-
as here and above
<tr>
<td>Afrikaans</td>
<td>Albanian</td>
<td>Arabic</td>
<td>Armenian</td>
</tr> -
In the visual editor a non-breaking space looks just like a normal space (as it does in your comment above). Here’s an example of what to try. Again, remove the spaces after the ampersand and before the semicolon:
<tr> <td><a href="URL">Afrikaans</a></td> <td><a href="URL">Albanian</a></td> <td><a href="URL">Arabic</a></td> </tr> <tr>& nbsp ;</tr> <tr> <td><a href="URL">Armenian</a></td> <td><a href="URL">Azerbaijani</a></td> <td><a href="URL">Basque</a></td> </tr> ... -
thank you tt , it did not work hope i did it right
<br style=”clear:both;” />
<td>Bulgarian</td>
</tr>
<tr> </tr>
<tr>
<td>Catalan</td>
<br style=”clear:both;” />
<td>Chinese (S)</td>
<br style=”clear:both;” />
<td>Chinese (T)</td>
<br style=”clear:both;” />
<td>Croatian</td>
</tr>
<tr> </tr>
<tr>
<td style=”padding-left:16px;padding-right:16px;” valign=”top”> </td>
</tr>
<tr> </tr>
<tr>
<td>Czech</td>
<br style=”clear:both;” /> -
o dear , the code did not show up it should be in no.4 down and 2 others below
as <tr> </tr>
-
Timethief is right: it’s just a list of clickable words – it doesn’t become better with 200px of empty space separating the columns or with empty space separating the rows.
Anyway, to control row distance you turn this:
<table border="0">
to this:
<table style="line-height:1.8em;" border="0">
Change the number to adjust the distance. -
ok i understand what you both say and i may leave it be
@tt , :) and i might change the spelling of my name it looks good that way :)
-
Why don’t you use an image that when clicked directs you to Google translate (for example) and add this image to your sidebar or wherever you choose (as if it was a widget)? I’ve done it on mine and I’m fairly happy with it. So Google translate isn’t brilliant, but hey ho, it’ll do for now. :)
-
- The topic ‘can you make columns in a post’ is closed to new replies.