Customizing prev/next buttons

Mcash / 2009-12-16 07:35:25   

Hi,

I'd like to turn my prev/next slideshow buttons into unicode ‚ñ∂'s or jpg's of triangles. I'm a huge novice with this stuff and just customizing the CSS so far has been a good learning experience. Where is the code that I need to change for the prev/next though? I see it in the page source, but don't know what file to look in. I checked index.php, but that doesn't have it.

I would also like to get rid of the space between the pre-nav and the index, if anyone has some advice on that.

Thanks in advance,

-Mason

Here is my site.

arsondpi / 2009-12-16 07:43:34   

In line 69 of the slideshow.php plugin:

  1. ¬†¬†¬†¬†$s .= "<p class='nav'><a id='prev' href='#'>Prev</a> | <a id='next' href='#'>Next</a> 

You need to replace text with image tags... Try it - this is easy.

Mcash / 2009-12-16 08:06:47   

Ah excellent, thanks for your prompt and specific response. Any idea's on my second question?

Mcash / 2009-12-16 20:33:33   

Figured it out by trial and error in the css file.

  1. #content p { width: 400px; margin-bottom: 9px; }

p {
margin: 6px 0 0px 0;
}

It's the first margin if anyone else is looking for that.

Pajje / 2010-06-14 09:45:14   

arsondpi A, could you give me example code of the replace with image tags? I don't know php that well :(

This thread has been closed, thank you.