Results 1 to 4 of 4

Thread: Tables question

  1. #1
    Join Date
    Jul 2005
    Location
    cali
    Posts
    95
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Tables question

    I know someone out there can solve this for me

    I have this

    Code:
    <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??

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    HTML Code:
    <td bgcolor="FFFFFF" height="83%" width="90%" valign="top">Data</td>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jul 2005
    Location
    cali
    Posts
    95
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Lol, i was going to use that, but i didn't know if it was "outdated"

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    You can also use style="vertical-align:top;" but, that's css and this is the HTML forum.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •