Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Don't understand these validation errors.

Status
Not open for further replies.

pindky

Programmer
Apr 26, 2002
101
US
I have validated the following .htm document and have these three errors remaining:

What have I coded wrong?

Also, this is the doctype that I finally figured out renders the tables correctly on MACS in IE and NN and on PC's w/ NN 6.2 -- Previously, w/ other doctype URL's I was having problems w/ consistent display in all major browser types.

------------- validation problems: ---------------

Below are the results of attempting to parse this document with an SGML parser.

Line 8, column 56: document type does not allow element "LINK" here (explain...).
<link rel=&quot;stylesheet&quot; href=&quot;styles.css&quot; type=&quot;text/css&quot;>
^
Line 35, column 6: end tag for element &quot;HEAD&quot; which is not open (explain...).
</head>
^
Line 37, column 483: document type does not allow element &quot;BODY&quot; here (explain...).
...humb_test/thumb/testhamsa-over.jpg')&quot;>
^
----------------- html below --------------------


Below is the source input I used for this validation:

1: <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;
2: &quot; 3: <html lang=en>
4: <head>
5: <title>Large Thumbnail Test Page</title>
6:
7: <meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=iso-8859-1&quot; />
8: <link rel=&quot;stylesheet&quot; href=&quot;styles.css&quot; type=&quot;text/css&quot;>
9: <script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;>
10: <!--
11: function MM_swapImgRestore() { //v3.0
12: var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a)&&x.oSrc;i++) x.src=x.oSrc;
13: }
14:
15: function MM_preloadImages() { //v3.0
16: var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
17: var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
18: if (a.indexOf(&quot;#&quot;)!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
19: }
20:
21: function MM_findObj(n, d) { //v4.01
22: var p,i,x; if(!d) d=document; if((p=n.indexOf(&quot;?&quot;))>0&&parent.frames.length) {
23: d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
24: if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
25: for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers.document);
26: if(!x && d.getElementById) x=d.getElementById(n); return x;
27: }
28:
29: function MM_swapImage() { //v3.0
30: var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
31: if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
32: }
33: //-->
34: </script>
35: </head>
36:
37: <body onLoad=&quot;MM_preloadImages('large_thum/logo_middle-over.jpg','large_thum/gallery-over.gif','large_thum/exhibits-over.gif','large_thum/classes-over.gif','large_thum/artist-over.gif','large_thum/contact-over.gif','large_thum/home-over.gif','large_thum/pottery-over.gif','large_thum/judaica-over.gif','large_thum/wallreliefs-over.gif','large_thum/reccentwork-over.gif','inside/images/large_thumb_test/thumb/test2-over.jpg','inside/images/large_thumb_test/thumb/testhamsa-over.jpg')&quot;>
38: <table width=&quot;755&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;left&quot;>
39: <tr>
40: <td colspan=&quot;2&quot;>
41: <table width=&quot;755&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;left&quot;>
42: <tr>
43: <td>
44: <table width=&quot;300&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; bgcolor=&quot;#6AA7AA&quot;>
45: <tr>
46: <td width=&quot;53&quot; height=&quot;110&quot;><img src=&quot;large_thum/logo_left.jpg&quot; alt=&quot;&quot; width=&quot;53&quot; height=&quot;110&quot;></td>
47: <td width=&quot;166&quot; height=&quot;110&quot;><a href=&quot;index.html&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('bethheit','','large_thum/logo_middle-over.jpg',1)&quot;><img name=&quot;bethheit&quot; border=&quot;0&quot; src=&quot;large_thum/logo_middle.jpg&quot; width=&quot;166&quot; height=&quot;110&quot; alt=&quot;Beth Heit Hamsa Pottery Home Page&quot;></a></td>
48: <td width=&quot;81&quot; height=&quot;110&quot;><img src=&quot;large_thum/logo_right.jpg&quot; alt=&quot;&quot; width=&quot;81&quot; height=&quot;110&quot;></td>
49: </tr>
50: </table>
51: </td>
52: <td>
53: <table width=&quot;380&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;left&quot;>
54: <tr>
55: <td align=&quot;left&quot; valign=&quot;top&quot;>
56: <table width=&quot;419&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; bgcolor=&quot;#FEE388&quot;>
57: <tr>
58: <td width=&quot;73&quot; height=&quot;35&quot;><a href=&quot;gallery.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('gallery','','large_thum/gallery-over.gif',1)&quot;><img name=&quot;gallery&quot; border=&quot;0&quot; src=&quot;large_thum/gallery.gif&quot; width=&quot;73&quot; height=&quot;35&quot; alt=&quot;Gallery&quot;></a></td>
59: <td width=&quot;77&quot; height=&quot;35&quot;><a href=&quot;exhibits.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('exhibits','','large_thum/exhibits-over.gif',1)&quot;><img name=&quot;exhibits&quot; border=&quot;0&quot; src=&quot;large_thum/exhibits.gif&quot; width=&quot;77&quot; height=&quot;35&quot; alt=&quot;Exhibits&quot;></a></td>
60: <td width=&quot;73&quot; height=&quot;35&quot;><a href=&quot;classes.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('Classes','','large_thum/classes-over.gif',1)&quot;><img name=&quot;Classes&quot; border=&quot;0&quot; src=&quot;large_thum/classes.gif&quot; width=&quot;73&quot; height=&quot;35&quot; alt=&quot;Classes&quot;></a></td>
61: <td width=&quot;65&quot; height=&quot;35&quot;><a href=&quot;artist.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('artist','','large_thum/artist-over.gif',1)&quot;><img name=&quot;artist&quot; border=&quot;0&quot; src=&quot;large_thum/artist.gif&quot; width=&quot;65&quot; height=&quot;35&quot; alt=&quot;Artist&quot;></a></td>
62: <td width=&quot;72&quot; height=&quot;35&quot;><a href=&quot;contact.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('contact','','large_thum/contact-over.gif',1)&quot;><img name=&quot;contact&quot; border=&quot;0&quot; src=&quot;large_thum/contact.gif&quot; width=&quot;72&quot; height=&quot;35&quot; alt=&quot;Contact&quot;></a></td>
63: <td width=&quot;59&quot; height=&quot;35&quot;><a href=&quot;home.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('home','','large_thum/home-over.gif',1)&quot;><img name=&quot;home&quot; border=&quot;0&quot; src=&quot;large_thum/home.gif&quot; width=&quot;59&quot; height=&quot;35&quot; alt=&quot;Beth Heit Hamsa Pottery Home Page&quot;></a></td>
64: </tr>
65: </table>
66: </td>
67: </tr>
68: <tr>
69: <td align=&quot;left&quot; valign=&quot;top&quot;>
70: <table width=&quot;419&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;left&quot;>
71: <tr>
72: <td width=&quot;39&quot; height=&quot;75&quot; bgcolor=&quot;#69A6AB&quot;>&nbsp;</td>
73: <td width=&quot;380&quot; height=&quot;75&quot; bgcolor=&quot;#69A6AB&quot;>&nbsp;</td>
74: </tr>
75: </table>
76: </td>
77: </tr>
78: </table>
79: </td>
80: <td align=&quot;left&quot; valign=&quot;top&quot;>
81: <table width=&quot;36&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;left&quot;>
82: <tr>
83: <td width=&quot;36&quot; height=&quot;35&quot; bgcolor=&quot;#FEE388&quot;>&nbsp;</td>
84: </tr>
85: <tr>
86: <td bgcolor=&quot;#FEE388&quot; width=&quot;36&quot; height=&quot;75&quot;><img src=&quot;large_thum/right_top.jpg&quot; alt=&quot;&quot; width=&quot;36&quot; height=&quot;75&quot;></td>
87: </tr>
88: </table>
89: </td>
90: </tr>
91: </table>
92: </td>
93: </tr>
94: <tr>
95: <td colspan=&quot;2&quot;>
96: <table width=&quot;755&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;left&quot;>
97: <tr>
98: <td width=&quot;53&quot; height=&quot;242&quot;><img src=&quot;large_thum/left.jpg&quot; alt=&quot;&quot; width=&quot;53&quot; height=&quot;242&quot;></td>
99: <td width=&quot;122&quot; height=&quot;242&quot;>
100: <table width=&quot;122&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; bgcolor=&quot;#6AA7AA&quot;>
101: <tr>
102: <td width=&quot;122&quot; height=&quot;45&quot;><a href=&quot;pottery.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('pottery','','large_thum/pottery-over.gif',1)&quot;><img name=&quot;pottery&quot; border=&quot;0&quot; src=&quot;large_thum/pottery.gif&quot; width=&quot;122&quot; height=&quot;45&quot; alt=&quot;Pottery&quot;></a></td>
103: </tr>
104: <tr>
105: <td width=&quot;122&quot; height=&quot;50&quot;><img src=&quot;large_thum/tiles-down.gif&quot; alt=&quot;Tiles&quot; width=&quot;122&quot; height=&quot;50&quot;></td>
106: </tr>
107: <tr>
108: <td width=&quot;122&quot; height=&quot;46&quot;><a href=&quot;judaica.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('judaica','','large_thum/judaica-over.gif',1)&quot;><img name=&quot;judaica&quot; border=&quot;0&quot; src=&quot;large_thum/judaica.gif&quot; width=&quot;122&quot; height=&quot;46&quot; alt=&quot;Judaica&quot;></a></td>
109: </tr>
110: <tr>
111: <td width=&quot;122&quot; height=&quot;49&quot;><a href=&quot;wallreliefs.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('wallreliefs','','large_thum/wallreliefs-over.gif',1)&quot;><img name=&quot;wallreliefs&quot; border=&quot;0&quot; src=&quot;large_thum/wallreliefs.gif&quot; width=&quot;122&quot; height=&quot;49&quot; alt=&quot;Wall Reliefs&quot;></a></td>
112: </tr>
113: <tr>
114: <td width=&quot;122&quot; height=&quot;52&quot;><a href=&quot;recentwork.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('recentwork','','large_thum/reccentwork-over.gif',1)&quot;><img name=&quot;recentwork&quot; border=&quot;0&quot; src=&quot;large_thum/reccentwork.gif&quot; width=&quot;122&quot; height=&quot;52&quot; alt=&quot;Recent Work&quot;></a></td>
115: </tr>
116: </table>
117: </td>
118: <td width=&quot;164&quot; height=&quot;242&quot;>
119: <table width=&quot;164&quot; border=&quot;0&quot; cellspacing=&quot;8&quot; cellpadding=&quot;0&quot; bgcolor=&quot;#68A7AA&quot;>
120: <tr>
121: <td width=&quot;70&quot; height=&quot;70&quot; bgcolor=&quot;#69A6AB&quot;><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('thumb1','','inside/images/large_thumb_test/thumb/test2-over.jpg',1)&quot;><img name=&quot;thumb1&quot; border=&quot;0&quot; src=&quot;inside/images/large_thumb_test/thumb/test2.jpg&quot; width=&quot;70&quot; height=&quot;70&quot; alt=&quot;Thumbnail 1&quot;></a></td>
122: <td width=&quot;70&quot; height=&quot;70&quot; bgcolor=&quot;#6AA7AA&quot;><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('thumb2','','inside/images/large_thumb_test/thumb/testhamsa-over.jpg',1)&quot;><img name=&quot;thumb2&quot; border=&quot;0&quot; src=&quot;inside/images/large_thumb_test/thumb/testhamsa.jpg&quot; width=&quot;70&quot; height=&quot;70&quot; alt=&quot;Thumb 2&quot;></a></td>
123: </tr>
124: <tr>
125: <td width=&quot;70&quot; height=&quot;70&quot; bgcolor=&quot;#68A7AC&quot;><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('thumb3','','inside/images/large_thumb_test/thumb/testhamsa-over.jpg',1)&quot;><img name=&quot;thumb3&quot; border=&quot;0&quot; src=&quot;inside/images/large_thumb_test/thumb/testhamsa.jpg&quot; width=&quot;70&quot; height=&quot;70&quot; alt=&quot;thumb 3&quot;></a></td>
126: <td width=&quot;70&quot; height=&quot;70&quot; bgcolor=&quot;#67A7A9&quot;><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('thumb4','','inside/images/large_thumb_test/thumb/test2-over.jpg',1)&quot;><img name=&quot;thumb4&quot; border=&quot;0&quot; src=&quot;inside/images/large_thumb_test/thumb/test2.jpg&quot; width=&quot;70&quot; height=&quot;70&quot; alt=&quot;thumb 4&quot;></a></td>
127: </tr>
128: <tr>
129: <td width=&quot;70&quot; height=&quot;70&quot; bgcolor=&quot;#69A6A7&quot;><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('thumb5','','inside/images/large_thumb_test/thumb/testhamsa-over.jpg',1)&quot;><img name=&quot;thumb5&quot; border=&quot;0&quot; src=&quot;inside/images/large_thumb_test/thumb/testhamsa.jpg&quot; width=&quot;70&quot; height=&quot;70&quot; alt=&quot;thumb 5&quot;></a></td>
130: <td width=&quot;70&quot; height=&quot;70&quot; bgcolor=&quot;#69A6AB&quot;><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('thumb6','','inside/images/large_thumb_test/thumb/test2-over.jpg',1)&quot;><img name=&quot;thumb6&quot; border=&quot;0&quot; src=&quot;inside/images/large_thumb_test/thumb/test2.jpg&quot; width=&quot;70&quot; height=&quot;70&quot; alt=&quot;thumb 6&quot;></a></td>
131: </tr>
132: </table>
133: </td>
134: <td width=&quot;380&quot; height=&quot;242&quot;><img src=&quot;large_thum/image.jpg&quot; alt=&quot;&quot; width=&quot;380&quot; height=&quot;242&quot;></td>
135: <td width=&quot;36&quot; height=&quot;242&quot;><img src=&quot;large_thum/right_middle.jpg&quot; alt=&quot;&quot; width=&quot;36&quot; height=&quot;242&quot;></td>
136: </tr>
137: </table>
138: </td>
139: </tr>
140: <tr>
141: <td width=&quot;755&quot; height=&quot;27&quot; align=&quot;left&quot; valign=&quot;top&quot; colspan=&quot;2&quot;>
142: <table width=&quot;755&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;left&quot;>
143: <tr>
144: <td width=&quot;53&quot; height=&quot;38&quot;><img src=&quot;large_thum/below_left.jpg&quot; alt=&quot;&quot; width=&quot;53&quot; height=&quot;38&quot;></td>
145: <td width=&quot;122&quot; height=&quot;38&quot; bgcolor=&quot;#68A7AA&quot; align=&quot;left&quot; valign=&quot;top&quot;>&nbsp;</td>
146: <td width=&quot;164&quot; height=&quot;38&quot; bgcolor=&quot;#68A7AA&quot; align=&quot;center&quot; valign=&quot;bottom&quot; class=&quot;more&quot;>MoreTiles
147: 1 <a href=&quot;#&quot;>2</a> <a href=&quot;#&quot;>3</a></td>
148: <td width=&quot;380&quot; height=&quot;38&quot; bgcolor=&quot;#68A7AA&quot; align=&quot;center&quot; valign=&quot;bottom&quot; class=&quot;byline&quot;>Name
149: of Work<br />
150: <span class=&quot;more&quot;><a href=&quot;moreinfo.htm&quot;>More Info</a></span></td>
151: <td width=&quot;36&quot; height=&quot;38&quot;><img src=&quot;large_thum/right_bottom.jpg&quot; alt=&quot;&quot; width=&quot;36&quot; height=&quot;38&quot;></td>
152: </tr>
153: </table>
154: </td>
155: </tr>
156: <tr>
157: <td width=&quot;755&quot; height=&quot;27&quot; align=&quot;left&quot; valign=&quot;top&quot; colspan=&quot;2&quot;><img src=&quot;large_thum/bottom.jpg&quot; alt=&quot;&quot; width=&quot;755&quot; height=&quot;27&quot;></td>
158: </tr>
159: <tr>
160: <td width=&quot;53&quot; align=&quot;left&quot; valign=&quot;top&quot;>&nbsp;</td>
161: <td width=&quot;702&quot; align=&quot;left&quot; valign=&quot;top&quot;>
162: <p class=&quot;index&quot;>&nbsp;</p>
163: <p class=&quot;index&quot;>&copy; 2003 Beth Heit/Hamsa Pottery. All rights reserved.<br />
164: <a href=&quot;mailto:beth@bethheit.com&quot;>beth@bethheit.com</a> &nbsp;&nbsp;&nbsp;<a href=&quot; />
165: Web Design by <a href=&quot; target=&quot;new&quot;>Small
166: World Graphics</a></p>
167: </td>
168: </tr>
169: </table>
170: </body>
171: </html>

Thanks,
CB
 
pindky:


Line 8, column 56: document type does not allow element &quot;LINK&quot; here (explain...)
<link rel=&quot;stylesheet&quot; href=&quot;styles.css&quot; type=&quot;text/css&quot;>
The syntax is: <link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;styles.css&quot;>


Line 35, column 6: end tag for element &quot;HEAD&quot; which is not open (explain...)
</head>
That problem might be caused by:
1: <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;
2: &quot;3: <html lang=en>
, take out line 2 and for line 3, just leave it at <html>



Line 37, column 483: document type does not allow element &quot;BODY&quot; here (explain...).
...humb_test/thumb/testhamsa-over.jpg')&quot;>

Not sure here, maybe the MMcode has a bug or that the images are not in the right directory...


BTW, this is kinda of a dumb question, but you're not running your code with the numbers there are you?? Forget the Nobel Peace prize, I just want to take over the world!! [hammer]
 
No--if you go to the bottom of W3's Validator (which I assume is being used), it will say source imput used or something like that, and it will number the lines to make it easier to see which line the error is on.

Rick -----------------------------------------------------------
RISTMO Designs
Arab Church
 
Yes. the line numbers are generated by the W3's Validator.

I made the suggested changes, but still a few of the same errors:

Below are the results of attempting to parse this document with an SGML parser.

Line 6, column 56: document type does not allow element &quot;LINK&quot; here (explain...).
<link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;styles.css&quot;>
^
Line 33, column 6: end tag for element &quot;HEAD&quot; which is not open (explain...).
</head>
^
Line 35, column 483: document type does not allow element &quot;BODY&quot; here (explain...).
...humb_test/thumb/testhamsa-over.jpg')&quot;>
^
------------------ my code is below --------------------

1: <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;>
2: <head>
3: <title>Large Thumbnail Test Page</title>
4:
5: <meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=iso-8859-1&quot; />
6: <link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;styles.css&quot;>
7: <script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;>
8: <!--
9: function MM_swapImgRestore() { //v3.0
10: var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a)&&x.oSrc;i++) x.src=x.oSrc;
11: }
12:
13: function MM_preloadImages() { //v3.0
14: var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
15: var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
16: if (a.indexOf(&quot;#&quot;)!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
17: }
18:
19: function MM_findObj(n, d) { //v4.01
20: var p,i,x; if(!d) d=document; if((p=n.indexOf(&quot;?&quot;))>0&&parent.frames.length) {
21: d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
22: if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
23: for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers.document);
24: if(!x && d.getElementById) x=d.getElementById(n); return x;
25: }
26:
27: function MM_swapImage() { //v3.0
28: var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
29: if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
30: }
31: //-->
32: </script>
33: </head>
34:
35: <body onLoad=&quot;MM_preloadImages('large_thum/logo_middle-over.jpg','large_thum/gallery-over.gif','large_thum/exhibits-over.gif','large_thum/classes-over.gif','large_thum/artist-over.gif','large_thum/contact-over.gif','large_thum/home-over.gif','large_thum/pottery-over.gif','large_thum/judaica-over.gif','large_thum/wallreliefs-over.gif','large_thum/reccentwork-over.gif','inside/images/large_thumb_test/thumb/test2-over.jpg','inside/images/large_thumb_test/thumb/testhamsa-over.jpg')&quot;>
36: <table width=&quot;755&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;left&quot;>
37: <tr>
38: <td colspan=&quot;2&quot;>
39: <table width=&quot;755&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;left&quot;>
40: <tr>
41: <td>
42: <table width=&quot;300&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; bgcolor=&quot;#6AA7AA&quot;>
43: <tr>
44: <td width=&quot;53&quot; height=&quot;110&quot;><img src=&quot;large_thum/logo_left.jpg&quot; alt=&quot;&quot; width=&quot;53&quot; height=&quot;110&quot;></td>
45: <td width=&quot;166&quot; height=&quot;110&quot;><a href=&quot;index.html&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('bethheit','','large_thum/logo_middle-over.jpg',1)&quot;><img name=&quot;bethheit&quot; border=&quot;0&quot; src=&quot;large_thum/logo_middle.jpg&quot; width=&quot;166&quot; height=&quot;110&quot; alt=&quot;Beth Heit Hamsa Pottery Home Page&quot;></a></td>
46: <td width=&quot;81&quot; height=&quot;110&quot;><img src=&quot;large_thum/logo_right.jpg&quot; alt=&quot;&quot; width=&quot;81&quot; height=&quot;110&quot;></td>
47: </tr>
48: </table>
49: </td>
50: <td>
51: <table width=&quot;380&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;left&quot;>
52: <tr>
53: <td align=&quot;left&quot; valign=&quot;top&quot;>
54: <table width=&quot;419&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; bgcolor=&quot;#FEE388&quot;>
55: <tr>
56: <td width=&quot;73&quot; height=&quot;35&quot;><a href=&quot;gallery.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('gallery','','large_thum/gallery-over.gif',1)&quot;><img name=&quot;gallery&quot; border=&quot;0&quot; src=&quot;large_thum/gallery.gif&quot; width=&quot;73&quot; height=&quot;35&quot; alt=&quot;Gallery&quot;></a></td>
57: <td width=&quot;77&quot; height=&quot;35&quot;><a href=&quot;exhibits.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('exhibits','','large_thum/exhibits-over.gif',1)&quot;><img name=&quot;exhibits&quot; border=&quot;0&quot; src=&quot;large_thum/exhibits.gif&quot; width=&quot;77&quot; height=&quot;35&quot; alt=&quot;Exhibits&quot;></a></td>
58: <td width=&quot;73&quot; height=&quot;35&quot;><a href=&quot;classes.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('Classes','','large_thum/classes-over.gif',1)&quot;><img name=&quot;Classes&quot; border=&quot;0&quot; src=&quot;large_thum/classes.gif&quot; width=&quot;73&quot; height=&quot;35&quot; alt=&quot;Classes&quot;></a></td>
59: <td width=&quot;65&quot; height=&quot;35&quot;><a href=&quot;artist.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('artist','','large_thum/artist-over.gif',1)&quot;><img name=&quot;artist&quot; border=&quot;0&quot; src=&quot;large_thum/artist.gif&quot; width=&quot;65&quot; height=&quot;35&quot; alt=&quot;Artist&quot;></a></td>
60: <td width=&quot;72&quot; height=&quot;35&quot;><a href=&quot;contact.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('contact','','large_thum/contact-over.gif',1)&quot;><img name=&quot;contact&quot; border=&quot;0&quot; src=&quot;large_thum/contact.gif&quot; width=&quot;72&quot; height=&quot;35&quot; alt=&quot;Contact&quot;></a></td>
61: <td width=&quot;59&quot; height=&quot;35&quot;><a href=&quot;home.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('home','','large_thum/home-over.gif',1)&quot;><img name=&quot;home&quot; border=&quot;0&quot; src=&quot;large_thum/home.gif&quot; width=&quot;59&quot; height=&quot;35&quot; alt=&quot;Beth Heit Hamsa Pottery Home Page&quot;></a></td>
62: </tr>
63: </table>
64: </td>
65: </tr>
66: <tr>
67: <td align=&quot;left&quot; valign=&quot;top&quot;>
68: <table width=&quot;419&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;left&quot;>
69: <tr>
70: <td width=&quot;39&quot; height=&quot;75&quot; bgcolor=&quot;#69A6AB&quot;>&nbsp;</td>
71: <td width=&quot;380&quot; height=&quot;75&quot; bgcolor=&quot;#69A6AB&quot;>&nbsp;</td>
72: </tr>
73: </table>
74: </td>
75: </tr>
76: </table>
77: </td>
78: <td align=&quot;left&quot; valign=&quot;top&quot;>
79: <table width=&quot;36&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;left&quot;>
80: <tr>
81: <td width=&quot;36&quot; height=&quot;35&quot; bgcolor=&quot;#FEE388&quot;>&nbsp;</td>
82: </tr>
83: <tr>
84: <td bgcolor=&quot;#FEE388&quot; width=&quot;36&quot; height=&quot;75&quot;><img src=&quot;large_thum/right_top.jpg&quot; alt=&quot;&quot; width=&quot;36&quot; height=&quot;75&quot;></td>
85: </tr>
86: </table>
87: </td>
88: </tr>
89: </table>
90: </td>
91: </tr>
92: <tr>
93: <td colspan=&quot;2&quot;>
94: <table width=&quot;755&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;left&quot;>
95: <tr>
96: <td width=&quot;53&quot; height=&quot;242&quot;><img src=&quot;large_thum/left.jpg&quot; alt=&quot;&quot; width=&quot;53&quot; height=&quot;242&quot;></td>
97: <td width=&quot;122&quot; height=&quot;242&quot;>
98: <table width=&quot;122&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; bgcolor=&quot;#6AA7AA&quot;>
99: <tr>
100: <td width=&quot;122&quot; height=&quot;45&quot;><a href=&quot;pottery.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('pottery','','large_thum/pottery-over.gif',1)&quot;><img name=&quot;pottery&quot; border=&quot;0&quot; src=&quot;large_thum/pottery.gif&quot; width=&quot;122&quot; height=&quot;45&quot; alt=&quot;Pottery&quot;></a></td>
101: </tr>
102: <tr>
103: <td width=&quot;122&quot; height=&quot;50&quot;><img src=&quot;large_thum/tiles-down.gif&quot; alt=&quot;Tiles&quot; width=&quot;122&quot; height=&quot;50&quot;></td>
104: </tr>
105: <tr>
106: <td width=&quot;122&quot; height=&quot;46&quot;><a href=&quot;judaica.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('judaica','','large_thum/judaica-over.gif',1)&quot;><img name=&quot;judaica&quot; border=&quot;0&quot; src=&quot;large_thum/judaica.gif&quot; width=&quot;122&quot; height=&quot;46&quot; alt=&quot;Judaica&quot;></a></td>
107: </tr>
108: <tr>
109: <td width=&quot;122&quot; height=&quot;49&quot;><a href=&quot;wallreliefs.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('wallreliefs','','large_thum/wallreliefs-over.gif',1)&quot;><img name=&quot;wallreliefs&quot; border=&quot;0&quot; src=&quot;large_thum/wallreliefs.gif&quot; width=&quot;122&quot; height=&quot;49&quot; alt=&quot;Wall Reliefs&quot;></a></td>
110: </tr>
111: <tr>
112: <td width=&quot;122&quot; height=&quot;52&quot;><a href=&quot;recentwork.htm&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('recentwork','','large_thum/reccentwork-over.gif',1)&quot;><img name=&quot;recentwork&quot; border=&quot;0&quot; src=&quot;large_thum/reccentwork.gif&quot; width=&quot;122&quot; height=&quot;52&quot; alt=&quot;Recent Work&quot;></a></td>
113: </tr>
114: </table>
115: </td>
116: <td width=&quot;164&quot; height=&quot;242&quot; bgcolor=&quot;#69A6AB&quot;>
117: <table width=&quot;164&quot; border=&quot;0&quot; cellspacing=&quot;8&quot; cellpadding=&quot;0&quot; bgcolor=&quot;#68A7AA&quot;>
118: <tr>
119: <td width=&quot;70&quot; height=&quot;70&quot; bgcolor=&quot;#69A6AB&quot;><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('thumb1','','inside/images/large_thumb_test/thumb/test2-over.jpg',1)&quot;><img name=&quot;thumb1&quot; border=&quot;0&quot; src=&quot;inside/images/large_thumb_test/thumb/test2.jpg&quot; width=&quot;70&quot; height=&quot;70&quot; alt=&quot;Thumbnail 1&quot;></a></td>
120: <td width=&quot;70&quot; height=&quot;70&quot; bgcolor=&quot;#6AA7AA&quot;><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('thumb2','','inside/images/large_thumb_test/thumb/testhamsa-over.jpg',1)&quot;><img name=&quot;thumb2&quot; border=&quot;0&quot; src=&quot;inside/images/large_thumb_test/thumb/testhamsa.jpg&quot; width=&quot;70&quot; height=&quot;70&quot; alt=&quot;Thumb 2&quot;></a></td>
121: </tr>
122: <tr>
123: <td width=&quot;70&quot; height=&quot;70&quot; bgcolor=&quot;#68A7AC&quot;><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('thumb3','','inside/images/large_thumb_test/thumb/testhamsa-over.jpg',1)&quot;><img name=&quot;thumb3&quot; border=&quot;0&quot; src=&quot;inside/images/large_thumb_test/thumb/testhamsa.jpg&quot; width=&quot;70&quot; height=&quot;70&quot; alt=&quot;thumb 3&quot;></a></td>
124: <td width=&quot;70&quot; height=&quot;70&quot; bgcolor=&quot;#67A7A9&quot;><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('thumb4','','inside/images/large_thumb_test/thumb/test2-over.jpg',1)&quot;><img name=&quot;thumb4&quot; border=&quot;0&quot; src=&quot;inside/images/large_thumb_test/thumb/test2.jpg&quot; width=&quot;70&quot; height=&quot;70&quot; alt=&quot;thumb 4&quot;></a></td>
125: </tr>
126: <tr>
127: <td width=&quot;70&quot; height=&quot;70&quot; bgcolor=&quot;#69A6A7&quot;><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('thumb5','','inside/images/large_thumb_test/thumb/testhamsa-over.jpg',1)&quot;><img name=&quot;thumb5&quot; border=&quot;0&quot; src=&quot;inside/images/large_thumb_test/thumb/testhamsa.jpg&quot; width=&quot;70&quot; height=&quot;70&quot; alt=&quot;thumb 5&quot;></a></td>
128: <td width=&quot;70&quot; height=&quot;70&quot; bgcolor=&quot;#69A6AB&quot;><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('thumb6','','inside/images/large_thumb_test/thumb/test2-over.jpg',1)&quot;><img name=&quot;thumb6&quot; border=&quot;0&quot; src=&quot;inside/images/large_thumb_test/thumb/test2.jpg&quot; width=&quot;70&quot; height=&quot;70&quot; alt=&quot;thumb 6&quot;></a></td>
129: </tr>
130: </table>
131: </td>
132: <td width=&quot;380&quot; height=&quot;242&quot;><img src=&quot;large_thum/image.jpg&quot; alt=&quot;&quot; width=&quot;380&quot; height=&quot;242&quot;></td>
133: <td width=&quot;36&quot; height=&quot;242&quot;><img src=&quot;large_thum/right_middle.jpg&quot; alt=&quot;&quot; width=&quot;36&quot; height=&quot;242&quot;></td>
134: </tr>
135: </table>
136: </td>
137: </tr>
138: <tr>
139: <td width=&quot;755&quot; height=&quot;27&quot; align=&quot;left&quot; valign=&quot;top&quot; colspan=&quot;2&quot;>
140: <table width=&quot;755&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;left&quot;>
141: <tr>
142: <td width=&quot;53&quot; height=&quot;38&quot;><img src=&quot;large_thum/below_left.jpg&quot; alt=&quot;&quot; width=&quot;53&quot; height=&quot;38&quot;></td>
143: <td width=&quot;122&quot; height=&quot;38&quot; bgcolor=&quot;#68A7AA&quot; align=&quot;left&quot; valign=&quot;top&quot;>&nbsp;</td>
144: <td width=&quot;164&quot; height=&quot;38&quot; bgcolor=&quot;#68A7AA&quot; align=&quot;center&quot; valign=&quot;bottom&quot; class=&quot;more&quot;>MoreTiles
145: 1 <a href=&quot;#&quot;>2</a> <a href=&quot;#&quot;>3</a></td>
146: <td width=&quot;380&quot; height=&quot;38&quot; bgcolor=&quot;#68A7AA&quot; align=&quot;center&quot; valign=&quot;bottom&quot; class=&quot;byline&quot;>Name
147: of Work<br />
148: <span class=&quot;more&quot;><a href=&quot;moreinfo.htm&quot;>More Info</a></span></td>
149: <td width=&quot;36&quot; height=&quot;38&quot;><img src=&quot;large_thum/right_bottom.jpg&quot; alt=&quot;&quot; width=&quot;36&quot; height=&quot;38&quot;></td>
150: </tr>
151: </table>
152: </td>
153: </tr>
154: <tr>
155: <td width=&quot;755&quot; height=&quot;27&quot; align=&quot;left&quot; valign=&quot;top&quot; colspan=&quot;2&quot;><img src=&quot;large_thum/bottom.jpg&quot; alt=&quot;&quot; width=&quot;755&quot; height=&quot;27&quot;></td>
156: </tr>
157: <tr>
158: <td width=&quot;53&quot; align=&quot;left&quot; valign=&quot;top&quot;>&nbsp;</td>
159: <td width=&quot;702&quot; align=&quot;left&quot; valign=&quot;top&quot;>
160: <p class=&quot;index&quot;>&nbsp;</p>
161: <p class=&quot;index&quot;>&copy; 2003 Beth Heit/Hamsa Pottery. All rights reserved.<br />
162: <a href=&quot;mailto:beth@bethheit.com&quot;>beth@bethheit.com</a> &nbsp;&nbsp;&nbsp;<a href=&quot; />
163: Web Design by <a href=&quot; target=&quot;new&quot;>Small
164: World Graphics</a></p>
165: </td>
166: </tr>
167: </table>
168: </body>
169: </html>
------------------
 
Wow!

That worked. I keep looking for what was changed in the code, and obviously changes were made, but where?

Thanks,
CB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top