jeez... this is a mass of errors.... ok, just to verify things, your slideshow err... 'coding' uses this html:
code:
<div class="slideshows">
<font class="header">Slideshows of my best memories so far:</font>
<br><br>
<table border="0" cellpadding="2" style="border-collapse: collapse" bordercolor="..111111" id="AutoNumber1">
<tr>
<td height="17">
<b>Leeds:</b></td>
<td width="5" height="17">
</td>
<td>
<b>Kent:</b></td>
</tr>
<tr>
<td><b>1.</b><br>
<embed allowScriptAccess="never" src="http://widget.slide.com/widgets/slideticker.swf" quality="high" scale="noscale" flashvars="site=widget.slide.com&channel=2145282" wmode="transparent" bgcolor="..f5f5f5" width="175" height="206" name="flashticker"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"/>
<td width="5" height="206">
</tr>
<td><b>1.</b><br>
<embed allowScriptAccess="never" src="http://widget.slide.com/widgets/slideticker.swf" quality="high" scale="noscale" flashvars="site=widget.slide.com&channel=2145256" wmode="transparent" bgcolor="..f5f5f5" width="175" height="206" name="flashticker"
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"/>
</tr>
</table>
</div>
and this css to go with it...
code:
.slideshows{
background-color:ff8000;
visibility:visible
font-family:helvetica;
font-size:12px;
font-weight:bold;
color:black;
padding: 10px;
position:absolute;
left:50%;
margin-left:-180px;
top:630px;
z-index:3;
width:600px;
}
.leeds{
background-color:ff8000;
visibility:visible
font-family:helvetica;
font-size:12px;
font-weight:bold;
color:black;
padding: 10px;
position:absolute;
left:50%;
margin-left:500px;
top:500px;
z-index:3;
width:300px;
}
.kent{
background-color:ff8000;
visibility:visible
font-family:helvetica;
font-size:12px;
font-weight:bold;
color:black;
padding: 10px;
position:absolute;
left:50%;
margin-left:1000px;
top:1000px;
z-index:3;
width:300px;
}
am i right? if so, where the hell does the 'leeds' and 'kent' id's come into it? i see that you have two slideshows, one for kent one for leeds but ou havent used the id/class kent/leeds anywhere where i can see
thats just dodgy coding....