table alignment

table alignment

am 04.11.2007 00:00:17 von tolobe

Hi there, Got a question about a site I'm building. The issue is with
text in a which I'm trying to keep aligned with text in another
. See below: http://art.nmu.edu/student_web/tlb/TLB/resume.html
I don't know what's wrong, can anyone enlighten me?
I'm new to this group, so if I'm posting to the wrong place, please
lemme know where to go.

thanks,
TL

Re: table alignment

am 04.11.2007 00:42:42 von dorayme

In article
<1194130817.791317.291290@19g2000hsx.googlegroups.com>,
tolobe wrote:

> Hi there, Got a question about a site I'm building. The issue is with
> text in a which I'm trying to keep aligned with text in another
> . See below: http://art.nmu.edu/student_web/tlb/TLB/resume.html
> I don't know what's wrong, can anyone enlighten me?
> I'm new to this group, so if I'm posting to the wrong place, please
> lemme know where to go.
>
> thanks,
> TL

er... if you want to use a table and make it count here for a
real purpose, namely to give information about the years on the
left, then make a table but use rows:

2003-2007did this...
2007did that...
2004-2007did another thing...

But really, perhaps you need to look at a tutorial:

http://www.htmldog.com/

--
dorayme

Re: table alignment

am 04.11.2007 00:45:41 von Adrienne Boswell

Gazing into my crystal ball I observed tolobe writing
in news:1194130817.791317.291290@19g2000hsx.googlegroups.com:

> Hi there, Got a question about a site I'm building. The issue is with
> text in a which I'm trying to keep aligned with text in another
>. See below: http://art.nmu.edu/student_web/tlb/TLB/resume.html
> I don't know what's wrong, can anyone enlighten me?
> I'm new to this group, so if I'm posting to the wrong place, please
> lemme know where to go.
>
> thanks,
> TL
>
>

What in &Deity;'s name created this? Did you do this by yourself?

1. Get a plain text editor with syntax highlighting.
2. Read some HTML tutorials
3. Read some CSS tutorials (take all the presentational markup out, then
play with CSS until it looks like you want)
4. Stop depending on
- use CSS to align the content in the td
element to top.
5. Use a DocType

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Re: table alignment

am 04.11.2007 03:17:29 von Martin Jay

On Sat, 03 Nov 2007 23:00:17 -0000, tolobe wrote:

>Hi there, Got a question about a site I'm building. The issue is with
>text in a which I'm trying to keep aligned with text in another
>. See below: http://art.nmu.edu/student_web/tlb/TLB/resume.html
>I don't know what's wrong, can anyone enlighten me?

You need to define a row in the table for each entry. For example:


2003-2007
Education, blah, blah, blah



2007
Work experience, blah, blah, blah


You can't rely on using lots of
s to vertically align the
information.
--
Martin Jay