Los (*) hay que quitarlos para que funcionen
Hay que añadir en el body la etiqueta BACKGROUND="camino imagen"
Ej
<*BODY BACKGROUND="fondo.jpg">
Los (*) hay que quitarlos para que funcionen
Se utiliza la etiqueta href
Ej
<*a href="http://direccion">Texto a mostrar<*/a>
Se utiliza la etiqueta href
Ej
<*a href="http://direccion">Texto a mostrar<*/a>
Clan cabras
94.46.240.18:30200
El mejor server
87.98.229.57:29134
Clan los setas
95.215.241.16:27030
Cabras surf
94.46.240.20:50350
94.46.240.18:30200
El mejor server
87.98.229.57:29134
Clan los setas
95.215.241.16:27030
Cabras surf
94.46.240.20:50350
Los (*) hay que quitarlos para que funcionen
<*img src="camino hacia el archivo" />
Ej
<*img src="a.gif">
Para elegir el tamaño:
Se utilizan los atributos width y height
Ej
<*img src="a.gif" width="28" height="21">
Atributo alt:
Colocaremos una brevísima descripción de la imagen
Ej
<*img src="a.gif" width="28" height="21" alt=" El gran sol">
Atributo border:
Definen el tamaño en píxeles del cuadro que rodea la imagen
Ej
<*img src="a.gif" width="28" height="21" boder="2">
<*img src="camino hacia el archivo" />
Ej
<*img src="a.gif">
Para elegir el tamaño:
Se utilizan los atributos width y height
Ej
<*img src="a.gif" width="28" height="21">
Atributo alt:
Colocaremos una brevísima descripción de la imagen
Ej
<*img src="a.gif" width="28" height="21" alt=" El gran sol">
Atributo border:
Definen el tamaño en píxeles del cuadro que rodea la imagen
Ej
<*img src="a.gif" width="28" height="21" boder="2">
Los (*) hay que quitarlos para que funcionen
?*>
function obtenerUrlActual($path){
$urlAnt = strrchr($path, "/");
$urlAnt = substr($urlAnt,1, strlen($urlAnt));
return $urlAnt;
}
?>
?*>
function obtenerUrlActual($path){
$urlAnt = strrchr($path, "/");
$urlAnt = substr($urlAnt,1, strlen($urlAnt));
return $urlAnt;
}
?>
Suscribirse a:
Comentarios (Atom)