Hola buenas:
Lo que queremos lograr es k nuestra pagina web sea totalmente accesible, es decir keremos conseguir k cumpla la triple AAA...
Uno de los fallos k nos da la pagina es la del enlace de javascript, por ejemplo:
Prioridad 2
Código:
<script language="JavaScript" type="text/javascript" src="script/scriptak.js">
La cosa es, k de esta manera hacemos llamamiento a un archivo externo, y no sabemos por k nos da el error, con lo cual si alguien nos podia decir otra manera de hacerlo, o insertando algun codigo especial para k no lo detecte como error.
Otro problema que nos da muchos fallos es la etiqueta
la cual utilizamos para alinear las imagenes con lo textos, ya sabemos que lo podemos solucionar con margin o padding's pero keremos saber si se puede hacer de alguna otra manera.
Los siguientes errores k nos da sobre las tablas son las siguientes:
Código:
# Line 172: <table width="455" cellpadding="0" cellspacing="5" style="border:0px;" >
# Line 194: <table width="455" cellpadding="0" cellspacing="5" style="border:0px;" >
# Line 217: <table width="455" cellpadding="0" cellspacing="5" style="border:0px;">
# Line 221: <td width="43">
# Line 224: <table width="455" cellpadding="0" cellspacing="5" style="border:0px;">
# Line 228: <td width="43">
# Line 231: <table width="455" cellpadding="0" cellspacing="5" style="border:0px;">
# Line 235: <td width="43">
# Line 238: <table width="455" cellpadding="0" cellspacing="5" style="border:0px;">
# Line 242: <td width="43">
# Line 245: <table width="455" cellpadding="0" cellspacing="5" style="border:0px;">
# Line 249: <td width="43">
# Line 220: <td width="18%">
# Line 221: <td width="43">
# Line 227: <td width="18%">
# Line 228: <td width="43">
# Line 234: <td width="18%">
# Line 235: <td width="43">
# Line 241: <td width="18%">
# Line 242: <td width="43">
# Line 248: <td width="18%">
# Line 249: <td width="43">
Eske si no como podemos dar anchuras a las celdas?
Prioridad 3
# Line 172: <table width="455" cellpadding="0" cellspacing="5" style="border:0px;" >
# Line 194: <table width="455" cellpadding="0" cellspacing="5" style="border:0px;" >
# Line 217: <table width="455" cellpadding="0" cellspacing="5" style="border:0px;">
# Line 224: <table width="455" cellpadding="0" cellspacing="5" style="border:0px;">
# Line 231: <table width="455" cellpadding="0" cellspacing="5" style="border:0px;">
# Line 238: <table width="455" cellpadding="0" cellspacing="5" style="border:0px;">
# Line 245: <table width="455" cellpadding="0" cellspacing="5" style="border:0px;">
Haber si nos podeis ayudar a solucionar estos problemas...
Gracias de antemano.
SALU2