![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Ok guys and gals, I am getting really frustrated! I need the table that has my nav bar to stay at the top left side of the page, like this: http://www.djstevens.com/bio.htm . However, when my text runs long, I get this: http://www.djstevens.com/poems.htm How do I stop that from happening? I am not a big fan of frames at all. NOTE: Please ignore the borders and other issues, I am not even close to finished yet, I just wanted to address this before I move on. Thanks for any help, guys and gals! |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Why is it deprecated? How do I do it with CSS? I do have a style sheet, albeit a little one, for this, so I can add it if need be. Originally posted by: Newsgroup User well you need a vertical-align: top; on the cells. You can do this <BR>through CSS, or you can use '<td valign='top'>content</td>' but that is <BR>deprecated.<BR><BR>justcrash wrote:<BR><BR>> Ok guys and gals, I am getting really frustrated! I need the table that has my <BR>> nav bar to stay at the top left side of the page, like this: <BR http://www.djstevens.com/poems.htm How do I stop that from happening? I <BR am not a big fan of frames at all. NOTE: Please ignore the borders and other BR>> issues, I am not even close to finished yet, I just wanted to address this <BR>> before I move on. Thanks for any help, guys and gals!<BR>> <BR Just to add: |
#5
| |||
| |||
|
|
Why is it deprecated? How do I do it with CSS? I do have a style sheet, albeit a little one, for this, so I can add it if need be. Originally posted by: Newsgroup User well you need a vertical-align: top; on the cells. You can do this <BR>through CSS, or you can use '<td valign='top'>content</td>' but that is <BR>deprecated.<BR><BR>justcrash wrote:<BR><BR>> Ok guys and gals, I am getting really frustrated! I need the table that has my <BR>> nav bar to stay at the top left side of the page, like this: <BR http://www.djstevens.com/poems.htm How do I stop that from happening? I <BR am not a big fan of frames at all. NOTE: Please ignore the borders and other BR>> issues, I am not even close to finished yet, I just wanted to address this <BR>> before I move on. Thanks for any help, guys and gals!<BR>> <BR |
#6
| |||
| |||
|
|
It is deprecated because we are trying to separate content from style. You can still use it but at some point it will not be valid HTML any more. You can use: td class="topalign" then .topalign { vertical-align: top; } for the CSS or table class="yourtable" then .yourtable td { vertical-align: top; } I prefer the second I think. justcrash wrote: Why is it deprecated? How do I do it with CSS? I do have a style sheet, albeit a little one, for this, so I can add it if need be. Originally posted by: Newsgroup User well you need a vertical-align: top; on the cells. You can do this <BR>through CSS, or you can use '<td valign='top'>content</td>' but that is BR>deprecated.<BR><BR>justcrash wrote:<BR><BR>> Ok guys and gals, I am getting really frustrated! I need the table that has my <BR>> nav bar to stay at the top left side of the page, like this: <BR http://www.djstevens.com/poems.htm How do I stop that from happening? I <BR>> am not a big fan of frames at all. NOTE: Please ignore the borders and other <BR>> issues, I am not even close to finished yet, I just wanted to address this <BR>> before I move on. Thanks for any help, guys and gals!<BR>> <BR |
#7
| |||
| |||
|
|
P.S. the reason they recommend separating content from style is that when other devices start using web pages, then the content can be easily read on that format (and styled appropriately). Misha wrote: It is deprecated because we are trying to separate content from style. You can still use it but at some point it will not be valid HTML any more. You can use: td class="topalign" then .topalign { vertical-align: top; } for the CSS or table class="yourtable" then .yourtable td { vertical-align: top; } I prefer the second I think. justcrash wrote: Why is it deprecated? How do I do it with CSS? I do have a style sheet, albeit a little one, for this, so I can add it if need be. Originally posted by: Newsgroup User well you need a vertical-align: top; on the cells. You can do this <BR>through CSS, or you can use '<td valign='top'>content</td>' but that is BR>deprecated.<BR><BR>justcrash wrote:<BR><BR>> Ok guys and gals, I am getting really frustrated! I need the table that has my <BR>> nav bar to stay at the top left side of the page, like this: <BR http://www.djstevens.com/poems.htm How do I stop that from happening? I <BR>> am not a big fan of frames at all. NOTE: Please ignore the borders and other <BR>> issues, I am not even close to finished yet, I just wanted to address this <BR>> before I move on. Thanks for any help, guys and gals!<BR>> <BR |
#8
| |||
| |||
|
#9
| |||
| |||
|
#10
| |||
| |||
|
Any ideas, gang? I am having trouble getting this to work for some reason. If it helps, the nav is a library item. |
![]() |
| Thread Tools | |
| Display Modes | |
| |