Marty McFly |
03-22-2006 02:55 PM |
vba module help? getting odd gap on html/php custom pages
Take a look, right column:
http://www.77002.com/cmps_index.php
and any idea how to get style tags to translate over?
here is the html:
Code:
<html>
<head>
<style type="text/css">
<!--
.style1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}
.style2 {
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
}
-->
</style>
</head>
<body>
<table width="545" height="1" border="1" cellpadding="3" cellspacing="0" bordercolor="#FFFFFF" bgcolor="#E9E9E9">
<tr valign="top">
<td height="25%"><div align="center"><img src="http://www.77002.com/forum/events/digweed-small.gif" width="160" height="171" alt="John Digweed" /></div></td>
<td><div align="center"><img src="http://www.77002.com/forum/events/crossroads-small.gif" width="265" height="171" alt="Crossroads" /></div></td>
</tr>
<tr valign="top">
<td height="25%"><div align="center" class="style1"><a href="http://www.77002.com/forum/showthread.php?t=1">John Digweed @ Mbar - Click here! </a></div></td>
<td><div align="center"><span class="style1"><a href="http://www.77002.com/forum/showthread.php?t=4">Infusion @ Clarks/Deans - Click here!</a> </span></div></td>
</tr>
<tr valign="top">
<td width="50%"><div align="center"><img src="http://www.77002.com/forum/events/rent-small.gif" width="150" height="171" alt="Rent" /></div></td>
<td><div align="center"><img src="http://www.77002.com/forum/events/cattaneo-small.gif" width="205" height="171" alt="Hernan Cattaneo" /></div></td>
</tr>
<tr valign="top">
<td><div align="center"><span class="style1"><a href="http://www.77002.com/forum/showthread.php?t=8">RENT @ Meridian - Click here!</a> </span></div></td>
<td><div align="center"><span class="style1"><a href="http://www.77002.com/forum/showthread.php?t=3">Hernan Cattaneo @ Clarks/Deans - Click here!</a> </span></div></td>
</tr>
<tr valign="top">
<td width="50%"><div align="center"><img src="http://www.77002.com/forum/events/bassnectar-small.gif" width="225" height="171" alt="Bassnectar" /></div></td>
<td><div align="center"><img src="http://www.77002.com/forum/events/bassfest-small.gif" width="237" height="171" alt="Bassfest 2006" /></div></td>
</tr>
<tr valign="top">
<td><div align="center"><span class="style1"><a href="http://www.77002.com/forum/showthread.php?t=2">Bassnectar @ Touch - Click here!</a> </span></div></td>
<td><div align="center"><span class="style1"><a href="http://www.77002.com/forum/showthread.php?t=9">Bassfest @ Meridian - Click here! </a></span></div></td>
</tr>
<tr valign="top">
<td height="25%"><div align="center"><img src="http://www.77002.com/forum/events/junkiexl-small.gif" width="160" height="171" alt="JunkieXL" /></div></td>
<td><div align="center"><img src="http://www.77002.com/forum/events/tiesto-small.gif" width="245" height="171" alt="Tiesto" /></div></td>
</tr>
<tr valign="top">
<td height="25%"><div align="center"><span class="style1"><a href="http://www.77002.com/forum/showthread.php?t=11">Junkie XL @ Warehouse Live - Click here!</a> </span></div></td>
<td><div align="center"><a href="http://www.77002.com/forum/showthread.php?t=10" class="style1">Tiesto @ Warehouse Live - Click here! </a></div></td>
</tr>
</table>
</body>
</html>
|