Abstand nach Paginierung
Posted: Mon 26. Nov 2007, 11:08
Wie/Wo kann ich den Abstand zwischen der Artikel-Auflistung und der Paginierung erhöhen?

Merci
Ralph

Merci
Ralph
The phpwcms support forum will help to find answers to your questions. The small but strong community is here since more than 10 years.
https://forum.phpwcms.org/

Code: Select all
$template_default['article_paginate_navi'] = '<br><br><table width="100%" class="article_paginate_navi" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><span class="apn_button">{PREV:«}</span> <span class="apn_button">{NAVI:123,</span> <span class="apn_button">}</span> <span class="apn_button">{NEXT:»}</span>
</td>
</tr>
</table>'Code: Select all
.apn_button {
text-align:center;
border:1px solid #000000;
padding-left:3px;
padding-right:3px;
line-height:1.5;
background-color:#FF9900;
vertical-align:middle;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}
.apn_button a {
color:#FFFFFF;
}