Button til text
HEY EKSPERTER..JEG HAR DENNE LILLE PHOTO FÆTTER JEG GODT KUNNE TÆNKE MIG AT SMIDE OP PÅ EN WEBISTE!
<table border="0" cellpadding="0">
<caption><strong>Picture Gallery</strong></caption>
<tr>
<td width="100%"><img src="http://www.a1javascripts.com/images/Arcdetri.jpg" width="190" height="145" name="photoslider"></td>
</tr>
<tr>
<td width="100%"><form method="POST" name="rotater">
<div align="center"><center><p><script language="JavaScript1.1">
var photos=new Array()
var which=0
/*Change the below variables to reference your own images. You may have as many images in the slider as you wish*/
photos[0]="<a href="http://www.jubii.dk/">Jubii Logo</a>"
photos[1]="/Badland.jpg"
photos[2]="/Battle2.jpg"
photos[3]="/Beach.jpg"
photos[4]="/Alaska.jpg"
function backward(){
if (which>0){
window.status=''
which--
document.images.photoslider.src=photos[which]
}
}
function forward(){
if (which<photos.length-1){
which++
document.images.photoslider.src=photos[which]
}
else window.status='End of gallery'
}
</script><input type="button" value="<<Back" name="B2"
onClick="backward()"> <input type="button" value="Next>>" name="B1"
onClick="forward()" tabindex="1"><br>
<br>
<a href="#" onClick="which=1;backward();return false"><small>Start Over</small></a></p>
</center></div>
</form>
</td>
</tr>
</table>
MIT PROBLEM ER BARE DER ER BUTTONS, OG DE SE ER SÅ FLOTTE UD SÅ JEG VILLE HØRE OM I KUNNE HJÆLPE MIG MED AT LAVE DEM OM TIL TEXT SÅ DER BARE STÅ -->
"BACK" "NEXT"
MANGE TAK FOR HJÆLPEN...
