Hey guys. i know there a lot of wordpress geniuses here so i need your help please..
this is my about next page css code
<?php
wp_link_pages(array('before'=>'', 'next_or_number'=>'next', 'previouspagelink' => ' <span class="alignleft">Â Â <img src="IMAGE LINK HERE"></span> ', 'nextpagelink'=>' <span class="alignright"><img src="IMAGE LINK HERE">Â Â </span>'));
?>
Now i need help figuring out the css class or the css id for the above code..
if you can't tell me what that is, can you please tell me how to assign a css class or id to it and then what will be the new css class or css id..
if you still can't help, can you just please provide me with the next page button css code you use and i can replace it with yours.. don't forget to tell me the CSS id or class
thanks
this is my about next page css code
<?php
wp_link_pages(array('before'=>'', 'next_or_number'=>'next', 'previouspagelink' => ' <span class="alignleft">Â Â <img src="IMAGE LINK HERE"></span> ', 'nextpagelink'=>' <span class="alignright"><img src="IMAGE LINK HERE">Â Â </span>'));
?>
Now i need help figuring out the css class or the css id for the above code..
if you can't tell me what that is, can you please tell me how to assign a css class or id to it and then what will be the new css class or css id..
if you still can't help, can you just please provide me with the next page button css code you use and i can replace it with yours.. don't forget to tell me the CSS id or class
thanks