Reply
Table help
Old 07-08-2008, 08:46 PM Table help
Novice Talker

Posts: 9
Name: Matthew
When I create a table with two columns text on both sides are in the middle. But if I want to have both texts start at the top instead of centered top to bottom where I have to carriage return things constantly to get them to line up, how do I do that? (does that even make sense?)
Matth3w is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 07-08-2008, 09:44 PM Re: Table help
wayfarer07's Avatar
Power Hungry Seamonkey

Posts: 2,630
Name: Abel Mohler
Location: Asheville, North Carolina USA
Will you show us the code you have and explain which part it is you are having problems with?
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 07-08-2008, 10:57 PM Re: Table help
joder's Avatar
Flipotron

Posts: 6,442
Name: James
Location: In the ocean.
You may be wanting

Code:
<td valign="middle">
But, better to do it with CSS.
joder is offline
Reply With Quote
View Public Profile
 
Old 07-08-2008, 11:39 PM Re: Table help
Average Talker

Posts: 19
Wouldn't it be
Code:
<td valign="top">
to get them to both align at the top instead of centered top to bottom?

Although I agree, it would be better to use
Code:
<div id="right"> and <div id="left">
for the appropriate columns on the page with entries in the css stylesheet like this
Code:
#left {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 269px;
    background-color: #FFFFFF;
}
#right {
    position: absolute;
    top: 12px;
    left: 389px;
    width: 300px;
    background-color: #FFFFFF;
}
Johnnie Walker is offline
Reply With Quote
View Public Profile
 
Old 07-09-2008, 07:28 PM Re: Table help
Novice Talker

Posts: 9
Name: Matthew
Ugh.,..so much has changed. I have no idea how to use a CSS. Basically on my page, I have a table. Even if I set it to align at the top, they both jump to the top. Then I add an image to one side and text to another. When I preview it in the browser they are not even at the top. It appears as if the image in the left column is one carriage return down in alignment compared to the right column which has text in it. Does that make sense?
Matth3w is offline
Reply With Quote
View Public Profile
 
Old 07-09-2008, 07:29 PM Re: Table help
Novice Talker

Posts: 9
Name: Matthew
NM, I think I figured it out...still lost about the CSS though. I guess I should learn how to do that.
Matth3w is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Table help
 

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

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




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.10555 seconds with 12 queries