Hallo! Ich hoffe, Ihr könnt mir helfen. Ich habe folgendes Problem ich habe mir den newsscript N-13 News instralliert ich wolte mein pagination ändern mit dierser seite http://mis-algoritmos.com/2007/03/16/some-styles-for-your-pagination deswegen habe ich den css script gespeichert
div.pagination {
margin-top: 20px;
margin-bottom: 10px;
}
div.pagination a {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #8DB5D7;
text-decoration: none;
color: #000;
}
div.pagination a:hover, div.pagination a:active {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid red;
}
div.pagination span.current {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #E89954;
font-weight: bold;
background-color: #FFCA7D;
color: #000;
}
div.pagination span.disabled {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #ccc;
color: #ccc;
}
dann war ich bei N-13 news im Options > Templates > News Pagination dann habe ich diesen
<span style="font-family: Verdana; font-size: 12pt">Older news.</span><br >
<div style="font-family: Verdana; font-size: 10pt">[prev-link]<[/prev-link] {pages} [next-link]>[/next-link]
</div>
<br>
script mit mit diesen verändert
<link rel="stylesheet" type="text/css" href="page.css" />
<div class="pagination">[prev-link]<[/prev-link] {pages} [next-link]>[/next-link]
</div>
<br style="clear:both" />
es hatt auch fast geklappt aber wenn ich z.B auf seite 1 bin funktioniert es dann nicht .