can you make columns in a post
-
is it possible to make 2 or 3 columns in a post with a code , you can see what i mean in the post below its just one long list
http://harrythehandyman.wordpress.com/2010/07/09/items-to-recycle/
The blog I need help with is: (visible only to logged in users)
-
@panaghiiotisadam , thank you that worked alright and i’ll keep those codes , is it possible to put space between the columns :)
http://harrythehandyman.wordpress.com/2010/07/09/items-to-recycle/
-
Change the padding-left and padding-right pixel values if you want the gaps to be larger between columns.
-
-
thats great thank you both a big difference
http://harrythehandyman.wordpress.com/2010/07/09/items-to-recycle/
-
BTW can i use the code here as well
http://harrythehandyman.wordpress.com/wp-admin/post.php?post=2688&action=edit
-
-
-
-
Translate this blog into different languages.
<table border=”0″>
<tbody>
<tr>
<td>Afrikaans</td>
<td>Albanian</td>
<td>Arabic</td>
<td>Armenian</td>
</tr>
<tr>
<td>Azerbaijani</td>
<td>Basque</td>
<td>Belarusian</td>
<td>Bulgarian</td>
</tr>
<tr>
<td>Catalan</td>
<td>Chinese (S)</td>
<td>Chinese (T)</td>
<td>Croatian</td>
</tr>
<tr>
<td>Czech</td>
<td>Danish</td>
<td>Dutch</td>
<td>Estonian</td>
</tr>
<tr>
<td>Filipino</td>
<td>Finnish</td>
<td>French</td>
<td>Galician</td>
</tr>
<tr>
<td><a href=”http://translate.google.com/translate -
-
Which means turn the first three of these:
<td>
to this:
<td style="padding-right:66px;">
(That way you’ll create space between each column and the next; to adjust it, change the number.) -
-
it will not work with this setup , there are 14 groups of 4 as seen above and the last thing is this
</tbody>
</table>what is meant by <td> </td> and also <tr> </tr> , can some thing be removed to make 1 continuse list and then i can make 3 columns after that
-
continues :) BTW i’m playing with this in my test blog so if i mess up it will not matter
-
i messed about with this code <TD style=”PADDING-RIGHT: 66px”> trying it all ways and places and it will not work
btw the way the groups of 4 are setup horizontally maybe thats what is wrong
-
All you need to do is replace the first three td elements in the first table row with the code suggested above. It should end up looking something like the example below (I’ve chopped out the link URLS to make it easier to see):
<tbody> <tr> <td style="padding-right: 66px;"><a href="URL">Afrikaans</a></td> <td style="padding-right: 66px;"><a href="URL">Albanian</a></td> <td style="padding-right: 66px;"><a href="URL">Arabic</a></td> <td><a href="URL">Armenian</a></td> </tr> <tr> <td><a href="URL">Azerbaijani</a></td> <td><a href="URL">Basque</a></td> ... -
-
- The topic ‘can you make columns in a post’ is closed to new replies.