Log in

View Full Version : Tables question



bubba.daniel
07-20-2005, 05:08 PM
I know someone out there can solve this for me

I have this


<html>
<head>
<title>Divine Spirit.com</title>
</head>
<body style="margin:0;">



<table height="100%" width="100%" cellpadding="0" cellspacing="0">
<tr>



<td bgcolor="FFFFFF" height="83%" width="90%"></td>
<td bgcolor="009999" height="83%" width="9%">
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
WIDTH=124 HEIGHT=96>
<PARAM NAME=movie VALUE="bubbles.swf?tarframe=_self&exbackground=808080&makenavfield0=Daily Word&makenavurl0=dailyword.html&makenavfield1=Holy Spirit&makenavurl1=holyspirit.html&makenavfield2=Fathers Touch&makenavurl2=fatherstouch.html&makenavfield3=Praise & Worship&makenavurl3=pandw.html">
<PARAM NAME=loop VALUE=false>
<PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=scale VALUE=noborder>
<PARAM NAME=salign VALUE=LT>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=bgcolor VALUE=#000000>

<EMBED src="bubbles.swf?tarframe=_self&exbackground=808080&makenavfield0=Daily Word&makenavurl0=dailyword.html&makenavfield1=Holy Spirit&makenavurl1=holyspirit.html&makenavfield2=Fathers Touch&makenavurl2=fatherstouch.html&makenavfield3=Praise & Worship&makenavurl3=pandw.html" loop=false menu=false quality=high scale=noborder salign=LT wmode=transparent bgcolor=#000000 WIDTH=124 HEIGHT=96 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>

</OBJECT>

<a href="http://www.guistuff.com/"><img border="0" src="http://www.guistuff.com/images/11dot.gif" width="1" height="1"></a>
</td>
<td bgcolor="0099CC" height="83%" width="1%"></td>
</tr>
<tr>
<td bgcolor="0099CC" height="2%" width="25%" colspan="3" align="right"><script src="Marquee.js" type="text/javascript"></script></td>
</tr>
<tr>
<td bgcolor="000066" height="15%" width="100%" colspan="5"> </td>

</tr>

<tr>

</table>
</body>
</html>

How do i add data to the tag in red, and make it align to the top??

jscheuer1
07-20-2005, 08:38 PM
<td bgcolor="FFFFFF" height="83%" width="90%" valign="top">Data</td>

bubba.daniel
07-20-2005, 08:49 PM
Lol, i was going to use that, but i didn't know if it was "outdated"

jscheuer1
07-20-2005, 08:51 PM
You can also use style="vertical-align:top;" but, that's css and this is the HTML forum.