a touch of syn
07-11-2006, 07:09 PM
I'm trying to make a div layout on MySpace & to do that I looked up a tutorial on slicing & hopefully, I've done it right..
I opened up the html file in my html editor [I use CoffeCup] but I'm kinda blank on how to make the buttons clickable & whatnot.
Here is the HTML.
<html>
<head>
<title>favemistakelayered</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 (favemistakelayered.psd) -->
<table id="Table_01" width="740" height="864" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="7">
<img src="images/favemistakelayered_01.jpg" width="740" height="749" alt=""></td>
</tr>
<tr>
<td rowspan="3">
<img src="images/favemistakelayered_02.jpg" width="72" height="115" alt=""></td>
<td>
<img src="images/favemistakelayered_03.jpg" width="130" height="39" alt=""></td>
<td colspan="2">
<img src="images/favemistakelayered_04.jpg" width="184" height="39" alt=""></td>
<td>
<img src="images/favemistakelayered_05.jpg" width="257" height="39" alt=""></td>
<td rowspan="2">
<img src="images/favemistakelayered_06.jpg" width="39" height="88" alt=""></td>
<td rowspan="2">
<img src="images/favemistakelayered_07.jpg" width="58" height="88" alt=""></td>
</tr>
<tr>
<td>
<img src="images/favemistakelayered_08.jpg" width="130" height="49" alt=""></td>
<td>
<img src="images/favemistakelayered_09.jpg" width="165" height="49" alt=""></td>
<td>
<img src="images/favemistakelayered_10.jpg" width="19" height="49" alt=""></td>
<td>
<img src="images/favemistakelayered_11.jpg" width="257" height="49" alt=""></td>
</tr>
<tr>
<td colspan="6">
<img src="images/favemistakelayered_12.jpg" width="668" height="27" alt=""></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>
And this is the link to the image:
http://img.photobucket.com/albums/v179/ohsosweet007/favemistake1.jpg
Can anyone help out?
Thanks.
I opened up the html file in my html editor [I use CoffeCup] but I'm kinda blank on how to make the buttons clickable & whatnot.
Here is the HTML.
<html>
<head>
<title>favemistakelayered</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 (favemistakelayered.psd) -->
<table id="Table_01" width="740" height="864" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="7">
<img src="images/favemistakelayered_01.jpg" width="740" height="749" alt=""></td>
</tr>
<tr>
<td rowspan="3">
<img src="images/favemistakelayered_02.jpg" width="72" height="115" alt=""></td>
<td>
<img src="images/favemistakelayered_03.jpg" width="130" height="39" alt=""></td>
<td colspan="2">
<img src="images/favemistakelayered_04.jpg" width="184" height="39" alt=""></td>
<td>
<img src="images/favemistakelayered_05.jpg" width="257" height="39" alt=""></td>
<td rowspan="2">
<img src="images/favemistakelayered_06.jpg" width="39" height="88" alt=""></td>
<td rowspan="2">
<img src="images/favemistakelayered_07.jpg" width="58" height="88" alt=""></td>
</tr>
<tr>
<td>
<img src="images/favemistakelayered_08.jpg" width="130" height="49" alt=""></td>
<td>
<img src="images/favemistakelayered_09.jpg" width="165" height="49" alt=""></td>
<td>
<img src="images/favemistakelayered_10.jpg" width="19" height="49" alt=""></td>
<td>
<img src="images/favemistakelayered_11.jpg" width="257" height="49" alt=""></td>
</tr>
<tr>
<td colspan="6">
<img src="images/favemistakelayered_12.jpg" width="668" height="27" alt=""></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>
And this is the link to the image:
http://img.photobucket.com/albums/v179/ohsosweet007/favemistake1.jpg
Can anyone help out?
Thanks.