click for example
here's the code I'm using with that
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Always A Fan - Store</title> </head> <body background="images/bg2.gif" bgproperties="fixed"> <LINK REL=StyleSheet HREF="style10.css" TYPE="text/css"> <table border=1> <tr> <td valign="top"> <TABLE WIDTH=655 BORDER=0 CELLPADDING=0 CELLSPACING=0> <TR> <TD COLSPAN=5> <IMG SRC="images/paper_01.gif" WIDTH=655 HEIGHT=53 ALT=""></TD> </TR> <TR> <TD ROWSPAN=3> <IMG SRC="images/paper_02.gif" WIDTH=242 HEIGHT=553 ALT=""></TD> <TD COLSPAN=2 background="images/paper_03.gif" WIDTH=375 HEIGHT=195 valign= top> <div style="width:365;height:185;overflow:auto;"> <p><img src="images/nitem.gif"> <p><img src="images/loudshirt.jpg"> </div> </TD> <TD COLSPAN=2> <IMG SRC="images/paper_04.gif" WIDTH=38 HEIGHT=195 ALT=""></TD> </TR> <TR> <TD background="images/paper_05.gif" WIDTH=283 HEIGHT=99 valign = top> <div style="width:283;height:99;overflow:auto;"> Text here </TD> <TD COLSPAN=2> <IMG SRC="images/paper_06.gif" WIDTH=119 HEIGHT=99 ALT=""></TD> <TD> <IMG SRC="images/paper_07.gif" WIDTH=11 HEIGHT=99 ALT=""></TD> </TR> <TR> <TD COLSPAN=4> <IMG SRC="images/paper_08.gif" WIDTH=413 HEIGHT=259 ALT=""></TD> </TR> <TR> <TD> <IMG SRC="images/spacer.gif" WIDTH=242 HEIGHT=1 ALT=""></TD> <TD> <IMG SRC="images/spacer.gif" WIDTH=283 HEIGHT=1 ALT=""></TD> <TD> <IMG SRC="images/spacer.gif" WIDTH=92 HEIGHT=1 ALT=""></TD> <TD> <IMG SRC="images/spacer.gif" WIDTH=27 HEIGHT=1 ALT=""></TD> <TD> <IMG SRC="images/spacer.gif" WIDTH=11 HEIGHT=1 ALT=""></TD> </TR> </TABLE> </td> <td valign="top"> <p><a href=" " onMouseOver="document.image1.src='images/home4.gif'" onMouseOut="document.image1.src='images/home3.gif'"> <img src="images/home3.gif" name="image1" border=0> <br><a href="" onMouseOver="document.image2.src='images/accesories4.gif'" onMouseOut="document.image2.src='images/accesories3.gif'"> <img src="images/accesories3.gif" name="image2" border=0> <br><a href="" onMouseOver="document.image3.src='images/shirts4.gif'" onMouseOut="document.image3.src='images/shirts3.gif'"> <img src="images/shirts3.gif" name="image3" border=0> <br><a href="" onMouseOver="document.image4.src='images/gifts4.gif'" onMouseOut="document.image4.src='images/gifts3.gif'"> <img src="images/gifts3.gif" name="image4" border=0> <br><a href="" onMouseOver="document.image5.src='images/intimates3.gif'" onMouseOut="document.image5.src='images/intimates4.gif'"> <img src="images/intimates4.gif" name="image5" border=0> <br><a href="" onMouseOver="document.image6.src='images/pets2.gif'" onMouseOut="document.image6.src='images/pets1.gif'"> <img src="images/pets1.gif" name="image6" border=0> <br><a href="" onMouseOver="document.image7.src='images/links4.gif'" onMouseOut="document.image7.src='images/links3.gif'"> <img src="images/links3.gif" name="image7" border=0> </a> </a> </td> </tr> <tr> <td> <P><a href="http://www.cafepress.com/alwaysafan"><img src="http://www.cafepress.com/content/banners/promo_125x125_01.gif" width="125" height="125" alt="Support This Site" border="0"></a> </td> </tr> </table> <p align = center> This store © 2006 </body> </html>
