Forums

This topic is locked

i really need some help here...

Posted 11 Jun 2003 07:44:02
1
has voted
11 Jun 2003 07:44:02 T M posted:
I need some help here... how do i add text next to a table and also how do i make text start at the top of the table rather than down at the middle? hx

1- text next
__
| |text here
| |and here
--

Replies

Replied 11 Jun 2003 08:59:52
11 Jun 2003 08:59:52 Vince Baker replied:
You cannot add text next to a table unless it is nested.

I.E.

Insert a table on your page with the width set to 100% and with two columns.

Insert another table into the left hand column of the first table. You can then write in the right hand column of the table.

There is a setting for the vertical alignment in a table. Set this to Top and the text will start at the top of your table. (valign=top)

Regards
Vince

Visit my home: www.chez-vince.com

VBScript | ASP | HTML | SQL | Oracle | Hosting

Edited by - bakerv on 11 Jun 2003 09:00:35
Replied 11 Jun 2003 19:09:48
11 Jun 2003 19:09:48 Seth Cpt. replied:
Close baker, but not quite true.
You can do what 'THIS' is looking for with an 'align="left" rather than defaulting.
like this:
[Sorry if this spams anyone, but copy this code into your preferred editor and check it out, it is compatible with any brower, at least that I have access to]

<table width="350" border="1" align="left" cellpadding="0" cellspacing="0" bordercolor="#000000">
<tr>
<td>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy
nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut
wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit
lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure
dolor in hendrerit in vulputate velit esse molestie consequat, vel illum
dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio
dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te
feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing
elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam
erat volutpat.</td>
</tr>
</table>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy
nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi
enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis
nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in
hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat
nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit
praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy
nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.<br>
<br>
Looks like it works to me.
Replied 12 Jun 2003 08:58:20
12 Jun 2003 08:58:20 Vince Baker replied:
I appear to stand corrected.

Guess you learn something new every day.



Regards
Vince

Visit my home: www.chez-vince.com

VBScript | ASP | HTML | SQL | Oracle | Hosting

Reply to this topic