How can I define a php link with a css class? I need to define: echo "<a href=\"?page=" . ($i-1) . "$search\">Previous Page</a> "; PHP: with my css: class = "t_color1 next"
could you have the CSS on the pge handling that? or echo the result in the page with the style before ? <class="blue"> <?php echo $var; ?>