codigos varios(no pruebas)
boton:
<a href="AQUI LA URL"><button><font color="#cc0000"><strong>AQUI EL TEXTO</strong></font></button>
[Código HTML] Imagen semi transparente se vuele normal:
<img
src="URL DE LA IMAGEN"
width="105" height="140"
style="-moz-opacity:0.5;filter:alpha(opacity=50);cursor:hand"
onmouseover="this.style.MozOpacity=1;this.filters.alpha.opacity=100"
onmouseout="this.style.MozOpacity=0.5;this.filters.alpha.opacity=50"
>
marquezina con parado clik:
<marquee behavior="Scroll" direction="left" height="100" width="200%" scrollamount="2" scrolldelay="1" onmouseover="this.stop()" onmouseout="this.start()">Aquitexto<!--- centerblock scroller at bottom-----><!--- centerblock scroller at bottom-----> </marquee>
marquesina para link hacia arriba:
<marquee height="89" width="339" behavior="Scroll" direction="up" scrollamount="2" scrolldelay="10" onmouseover="this.stop()" onmouseout="this.start()">ACACONTENIDOTEXTOOIM
AGENOCODIGO</marquee>
iframe auto ajustable solo modificar largo:
<IFRAME name=iframe src="pagina.php"frameBorder=0 width=710 scrolling=no height=1300>
hacer desaparecer el subrayado link:
<style>
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none}
</style>
galeria de fotos no modificar nada
<table height="466" cellpadding="0" border="0" width="555">
<caption><strong>Titulo de la galeria</strong></caption>
<tbody>
<tr>
<td width="100%"><img height="333" width="544" alt="" src="primerafotoaca" 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
photos[0]="http://i51.tinypic.com/aykbvl.jpg"
photos[1]="http://i51.tinypic.com/aykbvl.jpg"
photos[2]="http://i51.tinypic.com/aykbvl.jpg"
photos[3]="http://i51.tinypic.com/aykbvl.jpg"
photos[4]="http://i51.tinypic.com/aykbvl.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="<<Anterior" name="B2" onClick="backward()" /> <input type="button" value="Siguiente>>" name="B1" onClick="forward()" /><br />
<a href="#" onClick="which=1;backward();return false"><small>Aqui pone la frase que quieras o tu pagina!<br />
</small></a></p>
</center></div>
</form>
</td>
</tr>
</tbody>
</table>
galeria de imagenes mejorizado,con bordes y pequeño espacio:
<table cellspacing="1" cellpadding="1" border="1" align="center" width="200">
<tbody>
<tr>
<td>
<table height="200" cellpadding="5" border="20" width="300">
<caption><strong>Perritofer-Galería</strong></caption>
<tbody>
<tr>
<td width="100%"><img height="200" width="300" name="photoslider" src="http://i42.tinypic.com/3589w5y.jpg" alt="" /></td>
</tr>
<tr>
<td width="100%">
<form name="rotater" method="post">
<div align="center"><center>
<p><script language="JavaScript1.1">
var photos=new Array()
var which=0
photos[0]="http://i51.tinypic.com/aykbvl.jpg"
photos[1]="http://i35.tinypic.com/2nbhder.jpg"
photos[2]="http://i28.tinypic.com/v2wjgl.jpg"
photos[3]="http://i51.tinypic.com/aykbvl.jpg"
photos[4]="http://i51.tinypic.com/aykbvl.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" onClick="backward()" name="B2" value="<<Anterior" />
<input type="button" onClick="forward()" name="B1" value="Siguiente>>" /><br />
<a onClick="which=1;backward();return false" href="#"><small>Aqui pone la frase que quieras o tu pagina!<br />
</small></a></p>
</center></div>
</form>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>