Hi, this is my first post.
I am having great difficulties with slices. I did a website for a college project, using an iframe - slicing up the site as one big image and inserting the iframe code in the slice i deleted. The site worked fine after I got the hang of it.
However, I came to trying it out at a friends house and the slices were not connected - the result was a mess. I have no idea why because it works perfectly on my computer.
Can anyone help? Also there is a small gap between the bottom two rows of slices (which you wont see if your browser decides to jumble the slices up.)
the link is
www.dazzamcdesigns.com
Here's the code:
<HTML>
<HEAD>
<TITLE>index</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</HEAD>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<!-- ImageReady Slices (index.psd) -->
<TABLE WIDTH=800 height="600" BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=92 HEIGHT=1></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=465 HEIGHT=1></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=241 HEIGHT=1></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=1></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=1></TD>
</TR>
<TR>
<TD COLSPAN=3>
<IMG SRC="images/index2_01.gif" WIDTH=798 HEIGHT=70></TD>
<TD COLSPAN=2>
<IMG SRC="images/index2_02.gif" WIDTH=2 HEIGHT=70></TD>
</TR>
<TR>
<TD>
<IMG SRC="images/index2_03.gif" WIDTH=92 HEIGHT=391></TD>
<TD width="466" height="392" align="left" valign="top"> <iframe src="home.html" height="392" width="466" name="content" frameborder="0">
</TD>
<TD COLSPAN=3>
<IMG SRC="images/index2_05.gif" WIDTH=243 HEIGHT=391></TD>
</TR>
<TR>
<TD COLSPAN=4>
<IMG SRC="images/index2_06.gif" WIDTH=799 HEIGHT=139 border="0" usemap="#Map"></TD>
<TD>
<IMG SRC="images/index2_07.gif" WIDTH=1 HEIGHT=139></TD>
</TR>
</TABLE>
<!-- End ImageReady Slices -->
<map name="Map">
<area shape="rect" coords="68,52,428,96" href="index.html">
<area shape="rect" coords="507,65,626,90" href="portfolio.html">
<area shape="rect" coords="634,67,688,88" href="biog.html">
<area shape="rect" coords="696,64,794,90" href="contact.html" target="content">
</map>
</BODY>
</HTML>
CAN ANYONE HELP?
Thanks