Shape 5

Joomla Templates => New Architect - November - Club => : marcelke December 19, 2008, 09:04:53 AM



: cell padding is not working
: marcelke December 19, 2008, 09:04:53 AM

Hello,

The cell padding is not working (editor JCE 1.5). Although it show in the code (see below) it does not work. In my yoo_theme template is works fine. In older topics I read that it is an issue with in the css file. Is there a solution or workaround for this?

Kind regards

:
<table style="height: 100px;" border="0" cellspacing="5" cellpadding="10" width="100">
<tbody>
<tr>
<td style="border: 1px solid #000000;">hjhjhjkhjkh</td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</tbody>
</table>


: Re: cell padding is not working
: jonahh December 19, 2008, 11:11:34 AM
At the top of your template_css.css file look for:

* {
margin:0;
padding:0;
}

Delete the padding:0 line if this doesn't work can you post a URL?

Thanks,


: Re: cell padding is not working
: marcelke December 19, 2008, 12:15:32 PM
Hello Jonah,

Thanks for your reply. I tried but it didn't work.

At this moment I cant send you the url because I am using it locally on my laptop. When the site goes online and the problem still occurs I will provide you the url.

Thanks so far,
Marcel