Image and table problems...

liunx

Guest
Okay, I have an image, and right next ot it, I put a table. I made all of the wrapping properties and stuff, but it doesn't put the table next to the image. Here is the code:<br />
<br />
<html><br />
<head><br />
<title>Title</title><br />
<style><br />
Body{scrollbar-base-color: #EF3110}<br />
</style><br />
</head><br />
<body bgcolor="#EF3110" style="margin: 10" topmargin="10" leftmargin="10"><br />
<p align="center" style="word-spacing: 0; line-height: 100%; text-indent: 0; margin: 0"><font face="hooge 05_53" color="#FFFFFF" size="6"><b><u>TEXT TEXT</u></b></font></p><br />
<p align="center" style="word-spacing: 0; line-height: 100%; text-indent: 0; margin: 0">&nbsp;</p><br />
<p align="center" style="word-spacing: 0; line-height: 100%; text-indent: 0; margin: 0"><img border="0" src=http://www.htmlforums.com/archive/index.php/"screen_ep001_02.jpg" width="240" height="160" style="float: left; border: 2 solid #000000" align="left"></p><br />
<div align="left"><br />
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="border: 2 solid #000000"><br />
<tr><br />
<td width="44%">Title</td><br />
<td width="56%"></td><br />
<td width="50%"></td><br />
</tr><br />
<tr><br />
<td width="44%">Disc</td><br />
<td width="56%"></td><br />
<td width="50%"></td><br />
</tr><br />
<tr><br />
<td width="44%"></td><br />
<td width="56%"></td><br />
<td width="50%"></td><br />
</tr><br />
<tr><br />
<td width="44%"></td><br />
<td width="56%"></td><br />
<td width="50%"></td><br />
</tr><br />
</table><br />
</div><br />
</body><br />
</html><!--content-->I'm extremely sorry. Scratch this thread. I was previewing in a smaller window and it didn't show properly. (Moderators, please feel free to move this to the SPAM or delete it. Sometimes I don't think before I ask.)<!--content-->
 
Back
Top