hello I am trying to align this table to the top of the div but it is just not working. I am editing this page straight through phpmyadmin.
The table should be just right under the BLOG title image but for some reason it just goes way lower. Any help would be much appreciated it.
This is the code I am using:
<table border="0">
<tr>
<center><td width=400px height=120px align="center" valign="middle">[
url=http://twitter.com/businessname/][
img]twitterlnk.png[
/img][
/url]
[
url=http://www.facebook.com/group.php?alphanumeric/][
img align=center]facebooklnk.png[
/img][
/url]</td>
<td width=100></td>
<td width=400px height=120px align="center" valign="middle">

</td>
</tr>
<tr>
<td width=100></td>
<td></td>
<td></td>
</tr>
<tr>
<td width=400px height=523px align="center"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" type="application/x-shockwave-flash" width="400px" height="523px" id="InsertWidget_[alphanumeric-characters]" align="middle"><param name="movie" value="http://widgetserver.com/syndication/flash/wrapper/InsertWidget.swf"/><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="menu" value="false" /><param name="flashvars" value="r=2&appId=[alphanumeric-characters]" /> <embed src="http://example.com/syndication/flash/wrapper/InsertWidget.swf" name="InsertWidget_[alphanumeric-characters]" width="400px" height="523px" quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" align="middle" flashvars="r=2&appId=[alphanumeric-characters]" /></object></td>
<td></td>
<td width=400px valign="middle" align=center><object width="340" height="285"><param name="movie" value="http://www.youtube-nocookie.com/v/[alphanumeric-characters]=en_US&fs=1&color1=0x3a3a3a&color2=0x999999&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/[alphanumeric-characters]=en_US&fs=1&color1=0x3a3a3a&color2=0x999999&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="340" height="285"></embed></object>
<object width="340" height="285"><param name="movie" value="http://www.youtube-nocookie.com/v/[alphanumeric-characters]&hl=en_US&fs=1&color1=0x3a3a3a&color2=0x999999&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/[alphanumeric-characters]=en_US&fs=1&color1=0x3a3a3a&color2=0x999999&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="340" height="285"></embed></object>
</td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td>
</td>
</tr>
</table>
</center>
[edited by: tedster at 1:05 am (utc) on Feb 25, 2010]
[edit reason] remove identifying information [/edit]