How do I add CSS to the second line, as currenlty it doesn't work. Why?
The following text should be display in White:
1 of 1
Instead it displays in black, and therefore is not linking to the CSS file.
Code:echo '<div id="Pag">'; echo '<div id="PagCap">' . ($_GET['id'] / $perpage) + 1 . "of" . round($TotalRec / $perpage) . '</div>'; echo '</div>';







Bookmarks