Here is your image ready source code, very very shitty.
HTML Code:
<html> <head> <title>Untitled-1</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 (Untitled-1) --> <table id="Table_01" width="700" height="500" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="2"> <img src="images/index_01.gif" width="700" height="108" alt=""></td> </tr> <tr> <td colspan="2"> <img src="images/index_02.gif" width="700" height="40" alt=""></td> </tr> <tr> <td> <img src="images/index_03.gif" width="168" height="328" alt=""></td> <td rowspan="2"> <img src="images/index_04.gif" width="532" height="352" alt=""></td> </tr> <tr> <td> <img src="images/index_05.gif" width="168" height="24" alt="Hey everyone!"></td> </tr> </table> <!-- End ImageReady Slices --> </body>
Even thought its shitty, lets add some content over the images.
HTML Code:
<html> <head> <title>Untitled-1</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 (Untitled-1) --> <table id="Table_01" width="700" height="500" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="2" style="background-image:url(images/index_01.gif); width:700px; height: 108px;"> </td> </tr> <tr> <td colspan="2" style="background-image:url(images/index_02.gif); width:700px; height:40px;"> </td> </tr> <tr> <td style="background-image:url(images/index_03.gif); width:168px; height:328px;"> </td> <td rowspan="2" style="background-image:url(images/index_04.gif); width:532px; height:352px;"> </td> </tr> <tr> <td style="background-image:url(images/index_05.gif); width:168px; height:24px;"> </td> </tr> </table> <!-- End ImageReady Slices --> </body>