Forum Moderators: open
This is a stupid problem, but for some reason this page of thumbnails and pics will not load up on a mac. I assume on OSX cuz this guys is a big mac fan.
I know not to post the URL so here is the code. I believe it is just the table part, since everything before and after is on the other pages (head, body info)...so here is just the pages...
<html>
<head>
<title>Some Title</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="keywords" CONTENT="Some Keywords">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<STYLE>
BODY {
COLOR: #CCCCCC; FONT-FAMILY: Trebuchet MS
}
A:link {
COLOR: #990000; TEXT-DECORATION: none
}
A:visited {
COLOR: #990000; TEXT-DECORATION: none
}
A:active {
COLOR: #990000; TEXT-DECORATION: none
}
A:hover {
COLOR: black; TEXT-DECORATION: none
}</STYLE>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
image1 = new Image();
image1.src = "images/players/players_joe.jpg";
</script>
</head>
<body bgcolor="#CCCCCC" text="black">
<script language="JavaScript1.2">
if (document.all¦¦document.getElementById)
document.body.style.background="url('images/right_bg.jpg') #CCCCCC center no-repeat fixed"
</script>
<center>
<img src="images/small_logo_02.jpg" align="center"><br>
<br>
<br>
<table align="center" cellspacing="2" cellpadding="2" border="0">
<tr>
<td width="520"><font face="Tahoma" size="3" color="black"><center><u><strong>Photographs</u></strong><br>
Click on a thumbnail for the full-sized image.
<br>
<br>
<table align="center" cellspacing="2" cellpadding="4" border="1" bordercolor="black">
<tr>
<td colspan="6"><center><b><u><font face="Tahoma" size="3" color="black">Band Photos</font></b></center></td>
</tr>
<tr>
<td><a href="pics/band/band_01.jpg" TARGET="_blank"><img src="pics/band/thumbs/band_01.jpg" border="0"></a></td>
<td><a href="pics/band/band_02.jpg" TARGET="_blank"><img src="pics/band/thumbs/band_02.jpg" border="0"></a></td>
<td><a href="pics/band/band_03.jpg" TARGET="_blank"><img src="pics/band/thumbs/band_03.jpg" border="0"></a></td>
<td><a href="pics/band/band_04.jpg" TARGET="_blank"><img src="pics/band/thumbs/band_04.jpg" border="0"></a></td>
<td><a href="pics/band/band_05.jpg" TARGET="_blank"><img src="pics/band/thumbs/band_05.jpg" border="0"></a></td>
<td><a href="pics/band/band_06.jpg" TARGET="_blank"><img src="pics/band/thumbs/band_06.jpg" border="0"></a></td>
</tr>
<tr>
<td><a href="pics/band/band_07.jpg" TARGET="_blank"><img src="pics/band/thumbs/band_07.jpg" border="0"></a></td>
<td><a href="pics/band/band_08.jpg" TARGET="_blank"><img src="pics/band/thumbs/band_08.jpg" border="0"></a></td>
<td><a href="pics/band/band_09.jpg" TARGET="_blank"><img src="pics/band/thumbs/band_09.jpg" border="0"></a></td>
<td><a href="pics/band/band_10.jpg" TARGET="_blank"><img src="pics/band/thumbs/band_10.jpg" border="0"></a></td>
<td><a href="pics/band/band_11.jpg" TARGET="_blank"><img src="pics/band/thumbs/band_11.jpg" border="0"></a></td>
<td><a href="pics/band/band_12.jpg" TARGET="_blank"><img src="pics/band/thumbs/band_12.jpg" border="0"></a></td>
</tr>
Theres a few more tables, but let me know if anyone can help! THanks so much!
[edited by: BlobFisk at 6:29 pm (utc) on May 15, 2004]
[edit reason] Generalised Keywords and Title [/edit]
Just a quick question to start with: is the closing
</table> present in the source code? You left it off the code sample you posted. A missing end tag for a table can cause problems including the table not being displayed. You might want to run the page through a validator, too, to root out any other errors (there are a few in there):
[validator.w3.org...]
all the /tables are there...
here is the ENTIRE code...
<html>
<head>
<title>Some Title</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="keywords" CONTENT="Some Keywords">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<STYLE>
BODY {
COLOR: #CCCCCC; FONT-FAMILY: Trebuchet MS
}
A:link {
COLOR: #990000; TEXT-DECORATION: none
}
A:visited {
COLOR: #990000; TEXT-DECORATION: none
}
A:active {
COLOR: #990000; TEXT-DECORATION: none
}
A:hover {
COLOR: black; TEXT-DECORATION: none
}</STYLE>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
image1 = new Image();
image1.src = "images/players/players_joe.jpg";
</script>
</head>
<body bgcolor="#CCCCCC" text="black">
<script language="JavaScript1.2">
if (document.all¦¦document.getElementById)
document.body.style.background="url('images/right_bg.jpg') #CCCCCC center no-repeat fixed"
</script>
<center>
<img src="images/small_logo_02.jpg" align="center"><br>
<br>
<br>
<table align="center" cellspacing="2" cellpadding="2" border="0">
<tr>
<td width="520"><font face="Tahoma" size="3" color="black"><center><u><strong>Photographs</u></strong><br>
Click on a thumbnail for the full-sized image.
<br>
<br>
<table align="center" cellspacing="2" cellpadding="4" border="1" bordercolor="black">
<tr>
<td colspan="6"><center><b><u><font face="Tahoma" size="3" color="black">Band Photos</font></b></center></td>
</tr>
<tr>
<td><a href="pics/band/band_01.jpg" TARGET="_blank"><img src="pics/band/thumbs/band_01.jpg" border="0"></a></td>
<td><a href="pics/band/band_02.jpg" TARGET="_blank"><img src="pics/band/thumbs/band_02.jpg" border="0"></a></td>
<td><a href="pics/band/band_03.jpg" TARGET="_blank"><img src="pics/band/thumbs/band_03.jpg" border="0"></a></td>
<td><a href="pics/band/band_04.jpg" TARGET="_blank"><img src="pics/band/thumbs/band_04.jpg" border="0"></a></td>
<td><a href="pics/band/band_05.jpg" TARGET="_blank"><img src="pics/band/thumbs/band_05.jpg" border="0"></a></td>
<td><a href="pics/band/band_06.jpg" TARGET="_blank"><img src="pics/band/thumbs/band_06.jpg" border="0"></a></td>
</tr>
<tr>
<td><a href="pics/band/band_07.jpg" TARGET="_blank"><img src="pics/band/thumbs/band_07.jpg" border="0"></a></td>
<td><a href="pics/band/band_08.jpg" TARGET="_blank"><img src="pics/band/thumbs/band_08.jpg" border="0"></a></td>
<td><a href="pics/band/band_09.jpg" TARGET="_blank"><img src="pics/band/thumbs/band_09.jpg" border="0"></a></td>
<td><a href="pics/band/band_10.jpg" TARGET="_blank"><img src="pics/band/thumbs/band_10.jpg" border="0"></a></td>
<td><a href="pics/band/band_11.jpg" TARGET="_blank"><img src="pics/band/thumbs/band_11.jpg" border="0"></a></td>
<td><a href="pics/band/band_12.jpg" TARGET="_blank"><img src="pics/band/thumbs/band_12.jpg" border="0"></a></td>
</tr>
</table>
<br>
<br>
<table align="center" cellspacing="2" cellpadding="4" border="1" bordercolor="black">
<tr>
<td colspan="6"><center><b><u><font face="Tahoma" size="3" color="black">Photos of Andy Waldeck - Bass and Vocals</font></b></center></td>
</tr>
<tr>
<td><a href="pics/andy/andy_01.jpg" TARGET="_blank"><img src="pics/andy/thumbs/andy_01.jpg" border="0"></a></td>
<td><a href="pics/andy/andy_02.jpg" TARGET="_blank"><img src="pics/andy/thumbs/andy_02.jpg" border="0"></a></td>
<td><a href="pics/andy/andy_03.jpg" TARGET="_blank"><img src="pics/andy/thumbs/andy_03.jpg" border="0"></a></td>
<td><a href="pics/andy/andy_04.jpg" TARGET="_blank"><img src="pics/andy/thumbs/andy_04.jpg" border="0"></a></td>
<td><a href="pics/andy/andy_05.jpg" TARGET="_blank"><img src="pics/andy/thumbs/andy_05.jpg" border="0"></a></td>
<td><a href="pics/andy/andy_06.jpg" TARGET="_blank"><img src="pics/andy/thumbs/andy_06.jpg" border="0"></a></td>
</tr>
</table>
<br>
<br>
<table align="center" cellspacing="2" cellpadding="4" border="1" bordercolor="black">
<tr>
<td colspan="6"><center><b><u><font face="Tahoma" size="3" color="black">Photos of Jeff Brodnax - Vocals</font></b></center></td>
</tr>
<tr>
<td><a href="pics/jeff/jeff_01.jpg" TARGET="_blank"><img src="pics/jeff/thumbs/jeff_01.jpg" border="0"></a></td>
<td><a href="pics/jeff/jeff_02.jpg" TARGET="_blank"><img src="pics/jeff/thumbs/jeff_02.jpg" border="0"></a></td>
<td><a href="pics/jeff/jeff_03.jpg" TARGET="_blank"><img src="pics/jeff/thumbs/jeff_03.jpg" border="0"></a></td>
<td><a href="pics/jeff/jeff_04.jpg" TARGET="_blank"><img src="pics/jeff/thumbs/jeff_04.jpg" border="0"></a></td>
<td><a href="pics/jeff/jeff_05.jpg" TARGET="_blank"><img src="pics/jeff/thumbs/jeff_05.jpg" border="0"></a></td>
<td><a href="pics/jeff/jeff_06.jpg" TARGET="_blank"><img src="pics/jeff/thumbs/jeff_06.jpg" border="0"></a></td>
</tr>
</table>
<br>
<br>
<table align="center" cellspacing="2" cellpadding="4" border="1" bordercolor="black">
<tr>
<td colspan="6"><center><b><u><font face="Tahoma" size="3" color="black">Photos of Joe Lawlor - Guitar</font></b></center></td>
</tr>
<tr>
<td><a href="pics/joe/joe_01.jpg" TARGET="_blank"><img src="pics/joe/thumbs/joe_01.jpg" border="0"></a></td>
<td><a href="pics/joe/joe_02.jpg" TARGET="_blank"><img src="pics/joe/thumbs/joe_02.jpg" border="0"></a></td>
<td><a href="pics/joe/joe_03.jpg" TARGET="_blank"><img src="pics/joe/thumbs/joe_03.jpg" border="0"></a></td>
<td><a href="pics/joe/joe_04.jpg" TARGET="_blank"><img src="pics/joe/thumbs/joe_04.jpg" border="0"></a></td>
<td><a href="pics/joe/joe_05.jpg" TARGET="_blank"><img src="pics/joe/thumbs/joe_05.jpg" border="0"></a></td>
<td><a href="pics/joe/joe_06.jpg" TARGET="_blank"><img src="pics/joe/thumbs/joe_06.jpg" border="0"></a></td>
</tr>
<tr>
<td><a href="pics/joe/joe_07.jpg" TARGET="_blank"><img src="pics/joe/thumbs/joe_07.jpg" border="0"></a></td>
<td><a href="pics/joe/joe_08.jpg" TARGET="_blank"><img src="pics/joe/thumbs/joe_08.jpg" border="0"></a></td>
<td><a href="pics/joe/joe_09.jpg" TARGET="_blank"><img src="pics/joe/thumbs/joe_09.jpg" border="0"></a></td>
<td><a href="pics/joe/joe_10.jpg" TARGET="_blank"><img src="pics/joe/thumbs/joe_10.jpg" border="0"></a></td>
<td><a href="pics/joe/joe_11.jpg" TARGET="_blank"><img src="pics/joe/thumbs/joe_11.jpg" border="0"></a></td>
<td><a href="pics/joe/joe_12.jpg" TARGET="_blank"><img src="pics/joe/thumbs/joe_12.jpg" border="0"></a></td>
</tr>
</table><br>
<br>
<br>
<br>
<br>
</center>
</body>
</html>
THANKS!
[edited by: BlobFisk at 6:28 pm (utc) on May 15, 2004]
[edit reason] Generalised Keywords and Title [/edit]
Since the <td> and <tr> do get closed, most browsers will recover from that element-left-open error. But some browsers were coded so that they don't look specifically for what tag is closed. Instead they just count how many tags there are, and then use any closing tags to close elements in the exact order they were opened. This is a coding "hack" that helps the browser avoid getting tangled up in nesting errors -- so for example, in markup like this -- <b><u>text</b></u> -- such a browser would use the </b> tag to close the <u> element.
As I said, it was a hack but it was used.