|
Posted by dorayme on 11/03/07 23:42
In article
<1194130817.791317.291290@19g2000hsx.googlegroups.com>,
tolobe <tolobe@gmail.com> wrote:
> Hi there, Got a question about a site I'm building. The issue is with
> text in a <td> which I'm trying to keep aligned with text in another
> <td>. 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:
<tr><td>2003-2007</td><td>did this...</td></tr>
<tr><td>2007</td><td>did that...</td></tr>
<tr><td>2004-2007</td><td>did another thing...</td></tr>
But really, perhaps you need to look at a tutorial:
http://www.htmldog.com/
--
dorayme
Navigation:
[Reply to this message]
|