Avatar Image
Usuario habitual
Usuario habitual

Hola
No se si este tema iria aqui pero me gustaria saber como seria este codigo html en el lenguaje php
<a href="pagina.html"><img src="boton.gif" alt="Inicio" width="150" height="20" name="Image2" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','boton32.gif',1)" border="0"></a>

se que hay que poner delante de " el \" pero lo e probado y no funciona

Avatar Image
@man / @woman
@man / @woman

Tienes dos opciones, con un echo '....'; o cortar el php con ?> y meter el html normal y volver a abrir el php con <?

Avatar Image
Okupa del foro
Okupa del foro

Pon esto:


echo "<a href=\"pagina.html\"><img src=\"boton.gif\" alt=\"Inicio\" width=\"150\" height=\"20\" name=\"Image2\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('Image2','','boton32.gif',1)\" border=\"0\"></a> ";

o


//CODE PHP
?>
<a href="pagina.html"><img src="boton.gif" alt="Inicio" width="150" height="20" name="Image2" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','boton32.gif',1)" border="0"></a>
<?


Los dos funcionan la fuerza!!!

Avatar Image
Usuario habitual
Usuario habitual

los dos me dan un error parecido
Parse error: parse error, unexpected '.' in /home/webcindario/infolawless/themes/memlabs_blu_pro/theme.php on line 82

ese codigo de html es para que cuando pase por encima el raton por una imagen esta cambie ...

Avatar Image
@man / @woman
@man / @woman

Puedes copiar el bloque de líneas desde la 80 (o asi) hasta la 85.

Avatar Image
Usuario habitual
Usuario habitual

no entendi mucho . yo donde lo estoy intentando hacer es en el theme.php e intentado las dos cosas y la de ?> <? me a dado ese error
que bloque de lineas?

Avatar Image
@man / @woman
@man / @woman

Te esta diciendo que hay un error, por eso te pido que me pongas de tu archivo theme.php desde un poco antes de donde lo pongas hasta un poco después. Para poder decir el problema en concreto.

Avatar Image
Usuario habitual
Usuario habitual

te pongo to esto
=ahi es donde e pusto lo que me has dicho


/************************************************************/
/* Function themeheader() */
/************************************************************/

function themeheader() {
global $banners, $name; //aggiunto $name per l'hack che elimina i

blocchi a sx nei moduli
echo "<body bgcolor=\"#386A90\" text=\"#34404E\"

link=\"0000ff\"><br>\n";//colore testo blocchi
if ($banners) {
include("banners.php&quot;
echo "<br>";
}

echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"

bgcolor=\"#34404E\" width=\"80\" align=\"center\">\n"//colore sfondo

fuori layout (bordo sito)
//inizio barra sopra il logo
."<tr><td width=\"800\" height=\"15\" valign=\"bottom\">\n"//sfondo

fuori layout sopra logo
."<img border=\"0\"

src=\"themes/memlabs_blu_pro/images/bar_up.gif\" width=\"800\"

height=\"15\">"
//fine barra sopra il logo

."<tr><td width=\"100%\">\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"

width=\"800\">\n"
."<tr><td width=\"100%\">\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"

width=\"800\">\n"
."<tr><td width=\"100%\" height=\"60\"

bgcolor=\"#A4B2C3\">\n"//sfondo accanto al logo fuori layout
."<table border=0 width=100% cellpadding=0

cellspacing=0><tr><td align=\"left\"><a href=\"index.php\"><img

border=\"0\" src=\"themes/memlabs_blu_pro/images/logo.jpg\"

width=\"800\" height=\"150\" alt=\"Memlabs.net\"

hspace=\"0\"></a></td><td><align=\"right\"></td></tr></table></td></tr>

\n"
/////////menù sotto il logo
?>
<a href="pagina.html"><img src="boton.gif" alt="Inicio" width="150" height="20" name="Image2" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','boton32.gif',1)" border="0"></a>
<?

."<tr><td width=\"100%\" bgcolor=\"#34404E\" height=\"15\"

valign=\"bottom\">\n"
."<a href=\"index.php\"><img

src=\"themes/memlabs_blu_pro/images/home.gif\" width=\"150\"

height=\"20\" border=\"0\"></a>"
."<a href=\"modules.php?name=Topics\"><img

src=\"themes/memlabs_blu_pro/images/news.gif\" width=\"85\"

height=\"20\" border=\"0\"></a>"
."<a href=\"modules.php?name=Forums\"><img

src=\"themes/memlabs_blu_pro/images/forum.gif\" width=\"150\"

height=\"20\" border=\"0\"></a>"
."<a href=\"modules.php?name=Submit_News\"><img

src=\"themes/memlabs_blu_pro/images/sendnews.gif\" width=\"85\"

height=\"20\" border=\"0\"></a>"
."<a href=\"modules.php?name=Feedback\"><img

src=\"themes/memlabs_blu_pro/images/feedback.gif\" width=\"85\"

height=\"20\" border=\"0\"></a>"
."<a href=\"admin.php\"><img

src=\"themes/memlabs_blu_pro/images/admin.gif\" width=\"120\"

height=\"20\" border=\"0\"></a>"
/////////

."</td></tr></table>\n"
."</td></tr><tr><td width=\"100%\"><table width='100%'

cellspacing='0' cellpadding='0' border='0'><tr><td

bgcolor='#A6BBE3'>\n"//colore sfondo barretta superiore
."<tr><td bgcolor=\"#A6BBE3\"><img

src=\"themes/memlabs_blu_pro/images/pixel.gif\" width=\"100%\"

height=\"3\"></td></tr>\n";//colore sfondo barretta sotto logo
echo "</td></tr></table><table width=\"800\" cellpadding=\"0\"

bgcolor=\"#A6BBE3\" cellspacing=\"0\" border=\"0\">\n"//sfondo quasi

intero
."<tr valign=\"top\">\n"
."<td><img src=\"themes/memlabs_blu_pro/images/pixel.gif\"

width=\"4\" height=\"1\" border=\"0\" alt=\"\"></td>\n"
."<td width=\"130\" bgcolor=\"#A6BBE3\"

valign=\"top\">\n";//sfondo dietro blocchi sx
// inizio modifica nascondi blocco di sinistra nei moduli
//blocks(left); - originale
if ($name=='Forums') {}
else if ($name=='Members_List') {}
else if ($name=='Private_Messages') {}
else {
blocks(left);
}

Avatar Image
@man / @woman
@man / @woman

hspace=\"0\"></a></td><td><align=\"right\"></td></tr></table></td></tr>

\n" ; <---- AQUÏ un ;

?>
<a href="pagina.html"><img src="boton.gif" alt="Inicio" width="150" height="20" name="Image2" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','boton32.gif',1)" border="0"></a>
<?

echo "<tr><td width=\"100%\" bgcolor=\"#34404E\" height=\"15\" <--- AL INICIO UN echo

Pues haz un par de modificaciones un ; y un echo donde te digo, siempre junto a lo nuevo.

Avatar Image
Okupa del foro
Okupa del foro
Escrito originalmente por _Xen_
los dos me dan un error parecido
Parse error: parse error, unexpected '.' in /home/webcindario/infolawless/themes/memlabs_blu_pro/theme.php on line 82

ese codigo de html es para que cuando pase por encima el raton por una imagen esta cambie ...



Claro la línea de código que te di, la tienes que unir en una sola línea...
Es por eso que te da ese error...
ATENCIÓN: Este tema no tiene actividad desde hace más de 6 MESES,
te recomendamos abrir un nuevo tema en lugar de responder al actual
Opciones:
Ir al subforo:
Permisos:
TU NO PUEDES Escribir nuevos temas
TU NO PUEDES Responder a los temas
TU NO PUEDES Editar tus propios mensajes
TU NO PUEDES Borrar tus propios mensajes
Temas similares
No se han encontrado temas similares