Photo Galleries and Input Button Types

liunx

Guest
I have created a Photo Gallery using the script I Download <!--more-->ed on this site. However, my client prefers not to use the grey default buttons. Is there a way to keep these back and next buttons as text only? If so, please tell me how....<br />
<br />
Much thanks.<!--content-->welcome to the forums trish! depending on the code, you should be able to replace the current images with the gray buttons by overwriting the current images. could you post some code in the client side scripting area?<br />
<br />
welcome to the forums, and i hope you find answers to your questions!<br />
chris<pixelmonkey>:monkey:<!--content-->you can also use the style tag to a button like this:<br />
<br />
<input type="button" style="background-color: rgb(0,0,0)"> <br />
<br />
>> For a background colour of black. You can also use border colors and change the font too.<!--content-->Thank you Mark and PixelMonkey for your help. I have made the buttons white, and hopefully this will be enough.<br />
<br />
Good to know I have somewhere to go for help! And quick help, at that...<br />
<br />
Trish<!--content-->
 
Back
Top