Estética en la web
Quiero que el sitio web que tiene marcos la barra de desplazamiento lateral del marco principal tenga unos colores afines al resto de la página y no el gris que por defecto aparece.
Por otro lado ¿cómo puedo conseguir que el texto que tiene vínculo mantenga el color que le he dado al construir la página?
Ktlpsb
Por otro lado ¿cómo puedo conseguir que el texto que tiene vínculo mantenga el color que le he dado al construir la página?
Ktlpsb
Respuesta de juanceer
1
1
juanceer, No te des por vencido, ni aun vencido, no te sientas esclavo, ni...
Para cambiarle el color de la barra de scroll tenes que agregar, este codigo de CSS en el HEAD del archivo que va en el marco:
<style type="text/css">
.barra {
scrollbar-3dlight-color:#004000;
scrollbar-arrow-color:#CCCC00;
scrollbar-base-color:#004000;
scrollbar-darkshadow-color:#003300;
scrollbar-face-color:#004000;
scrollbar-highlight-color:#CCCC00;
scrollbar-shadow-color:#FFFF00
</style>
Le podes cambiar los colores, ponele el nro que corresponda a los colores que quieras y listo.
Para que el texto vinculado mantenga el color original, tambien lo tenes que hacer en CSS, selecciona el texto, abri la ventana de CSS, creas un nuevo estilo a la seleccion, y en la ventana que se abre donde dice decoracion, clickea en "ninguna". Eso generará un codigo en el head que sera asi:
<!--
.unnamed1 { text-decoration: none}
-->
Sino pones este codigo directamente en el HEAD, y en el codigo del enlace pone lo siguiente:
<a href="enlace.htm" class="unnamed1">Texto</a>
Saludos y si tenes alguna duda avisame.
Juanceer
<style type="text/css">
.barra {
scrollbar-3dlight-color:#004000;
scrollbar-arrow-color:#CCCC00;
scrollbar-base-color:#004000;
scrollbar-darkshadow-color:#003300;
scrollbar-face-color:#004000;
scrollbar-highlight-color:#CCCC00;
scrollbar-shadow-color:#FFFF00
</style>
Le podes cambiar los colores, ponele el nro que corresponda a los colores que quieras y listo.
Para que el texto vinculado mantenga el color original, tambien lo tenes que hacer en CSS, selecciona el texto, abri la ventana de CSS, creas un nuevo estilo a la seleccion, y en la ventana que se abre donde dice decoracion, clickea en "ninguna". Eso generará un codigo en el head que sera asi:
<!--
.unnamed1 { text-decoration: none}
-->
Sino pones este codigo directamente en el HEAD, y en el codigo del enlace pone lo siguiente:
<a href="enlace.htm" class="unnamed1">Texto</a>
Saludos y si tenes alguna duda avisame.
Juanceer
he probado lo de la barra de scroll y no ha cambiado el color. He de decir que en la página en cuestión ya hay algun CSS y creo que uno se llama text, ¿esto puede influir? ¿Cómo puedo mantener los estilos y a la vez lo del scroll?
Copiame el codigo HTML de tu pagina y te lo resuelvo (y dame el # de color que queres).
El hecho de que haya otro CSS no influye para nada.
Aguardo el envio.
El hecho de que haya otro CSS no influye para nada.
Aguardo el envio.
los colores són los mismos que estan en el código
<html>
<head>
<title>Portada del Ceip Castell d'Òdena</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a)&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a.indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
}
function MM_findObj(n, d) { //v4.0
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers.document);
if(!x && document.getElementById) x=document.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function AddToFaves_hp(){
var is_4up = parseInt(navigator.appVersion);
var is_mac = navigator.userAgent.toLowerCase().indexOf("mac")!=-1;
var is_ie = navigator.userAgent.toLowerCase().indexOf("msie")!=-1;
var thePage = location.href;
if (thePage.lastIndexOf('#')!=-1)
thePage = thePage.substring(0,thePage.lastIndexOf('#'));
if (is_ie && is_4up && !is_mac)
window.external.AddFavorite(thePage,document.title);
else if (is_ie || document.images)
booker_hp = window.open(thePage,'booker_','menubar,width=325,height=100,left=140,top=60');
//booker_hp.focus();
}
//-->
</script>
<STYLE>
<!--
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
-->
</STYLE>
<style type="text/css">
.barra{
scrollbar-3dlight-color:#038638E
scrollbar-arrow-color:#003366
scrollbar-base-color:#38638E
scrollbar-darkshadow-color:#003300
scrollbar-face-color:#38638E
scrollbar-highlight-color:#003366
scrollbar-shadow-color:#C0C0FF
</style>
<link rel="stylesheet" href="estils/estil1.css" type="text/css">
</head>
<body bgcolor="#003366" text="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('imatges/comesfa9.jpg','imatges/caratul4.jpg')">
<script language="JavaScript">
function agregar(){
if((navigator.appName=="Microsoft Internet Explorer")&&(parseInt(navigator.appVersion)>=4))
{
var url="http://www.xtec.es/ceip-castelldodena/portada0.htm";
var titulo="Portada del CEIP Castell d'Òdena";
window.external.AddFavorite(url,titulo);
}
else{
if(navigator.appName=="Netscape"){
alert("Premi Ctrl+D per afegir aquesta pàgina a Preferits");
}
}
}
</script>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="144" height="27" valign="top"></td>
<td width="32" height="27" valign="top"></td>
<td width="66" height="27" valign="top"></td>
<td width="73" height="27" valign="top"></td>
<td width="36" height="27" valign="top"></td>
<td width="43" height="27" valign="top"></td>
<td width="40" height="27" valign="top"></td>
<td width="21" height="27" valign="top"></td>
<td width="112" height="27" valign="top"></td>
<td width="34" height="27" valign="top"></td>
<td width="83" height="27" valign="top"></td>
<td width="273" height="27" valign="top"></td>
</tr>
<tr>
<td width="144" height="29" valign="top"></td>
<td width="32" height="29" valign="top"></td>
<td width="66" height="29" valign="top"></td>
<td width="325" height="29" colspan="6" valign="middle" bgcolor="#999999">
<div align="center"><font face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="6"><font size="5"><span class="titular">Taulell
d'anuncis</span></font></font> </div>
</td>
<td width="34" height="29" valign="top"></td>
<td width="83" height="29" valign="top"></td>
<td width="273" height="29" valign="top"></td>
</tr>
<tr>
<td width="144" height="8" valign="top"></td>
<td width="32" height="8" valign="top"></td>
<td width="66" height="8" valign="top"></td>
<td width="73" height="8" valign="top"></td>
<td width="36" height="8" valign="top"></td>
<td width="43" height="8" valign="top"></td>
<td width="40" height="8" valign="top"></td>
<td width="21" height="8" valign="top"></td>
<td width="112" height="8" valign="top"></td>
<td width="34" height="8" valign="top"></td>
<td width="83" height="8" valign="top"></td>
<td width="273" height="8" valign="top"></td>
</tr>
<tr>
<td width="144" height="142" valign="top"></td>
<td width="250" height="142" colspan="5" valign="top" bgcolor="#66CC66">
<div align="center">
<p> </p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="175" height="50">
<param name=movie value="flash/comunic.swf">
<param name=quality value=high><param name="wmode" value="transparent">
<embed src="flash/comunic.swf" quality=high wmode="transparent" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="175" height="50">
</embed>
</object></p>
<p><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="circul01.htm" target="_self">Colònies
de Primària</a></font></p>
</div>
</td>
<td width="40" height="142" valign="top"></td>
<td width="250" height="158" colspan="4" rowspan="2" valign="top" bgcolor="#FF9900">
<div align="center">
<p> </p>
<p><b><font face="Verdana, Arial, Helvetica, sans-serif" size="5" color="#000000">Forum</font></b></p>
<p><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#000000"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="100" height="20">
<param name=movie value="button1.swf">
<param name=quality value=high>
<param name="BGCOLOR" value="#FF9900">
<embed src="button1.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100" height="20" bgcolor="#FF9900">
</embed>
</object></font></b></p>
</div>
</td>
<td width="273" height="142" valign="top"></td>
</tr>
<tr>
<td width="144" height="16" valign="top"></td>
<td width="32" height="16" valign="top"></td>
<td width="66" height="16" valign="top"></td>
<td width="73" height="16" valign="top"></td>
<td width="36" height="16" valign="top"></td>
<td width="43" height="16" valign="top"></td>
<td width="40" height="16" valign="top"></td>
<td width="273" height="16" valign="top"></td>
</tr>
<tr>
<td width="144" height="21" valign="top"></td>
<td width="32" height="21" valign="top"></td>
<td width="66" height="21" valign="top"></td>
<td width="73" height="21" valign="top"></td>
<td width="36" height="21" valign="top"></td>
<td width="43" height="21" valign="top"></td>
<td width="40" height="21" valign="top"></td>
<td width="21" height="21" valign="top"></td>
<td width="112" height="21" valign="top"></td>
<td width="34" height="21" valign="top"></td>
<td width="83" height="21" valign="top"></td>
<td width="273" height="21" valign="top"></td>
</tr>
<tr>
<td width="144" height="5" valign="top"></td>
<td width="32" height="5" valign="top"></td>
<td width="139" height="194" colspan="2" rowspan="3" valign="top" bgcolor="#FF6666">
<div align="center">
<p> </p>
<p><a href="http://www.xtec.es/ceip-castelldodena/cef/index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('cef','','imatges/comesfa9.jpg',1)" target="_blank"><img name="cef" border="0" src="imatges/comesfa8.jpg" width="100" height="99"></a></p>
<p> </p>
</div>
</td>
<td width="36" height="5" valign="top"></td>
<td width="43" height="5" valign="top"></td>
<td width="40" height="5" valign="top"></td>
<td width="21" height="5" valign="top"></td>
<td width="112" height="5" valign="top"></td>
<td width="34" height="5" valign="top"></td>
<td width="83" height="5" valign="top"></td>
<td width="273" height="5" valign="top"></td>
</tr>
<tr>
<td width="144" height="174" valign="top"></td>
<td width="32" height="174" valign="top"></td>
<td width="36" height="174" valign="top"></td>
<td width="250" height="174" colspan="5" valign="top" bgcolor="#FF6666">
<div align="center">
<p> </p>
<p><a href="http://www.xtec.es/audiovisuals/premis02/video2002/t2.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('pedrera','','imatges/caratul4.jpg',1)" target="_blank"><img name="pedrera" border="0" src="imatges/caratul3.jpg" width="150" height="117"></a></p>
</div>
</td>
<td width="83" height="174" valign="top"></td>
<td width="273" height="174" valign="top"></td>
</tr>
<tr>
<td width="144" height="15" valign="top"></td>
<td width="32" height="15" valign="top"></td>
<td width="36" height="15" valign="top"></td>
<td width="43" height="15" valign="top"></td>
<td width="40" height="15" valign="top"></td>
<td width="21" height="15" valign="top"></td>
<td width="112" height="15" valign="top"></td>
<td width="34" height="15" valign="top"></td>
<td width="83" height="15" valign="top"></td>
<td width="273" height="15" valign="top"></td>
</tr>
<tr>
<td width="144" height="91" valign="top"></td>
<td width="32" height="91" valign="top"></td>
<td width="66" height="91" valign="top"></td>
<td width="73" height="91" valign="top"></td>
<td width="36" height="91" valign="top"></td>
<td width="43" height="91" valign="top"></td>
<td width="40" height="91" valign="top"></td>
<td width="21" height="91" valign="top"></td>
<td width="112" height="91" valign="top" class="unnamed1"><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif"><a href="JavaScript:agregar()" class="unnamed1"><font color="#38638E">Afegir
a favorits</font></a></font></td>
<td width="34" height="91" valign="top"></td>
<td width="83" height="91" valign="top"></td>
<td width="273" height="91" valign="top"></td>
</tr>
<tr>
<td width="144" height="19" valign="top"></td>
<td width="32" height="19" valign="top"></td>
<td width="66" height="19" valign="top"></td>
<td width="73" height="19" valign="top"></td>
<td width="36" height="19" valign="top"></td>
<td width="43" height="19" valign="top"></td>
<td width="40" height="19" valign="top"></td>
<td width="21" height="19" valign="top"></td>
<td width="502" height="19" colspan="4" valign="top">
<div align="center"><font face="helvetica"></font> <font face="helvetica">
<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
<script>
/*
Milonic DHTML Website Navigation Menu - Version 3.4
Written by Andy Woolley - Copyright 2002 (c) Milonic Solutions Limited. All Rights Reserved.
Please visit http://www.milonic.co.uk/menu or e-mail [email protected] for more information.
The Free use of this menu is only available to Non-Profit, Educational & Personal web sites.
Commercial and Corporate licenses are available for use on all other web sites & Intranets.
All Copyright notices MUST remain in place at ALL times and, please keep us informed of your
intentions to use the menu and send us your URL.
*/
</script>
<script language=JavaScript src="frames_body_array.js" type=text/javascript></script>
<script language=JavaScript src="mmenu.js" type=text/javascript></script>
</font></div>
</td>
</tr>
<tr>
<td width="144" height="1" valign="top"><img width="144" height="1" src="transparent.gif"></td>
<td width="32" height="1" valign="top"><img width="32" height="1" src="transparent.gif"></td>
<td width="66" height="1" valign="top"><img width="66" height="1" src="transparent.gif"></td>
<td width="73" height="1" valign="top"><img width="73" height="1" src="transparent.gif"></td>
<td width="36" height="1" valign="top"><img width="36" height="1" src="transparent.gif"></td>
<td width="43" height="1" valign="top"><img width="43" height="1" src="transparent.gif"></td>
<td width="40" height="1" valign="top"><img width="40" height="1" src="transparent.gif"></td>
<td width="21" height="1" valign="top"><img width="21" height="1" src="transparent.gif"></td>
<td width="112" height="1" valign="top"><img width="112" height="1" src="transparent.gif"></td>
<td width="34" height="1" valign="top"><img width="34" height="1" src="transparent.gif"></td>
<td width="83" height="1" valign="top"><img width="83" height="1" src="transparent.gif"></td>
<td width="273" height="1" valign="top"><img width="273" height="1" src="transparent.gif"></td>
</tr>
</table>
</body>
</html>
<html>
<head>
<title>Portada del Ceip Castell d'Òdena</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a)&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a.indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
}
function MM_findObj(n, d) { //v4.0
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers.document);
if(!x && document.getElementById) x=document.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function AddToFaves_hp(){
var is_4up = parseInt(navigator.appVersion);
var is_mac = navigator.userAgent.toLowerCase().indexOf("mac")!=-1;
var is_ie = navigator.userAgent.toLowerCase().indexOf("msie")!=-1;
var thePage = location.href;
if (thePage.lastIndexOf('#')!=-1)
thePage = thePage.substring(0,thePage.lastIndexOf('#'));
if (is_ie && is_4up && !is_mac)
window.external.AddFavorite(thePage,document.title);
else if (is_ie || document.images)
booker_hp = window.open(thePage,'booker_','menubar,width=325,height=100,left=140,top=60');
//booker_hp.focus();
}
//-->
</script>
<STYLE>
<!--
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
-->
</STYLE>
<style type="text/css">
.barra{
scrollbar-3dlight-color:#038638E
scrollbar-arrow-color:#003366
scrollbar-base-color:#38638E
scrollbar-darkshadow-color:#003300
scrollbar-face-color:#38638E
scrollbar-highlight-color:#003366
scrollbar-shadow-color:#C0C0FF
</style>
<link rel="stylesheet" href="estils/estil1.css" type="text/css">
</head>
<body bgcolor="#003366" text="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('imatges/comesfa9.jpg','imatges/caratul4.jpg')">
<script language="JavaScript">
function agregar(){
if((navigator.appName=="Microsoft Internet Explorer")&&(parseInt(navigator.appVersion)>=4))
{
var url="http://www.xtec.es/ceip-castelldodena/portada0.htm";
var titulo="Portada del CEIP Castell d'Òdena";
window.external.AddFavorite(url,titulo);
}
else{
if(navigator.appName=="Netscape"){
alert("Premi Ctrl+D per afegir aquesta pàgina a Preferits");
}
}
}
</script>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="144" height="27" valign="top"></td>
<td width="32" height="27" valign="top"></td>
<td width="66" height="27" valign="top"></td>
<td width="73" height="27" valign="top"></td>
<td width="36" height="27" valign="top"></td>
<td width="43" height="27" valign="top"></td>
<td width="40" height="27" valign="top"></td>
<td width="21" height="27" valign="top"></td>
<td width="112" height="27" valign="top"></td>
<td width="34" height="27" valign="top"></td>
<td width="83" height="27" valign="top"></td>
<td width="273" height="27" valign="top"></td>
</tr>
<tr>
<td width="144" height="29" valign="top"></td>
<td width="32" height="29" valign="top"></td>
<td width="66" height="29" valign="top"></td>
<td width="325" height="29" colspan="6" valign="middle" bgcolor="#999999">
<div align="center"><font face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="6"><font size="5"><span class="titular">Taulell
d'anuncis</span></font></font> </div>
</td>
<td width="34" height="29" valign="top"></td>
<td width="83" height="29" valign="top"></td>
<td width="273" height="29" valign="top"></td>
</tr>
<tr>
<td width="144" height="8" valign="top"></td>
<td width="32" height="8" valign="top"></td>
<td width="66" height="8" valign="top"></td>
<td width="73" height="8" valign="top"></td>
<td width="36" height="8" valign="top"></td>
<td width="43" height="8" valign="top"></td>
<td width="40" height="8" valign="top"></td>
<td width="21" height="8" valign="top"></td>
<td width="112" height="8" valign="top"></td>
<td width="34" height="8" valign="top"></td>
<td width="83" height="8" valign="top"></td>
<td width="273" height="8" valign="top"></td>
</tr>
<tr>
<td width="144" height="142" valign="top"></td>
<td width="250" height="142" colspan="5" valign="top" bgcolor="#66CC66">
<div align="center">
<p> </p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="175" height="50">
<param name=movie value="flash/comunic.swf">
<param name=quality value=high><param name="wmode" value="transparent">
<embed src="flash/comunic.swf" quality=high wmode="transparent" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="175" height="50">
</embed>
</object></p>
<p><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="circul01.htm" target="_self">Colònies
de Primària</a></font></p>
</div>
</td>
<td width="40" height="142" valign="top"></td>
<td width="250" height="158" colspan="4" rowspan="2" valign="top" bgcolor="#FF9900">
<div align="center">
<p> </p>
<p><b><font face="Verdana, Arial, Helvetica, sans-serif" size="5" color="#000000">Forum</font></b></p>
<p><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#000000"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="100" height="20">
<param name=movie value="button1.swf">
<param name=quality value=high>
<param name="BGCOLOR" value="#FF9900">
<embed src="button1.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100" height="20" bgcolor="#FF9900">
</embed>
</object></font></b></p>
</div>
</td>
<td width="273" height="142" valign="top"></td>
</tr>
<tr>
<td width="144" height="16" valign="top"></td>
<td width="32" height="16" valign="top"></td>
<td width="66" height="16" valign="top"></td>
<td width="73" height="16" valign="top"></td>
<td width="36" height="16" valign="top"></td>
<td width="43" height="16" valign="top"></td>
<td width="40" height="16" valign="top"></td>
<td width="273" height="16" valign="top"></td>
</tr>
<tr>
<td width="144" height="21" valign="top"></td>
<td width="32" height="21" valign="top"></td>
<td width="66" height="21" valign="top"></td>
<td width="73" height="21" valign="top"></td>
<td width="36" height="21" valign="top"></td>
<td width="43" height="21" valign="top"></td>
<td width="40" height="21" valign="top"></td>
<td width="21" height="21" valign="top"></td>
<td width="112" height="21" valign="top"></td>
<td width="34" height="21" valign="top"></td>
<td width="83" height="21" valign="top"></td>
<td width="273" height="21" valign="top"></td>
</tr>
<tr>
<td width="144" height="5" valign="top"></td>
<td width="32" height="5" valign="top"></td>
<td width="139" height="194" colspan="2" rowspan="3" valign="top" bgcolor="#FF6666">
<div align="center">
<p> </p>
<p><a href="http://www.xtec.es/ceip-castelldodena/cef/index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('cef','','imatges/comesfa9.jpg',1)" target="_blank"><img name="cef" border="0" src="imatges/comesfa8.jpg" width="100" height="99"></a></p>
<p> </p>
</div>
</td>
<td width="36" height="5" valign="top"></td>
<td width="43" height="5" valign="top"></td>
<td width="40" height="5" valign="top"></td>
<td width="21" height="5" valign="top"></td>
<td width="112" height="5" valign="top"></td>
<td width="34" height="5" valign="top"></td>
<td width="83" height="5" valign="top"></td>
<td width="273" height="5" valign="top"></td>
</tr>
<tr>
<td width="144" height="174" valign="top"></td>
<td width="32" height="174" valign="top"></td>
<td width="36" height="174" valign="top"></td>
<td width="250" height="174" colspan="5" valign="top" bgcolor="#FF6666">
<div align="center">
<p> </p>
<p><a href="http://www.xtec.es/audiovisuals/premis02/video2002/t2.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('pedrera','','imatges/caratul4.jpg',1)" target="_blank"><img name="pedrera" border="0" src="imatges/caratul3.jpg" width="150" height="117"></a></p>
</div>
</td>
<td width="83" height="174" valign="top"></td>
<td width="273" height="174" valign="top"></td>
</tr>
<tr>
<td width="144" height="15" valign="top"></td>
<td width="32" height="15" valign="top"></td>
<td width="36" height="15" valign="top"></td>
<td width="43" height="15" valign="top"></td>
<td width="40" height="15" valign="top"></td>
<td width="21" height="15" valign="top"></td>
<td width="112" height="15" valign="top"></td>
<td width="34" height="15" valign="top"></td>
<td width="83" height="15" valign="top"></td>
<td width="273" height="15" valign="top"></td>
</tr>
<tr>
<td width="144" height="91" valign="top"></td>
<td width="32" height="91" valign="top"></td>
<td width="66" height="91" valign="top"></td>
<td width="73" height="91" valign="top"></td>
<td width="36" height="91" valign="top"></td>
<td width="43" height="91" valign="top"></td>
<td width="40" height="91" valign="top"></td>
<td width="21" height="91" valign="top"></td>
<td width="112" height="91" valign="top" class="unnamed1"><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif"><a href="JavaScript:agregar()" class="unnamed1"><font color="#38638E">Afegir
a favorits</font></a></font></td>
<td width="34" height="91" valign="top"></td>
<td width="83" height="91" valign="top"></td>
<td width="273" height="91" valign="top"></td>
</tr>
<tr>
<td width="144" height="19" valign="top"></td>
<td width="32" height="19" valign="top"></td>
<td width="66" height="19" valign="top"></td>
<td width="73" height="19" valign="top"></td>
<td width="36" height="19" valign="top"></td>
<td width="43" height="19" valign="top"></td>
<td width="40" height="19" valign="top"></td>
<td width="21" height="19" valign="top"></td>
<td width="502" height="19" colspan="4" valign="top">
<div align="center"><font face="helvetica"></font> <font face="helvetica">
<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
<script>
/*
Milonic DHTML Website Navigation Menu - Version 3.4
Written by Andy Woolley - Copyright 2002 (c) Milonic Solutions Limited. All Rights Reserved.
Please visit http://www.milonic.co.uk/menu or e-mail [email protected] for more information.
The Free use of this menu is only available to Non-Profit, Educational & Personal web sites.
Commercial and Corporate licenses are available for use on all other web sites & Intranets.
All Copyright notices MUST remain in place at ALL times and, please keep us informed of your
intentions to use the menu and send us your URL.
*/
</script>
<script language=JavaScript src="frames_body_array.js" type=text/javascript></script>
<script language=JavaScript src="mmenu.js" type=text/javascript></script>
</font></div>
</td>
</tr>
<tr>
<td width="144" height="1" valign="top"><img width="144" height="1" src="transparent.gif"></td>
<td width="32" height="1" valign="top"><img width="32" height="1" src="transparent.gif"></td>
<td width="66" height="1" valign="top"><img width="66" height="1" src="transparent.gif"></td>
<td width="73" height="1" valign="top"><img width="73" height="1" src="transparent.gif"></td>
<td width="36" height="1" valign="top"><img width="36" height="1" src="transparent.gif"></td>
<td width="43" height="1" valign="top"><img width="43" height="1" src="transparent.gif"></td>
<td width="40" height="1" valign="top"><img width="40" height="1" src="transparent.gif"></td>
<td width="21" height="1" valign="top"><img width="21" height="1" src="transparent.gif"></td>
<td width="112" height="1" valign="top"><img width="112" height="1" src="transparent.gif"></td>
<td width="34" height="1" valign="top"><img width="34" height="1" src="transparent.gif"></td>
<td width="83" height="1" valign="top"><img width="83" height="1" src="transparent.gif"></td>
<td width="273" height="1" valign="top"><img width="273" height="1" src="transparent.gif"></td>
</tr>
</table>
</body>
</html>
Aca te envio el codigo corregido, si tenes alguna duda avisame. Saludos y suerte
Juanceer
<html>
<head>
<title>Portada del Ceip Castell d'Òdena</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<STYLE>
<!--
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
-->
.barra {
scrollbar-3dlight-color:#038638E;
scrollbar-arrow-color:#003366;
scrollbar-base-color:#38638E;
scrollbar-darkshadow-color:#003300;
scrollbar-face-color:#38638E;
scrollbar-highlight-color:#003366;
scrollbar-shadow-color:#C0C0FF
</style>
<link rel="stylesheet" href="estils/estil1.css" type="text/css">
<script language="JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a)&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a.indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
}
function MM_findObj(n, d) { //v4.0
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers.document);
if(!x && document.getElementById) x=document.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function AddToFaves_hp(){
var is_4up = parseInt(navigator.appVersion);
var is_mac = navigator.userAgent.toLowerCase().indexOf("mac")!=-1;
var is_ie = navigator.userAgent.toLowerCase().indexOf("msie")!=-1;
var thePage = location.href;
if (thePage.lastIndexOf('#')!=-1)
thePage = thePage.substring(0,thePage.lastIndexOf('#'));
if (is_ie && is_4up && !is_mac)
window.external.AddFavorite(thePage,document.title);
else if (is_ie || document.images)
booker_hp = window.open(thePage,'booker_','menubar,width=325,height=100,left=140,top=60');
//booker_hp.focus();
}
//-->
</script>
<link rel="stylesheet" href="estils/estil1.css" type="text/css">
</head>
<body bgcolor="#003366" text="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('imatges/comesfa9.jpg','imatges/caratul4.jpg')" class="barra">
<script language="JavaScript">
function agregar(){
if((navigator.appName=="Microsoft Internet Explorer")&&(parseInt(navigator.appVersion)>=4))
{
var url="http://www.xtec.es/ceip-castelldodena/portada0.htm";
var titulo="Portada del CEIP Castell d'Òdena";
window.external.AddFavorite(url,titulo);
}
else{
if(navigator.appName=="Netscape"){
alert("Premi Ctrl+D per afegir aquesta pàgina a Preferits");
}
}
}
</script>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="144" height="27" valign="top"></td>
<td width="32" height="27" valign="top"></td>
<td width="66" height="27" valign="top"></td>
<td width="73" height="27" valign="top"></td>
<td width="36" height="27" valign="top"></td>
<td width="43" height="27" valign="top"></td>
<td width="40" height="27" valign="top"></td>
<td width="21" height="27" valign="top"></td>
<td width="112" height="27" valign="top"></td>
<td width="34" height="27" valign="top"></td>
<td width="83" height="27" valign="top"></td>
<td width="273" height="27" valign="top"></td>
</tr>
<tr>
<td width="144" height="29" valign="top"></td>
<td width="32" height="29" valign="top"></td>
<td width="66" height="29" valign="top"></td>
<td width="325" height="29" colspan="6" valign="middle" bgcolor="#999999">
<div align="center"><font face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="6"><font size="5"><span class="titular">Taulell
d'anuncis</span></font></font> </div>
</td>
<td width="34" height="29" valign="top"></td>
<td width="83" height="29" valign="top"></td>
<td width="273" height="29" valign="top"></td>
</tr>
<tr>
<td width="144" height="8" valign="top"></td>
<td width="32" height="8" valign="top"></td>
<td width="66" height="8" valign="top"></td>
<td width="73" height="8" valign="top"></td>
<td width="36" height="8" valign="top"></td>
<td width="43" height="8" valign="top"></td>
<td width="40" height="8" valign="top"></td>
<td width="21" height="8" valign="top"></td>
<td width="112" height="8" valign="top"></td>
<td width="34" height="8" valign="top"></td>
<td width="83" height="8" valign="top"></td>
<td width="273" height="8" valign="top"></td>
</tr>
<tr>
<td width="144" height="142" valign="top"></td>
<td width="250" height="142" colspan="5" valign="top" bgcolor="#66CC66">
<div align="center">
<p> </p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="175" height="50">
<param name=movie value="flash/comunic.swf">
<param name=quality value=high><param name="wmode" value="transparent">
<embed src="flash/comunic.swf" quality=high wmode="transparent" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="175" height="50">
</embed>
</object></p>
<p><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="circul01.htm" target="_self">Colònies
de Primària</a></font></p>
</div>
</td>
<td width="40" height="142" valign="top"></td>
<td width="250" height="158" colspan="4" rowspan="2" valign="top" bgcolor="#FF9900">
<div align="center">
<p> </p>
<p><b><font face="Verdana, Arial, Helvetica, sans-serif" size="5" color="#000000">Forum</font></b></p>
<p><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#000000"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="100" height="20">
<param name=movie value="button1.swf">
<param name=quality value=high>
<param name="BGCOLOR" value="#FF9900">
<embed src="button1.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100" height="20" bgcolor="#FF9900">
</embed>
</object></font></b></p>
</div>
</td>
<td width="273" height="142" valign="top"></td>
</tr>
<tr>
<td width="144" height="16" valign="top"></td>
<td width="32" height="16" valign="top"></td>
<td width="66" height="16" valign="top"></td>
<td width="73" height="16" valign="top"></td>
<td width="36" height="16" valign="top"></td>
<td width="43" height="16" valign="top"></td>
<td width="40" height="16" valign="top"></td>
<td width="273" height="16" valign="top"></td>
</tr>
<tr>
<td width="144" height="21" valign="top"></td>
<td width="32" height="21" valign="top"></td>
<td width="66" height="21" valign="top"></td>
<td width="73" height="21" valign="top"></td>
<td width="36" height="21" valign="top"></td>
<td width="43" height="21" valign="top"></td>
<td width="40" height="21" valign="top"></td>
<td width="21" height="21" valign="top"></td>
<td width="112" height="21" valign="top"></td>
<td width="34" height="21" valign="top"></td>
<td width="83" height="21" valign="top"></td>
<td width="273" height="21" valign="top"></td>
</tr>
<tr>
<td width="144" height="5" valign="top"></td>
<td width="32" height="5" valign="top"></td>
<td width="139" height="194" colspan="2" rowspan="3" valign="top" bgcolor="#FF6666">
<div align="center">
<p> </p>
<p><a href="http://www.xtec.es/ceip-castelldodena/cef/index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('cef','','imatges/comesfa9.jpg',1)" target="_blank"><img name="cef" border="0" src="imatges/comesfa8.jpg" width="100" height="99"></a></p>
<p> </p>
</div>
</td>
<td width="36" height="5" valign="top"></td>
<td width="43" height="5" valign="top"></td>
<td width="40" height="5" valign="top"></td>
<td width="21" height="5" valign="top"></td>
<td width="112" height="5" valign="top"></td>
<td width="34" height="5" valign="top"></td>
<td width="83" height="5" valign="top"></td>
<td width="273" height="5" valign="top"></td>
</tr>
<tr>
<td width="144" height="174" valign="top"></td>
<td width="32" height="174" valign="top"></td>
<td width="36" height="174" valign="top"></td>
<td width="250" height="174" colspan="5" valign="top" bgcolor="#FF6666">
<div align="center">
<p> </p>
<p><a href="http://www.xtec.es/audiovisuals/premis02/video2002/t2.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('pedrera','','imatges/caratul4.jpg',1)" target="_blank"><img name="pedrera" border="0" src="imatges/caratul3.jpg" width="150" height="117"></a></p>
</div>
</td>
<td width="83" height="174" valign="top"></td>
<td width="273" height="174" valign="top"></td>
</tr>
<tr>
<td width="144" height="15" valign="top"></td>
<td width="32" height="15" valign="top"></td>
<td width="36" height="15" valign="top"></td>
<td width="43" height="15" valign="top"></td>
<td width="40" height="15" valign="top"></td>
<td width="21" height="15" valign="top"></td>
<td width="112" height="15" valign="top"></td>
<td width="34" height="15" valign="top"></td>
<td width="83" height="15" valign="top"></td>
<td width="273" height="15" valign="top"></td>
</tr>
<tr>
<td width="144" height="91" valign="top"></td>
<td width="32" height="91" valign="top"></td>
<td width="66" height="91" valign="top"></td>
<td width="73" height="91" valign="top"></td>
<td width="36" height="91" valign="top"></td>
<td width="43" height="91" valign="top"></td>
<td width="40" height="91" valign="top"></td>
<td width="21" height="91" valign="top"></td>
<td width="112" height="91" valign="top" class="unnamed1"><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif"><a href="JavaScript:agregar()" class="unnamed1"><font color="#38638E">Afegir
a favorits</font></a></font></td>
<td width="34" height="91" valign="top"></td>
<td width="83" height="91" valign="top"></td>
<td width="273" height="91" valign="top"></td>
</tr>
<tr>
<td width="144" height="19" valign="top"></td>
<td width="32" height="19" valign="top"></td>
<td width="66" height="19" valign="top"></td>
<td width="73" height="19" valign="top"></td>
<td width="36" height="19" valign="top"></td>
<td width="43" height="19" valign="top"></td>
<td width="40" height="19" valign="top"></td>
<td width="21" height="19" valign="top"></td>
<td width="502" height="19" colspan="4" valign="top">
<div align="center"><font face="helvetica"></font> <font face="helvetica">
<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
<script>
/*
Milonic DHTML Website Navigation Menu - Version 3.4
Written by Andy Woolley - Copyright 2002 (c) Milonic Solutions Limited. All Rights Reserved.
Please visit http://www.milonic.co.uk/menu or e-mail [email protected] for more information.
The Free use of this menu is only available to Non-Profit, Educational & Personal web sites.
Commercial and Corporate licenses are available for use on all other web sites & Intranets.
All Copyright notices MUST remain in place at ALL times and, please keep us informed of your
intentions to use the menu and send us your URL.
*/
</script>
<script language=JavaScript src="frames_body_array.js" type=text/javascript></script>
<script language=JavaScript src="mmenu.js" type=text/javascript></script>
</font></div>
</td>
</tr>
<tr>
<td width="144" height="1" valign="top"><img width="144" height="1" src="transparent.gif"></td>
<td width="32" height="1" valign="top"><img width="32" height="1" src="transparent.gif"></td>
<td width="66" height="1" valign="top"><img width="66" height="1" src="transparent.gif"></td>
<td width="73" height="1" valign="top"><img width="73" height="1" src="transparent.gif"></td>
<td width="36" height="1" valign="top"><img width="36" height="1" src="transparent.gif"></td>
<td width="43" height="1" valign="top"><img width="43" height="1" src="transparent.gif"></td>
<td width="40" height="1" valign="top"><img width="40" height="1" src="transparent.gif"></td>
<td width="21" height="1" valign="top"><img width="21" height="1" src="transparent.gif"></td>
<td width="112" height="1" valign="top"><img width="112" height="1" src="transparent.gif"></td>
<td width="34" height="1" valign="top"><img width="34" height="1" src="transparent.gif"></td>
<td width="83" height="1" valign="top"><img width="83" height="1" src="transparent.gif"></td>
<td width="273" height="1" valign="top"><img width="273" height="1" src="transparent.gif"></td>
</tr>
</table>
</body>
</html>
Juanceer
<html>
<head>
<title>Portada del Ceip Castell d'Òdena</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<STYLE>
<!--
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
-->
.barra {
scrollbar-3dlight-color:#038638E;
scrollbar-arrow-color:#003366;
scrollbar-base-color:#38638E;
scrollbar-darkshadow-color:#003300;
scrollbar-face-color:#38638E;
scrollbar-highlight-color:#003366;
scrollbar-shadow-color:#C0C0FF
</style>
<link rel="stylesheet" href="estils/estil1.css" type="text/css">
<script language="JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a)&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a.indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
}
function MM_findObj(n, d) { //v4.0
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers.document);
if(!x && document.getElementById) x=document.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function AddToFaves_hp(){
var is_4up = parseInt(navigator.appVersion);
var is_mac = navigator.userAgent.toLowerCase().indexOf("mac")!=-1;
var is_ie = navigator.userAgent.toLowerCase().indexOf("msie")!=-1;
var thePage = location.href;
if (thePage.lastIndexOf('#')!=-1)
thePage = thePage.substring(0,thePage.lastIndexOf('#'));
if (is_ie && is_4up && !is_mac)
window.external.AddFavorite(thePage,document.title);
else if (is_ie || document.images)
booker_hp = window.open(thePage,'booker_','menubar,width=325,height=100,left=140,top=60');
//booker_hp.focus();
}
//-->
</script>
<link rel="stylesheet" href="estils/estil1.css" type="text/css">
</head>
<body bgcolor="#003366" text="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('imatges/comesfa9.jpg','imatges/caratul4.jpg')" class="barra">
<script language="JavaScript">
function agregar(){
if((navigator.appName=="Microsoft Internet Explorer")&&(parseInt(navigator.appVersion)>=4))
{
var url="http://www.xtec.es/ceip-castelldodena/portada0.htm";
var titulo="Portada del CEIP Castell d'Òdena";
window.external.AddFavorite(url,titulo);
}
else{
if(navigator.appName=="Netscape"){
alert("Premi Ctrl+D per afegir aquesta pàgina a Preferits");
}
}
}
</script>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="144" height="27" valign="top"></td>
<td width="32" height="27" valign="top"></td>
<td width="66" height="27" valign="top"></td>
<td width="73" height="27" valign="top"></td>
<td width="36" height="27" valign="top"></td>
<td width="43" height="27" valign="top"></td>
<td width="40" height="27" valign="top"></td>
<td width="21" height="27" valign="top"></td>
<td width="112" height="27" valign="top"></td>
<td width="34" height="27" valign="top"></td>
<td width="83" height="27" valign="top"></td>
<td width="273" height="27" valign="top"></td>
</tr>
<tr>
<td width="144" height="29" valign="top"></td>
<td width="32" height="29" valign="top"></td>
<td width="66" height="29" valign="top"></td>
<td width="325" height="29" colspan="6" valign="middle" bgcolor="#999999">
<div align="center"><font face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="6"><font size="5"><span class="titular">Taulell
d'anuncis</span></font></font> </div>
</td>
<td width="34" height="29" valign="top"></td>
<td width="83" height="29" valign="top"></td>
<td width="273" height="29" valign="top"></td>
</tr>
<tr>
<td width="144" height="8" valign="top"></td>
<td width="32" height="8" valign="top"></td>
<td width="66" height="8" valign="top"></td>
<td width="73" height="8" valign="top"></td>
<td width="36" height="8" valign="top"></td>
<td width="43" height="8" valign="top"></td>
<td width="40" height="8" valign="top"></td>
<td width="21" height="8" valign="top"></td>
<td width="112" height="8" valign="top"></td>
<td width="34" height="8" valign="top"></td>
<td width="83" height="8" valign="top"></td>
<td width="273" height="8" valign="top"></td>
</tr>
<tr>
<td width="144" height="142" valign="top"></td>
<td width="250" height="142" colspan="5" valign="top" bgcolor="#66CC66">
<div align="center">
<p> </p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="175" height="50">
<param name=movie value="flash/comunic.swf">
<param name=quality value=high><param name="wmode" value="transparent">
<embed src="flash/comunic.swf" quality=high wmode="transparent" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="175" height="50">
</embed>
</object></p>
<p><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="circul01.htm" target="_self">Colònies
de Primària</a></font></p>
</div>
</td>
<td width="40" height="142" valign="top"></td>
<td width="250" height="158" colspan="4" rowspan="2" valign="top" bgcolor="#FF9900">
<div align="center">
<p> </p>
<p><b><font face="Verdana, Arial, Helvetica, sans-serif" size="5" color="#000000">Forum</font></b></p>
<p><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#000000"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="100" height="20">
<param name=movie value="button1.swf">
<param name=quality value=high>
<param name="BGCOLOR" value="#FF9900">
<embed src="button1.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100" height="20" bgcolor="#FF9900">
</embed>
</object></font></b></p>
</div>
</td>
<td width="273" height="142" valign="top"></td>
</tr>
<tr>
<td width="144" height="16" valign="top"></td>
<td width="32" height="16" valign="top"></td>
<td width="66" height="16" valign="top"></td>
<td width="73" height="16" valign="top"></td>
<td width="36" height="16" valign="top"></td>
<td width="43" height="16" valign="top"></td>
<td width="40" height="16" valign="top"></td>
<td width="273" height="16" valign="top"></td>
</tr>
<tr>
<td width="144" height="21" valign="top"></td>
<td width="32" height="21" valign="top"></td>
<td width="66" height="21" valign="top"></td>
<td width="73" height="21" valign="top"></td>
<td width="36" height="21" valign="top"></td>
<td width="43" height="21" valign="top"></td>
<td width="40" height="21" valign="top"></td>
<td width="21" height="21" valign="top"></td>
<td width="112" height="21" valign="top"></td>
<td width="34" height="21" valign="top"></td>
<td width="83" height="21" valign="top"></td>
<td width="273" height="21" valign="top"></td>
</tr>
<tr>
<td width="144" height="5" valign="top"></td>
<td width="32" height="5" valign="top"></td>
<td width="139" height="194" colspan="2" rowspan="3" valign="top" bgcolor="#FF6666">
<div align="center">
<p> </p>
<p><a href="http://www.xtec.es/ceip-castelldodena/cef/index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('cef','','imatges/comesfa9.jpg',1)" target="_blank"><img name="cef" border="0" src="imatges/comesfa8.jpg" width="100" height="99"></a></p>
<p> </p>
</div>
</td>
<td width="36" height="5" valign="top"></td>
<td width="43" height="5" valign="top"></td>
<td width="40" height="5" valign="top"></td>
<td width="21" height="5" valign="top"></td>
<td width="112" height="5" valign="top"></td>
<td width="34" height="5" valign="top"></td>
<td width="83" height="5" valign="top"></td>
<td width="273" height="5" valign="top"></td>
</tr>
<tr>
<td width="144" height="174" valign="top"></td>
<td width="32" height="174" valign="top"></td>
<td width="36" height="174" valign="top"></td>
<td width="250" height="174" colspan="5" valign="top" bgcolor="#FF6666">
<div align="center">
<p> </p>
<p><a href="http://www.xtec.es/audiovisuals/premis02/video2002/t2.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('pedrera','','imatges/caratul4.jpg',1)" target="_blank"><img name="pedrera" border="0" src="imatges/caratul3.jpg" width="150" height="117"></a></p>
</div>
</td>
<td width="83" height="174" valign="top"></td>
<td width="273" height="174" valign="top"></td>
</tr>
<tr>
<td width="144" height="15" valign="top"></td>
<td width="32" height="15" valign="top"></td>
<td width="36" height="15" valign="top"></td>
<td width="43" height="15" valign="top"></td>
<td width="40" height="15" valign="top"></td>
<td width="21" height="15" valign="top"></td>
<td width="112" height="15" valign="top"></td>
<td width="34" height="15" valign="top"></td>
<td width="83" height="15" valign="top"></td>
<td width="273" height="15" valign="top"></td>
</tr>
<tr>
<td width="144" height="91" valign="top"></td>
<td width="32" height="91" valign="top"></td>
<td width="66" height="91" valign="top"></td>
<td width="73" height="91" valign="top"></td>
<td width="36" height="91" valign="top"></td>
<td width="43" height="91" valign="top"></td>
<td width="40" height="91" valign="top"></td>
<td width="21" height="91" valign="top"></td>
<td width="112" height="91" valign="top" class="unnamed1"><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif"><a href="JavaScript:agregar()" class="unnamed1"><font color="#38638E">Afegir
a favorits</font></a></font></td>
<td width="34" height="91" valign="top"></td>
<td width="83" height="91" valign="top"></td>
<td width="273" height="91" valign="top"></td>
</tr>
<tr>
<td width="144" height="19" valign="top"></td>
<td width="32" height="19" valign="top"></td>
<td width="66" height="19" valign="top"></td>
<td width="73" height="19" valign="top"></td>
<td width="36" height="19" valign="top"></td>
<td width="43" height="19" valign="top"></td>
<td width="40" height="19" valign="top"></td>
<td width="21" height="19" valign="top"></td>
<td width="502" height="19" colspan="4" valign="top">
<div align="center"><font face="helvetica"></font> <font face="helvetica">
<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
<script>
/*
Milonic DHTML Website Navigation Menu - Version 3.4
Written by Andy Woolley - Copyright 2002 (c) Milonic Solutions Limited. All Rights Reserved.
Please visit http://www.milonic.co.uk/menu or e-mail [email protected] for more information.
The Free use of this menu is only available to Non-Profit, Educational & Personal web sites.
Commercial and Corporate licenses are available for use on all other web sites & Intranets.
All Copyright notices MUST remain in place at ALL times and, please keep us informed of your
intentions to use the menu and send us your URL.
*/
</script>
<script language=JavaScript src="frames_body_array.js" type=text/javascript></script>
<script language=JavaScript src="mmenu.js" type=text/javascript></script>
</font></div>
</td>
</tr>
<tr>
<td width="144" height="1" valign="top"><img width="144" height="1" src="transparent.gif"></td>
<td width="32" height="1" valign="top"><img width="32" height="1" src="transparent.gif"></td>
<td width="66" height="1" valign="top"><img width="66" height="1" src="transparent.gif"></td>
<td width="73" height="1" valign="top"><img width="73" height="1" src="transparent.gif"></td>
<td width="36" height="1" valign="top"><img width="36" height="1" src="transparent.gif"></td>
<td width="43" height="1" valign="top"><img width="43" height="1" src="transparent.gif"></td>
<td width="40" height="1" valign="top"><img width="40" height="1" src="transparent.gif"></td>
<td width="21" height="1" valign="top"><img width="21" height="1" src="transparent.gif"></td>
<td width="112" height="1" valign="top"><img width="112" height="1" src="transparent.gif"></td>
<td width="34" height="1" valign="top"><img width="34" height="1" src="transparent.gif"></td>
<td width="83" height="1" valign="top"><img width="83" height="1" src="transparent.gif"></td>
<td width="273" height="1" valign="top"><img width="273" height="1" src="transparent.gif"></td>
</tr>
</table>
</body>
</html>
- Compartir respuesta
- Anónimo
ahora mismo