Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Re: Can't get the hang of tables--please help!

Reply
Thread Tools

Re: Can't get the hang of tables--please help!

 
 
Kris
Guest
Posts: n/a
 
      07-30-2003
In article <bg8o50$m76ff$>,
"Jay Vance" <> wrote:

> Here's my page: http://www.websend.us/html/index.html
>
> I want the bottom two tables to be aligned one on top of the other to the
> right of the first table. I know this is like HTML 101 but for some reason
> I'm just not getting it. Thanks for any help.


404: Not Found.

--
Kris
erlands (nl)
"We called him Tortoise because he taught us" said the Mock Turtle.
 
Reply With Quote
 
 
 
 
Jay Vance
Guest
Posts: n/a
 
      07-30-2003
My apologies! Not sure what that's all about, but here's a new link:

http://www.mtftp.us/html/index.html

Thanks for taking the time to look.

Jay

>
> 404: Not Found.
>



 
Reply With Quote
 
 
 
 
Sid Ismail
Guest
Posts: n/a
 
      07-30-2003
On Wed, 30 Jul 2003 09:29:32 -0700, "Jay Vance" <> wrote:

: My apologies! Not sure what that's all about, but here's a new link:
:
: http://www.mtftp.us/html/index.html
:
: Thanks for taking the time to look.


Try putting "align=left" in your first Table.

Alternatively, have

<table ... > (insert a new table at the top)
<tr>
<td>

<table...> (existing 1st table)
...
...
</table>

</td>
<td>

<table...> (2nd and 3rd tables)
..
..
</table>

</td>
</tr>
</table>

Sid

 
Reply With Quote
 
Jay Vance
Guest
Posts: n/a
 
      07-30-2003
Thanks for the help, I will see what I can do with it.

Jay

"Sid Ismail" <> wrote in message
news:...
> On Wed, 30 Jul 2003 09:29:32 -0700, "Jay Vance" <> wrote:
>
> : My apologies! Not sure what that's all about, but here's a new link:
> :
> : http://www.mtftp.us/html/index.html
> :
> : Thanks for taking the time to look.
>
>
> Try putting "align=left" in your first Table.
>
> Alternatively, have
>
> <table ... > (insert a new table at the top)
> <tr>
> <td>
>
> <table...> (existing 1st table)
> ..
> ..
> </table>
>
> </td>
> <td>
>
> <table...> (2nd and 3rd tables)
> ..
> ..
> </table>
>
> </td>
> </tr>
> </table>
>
> Sid
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Get ubuntu ! Get ubuntu ! Get ubuntu ! Get ubuntu ! Getubuntu Windows 64bit 1 06-01-2009 08:54 AM
why the method get() of python Queue is hang on there? zxo102 Python 6 08-14-2006 09:55 PM
adobe acrobat professional get Hang !! AdoreC++ Software 0 08-02-2006 04:02 PM
Newbie trying to get the hang of things Max Cantor C++ 3 08-05-2005 02:18 PM
Trying to get the hang of uploading a website Doc HTML 16 10-15-2004 04:31 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57