Notifications
Clear all
Topic starter
Good morning, I how try space out the categories of my page of index because for me they are too much colées. I tried to augment "Padding" but nothing changes.
http://www.harrypotterfanfictions-france.com/index.php?skin=Zenlike
style.css:
/* Layout Styles */
.c1 {font-size:14px;letter-spacing:.1em;vertical-align:bottom;background:url(images/cats.gif) no-repeat;padding-left:35px;}
.c2 {border:0px;width:50%;line-height:1.6em;text-align:left;float:left;}
index.tpl
<div align="center"><table width="60%" border="0" cellpadding="5em" cellspacing="5em">
<tr>
<td class="c1">{categories_title}</td>
</tr>
<tr>
<td class="c2">{categories_content}</td>
</tr>
</table><br /><br /></div>
Posted : 12/04/2007 2:29 pm
I don't know what .c1 and .c2 are for, but they aren't called in the html you posted, so changing things there won't affect the categories. I see them now. Apparently I was suffering from temporary blindness.
In the html remove the "em" from cellpadding and cellspacing and it should work.
Posted : 13/04/2007 12:02 am
Bump. Is this resolved? The topic will be closed if there's no response in the next week.
Posted : 17/05/2007 5:07 pm