Lennac
07-10-2003, 03:17 AM
I have only 1 table in a frame that I have and I want the text within the table to be aligned at the bottom of the frame. What is the tag I use to do this?
|
View Full Version : Aligning Text to the Bottom of my Page? Lennac 07-10-2003, 03:17 AM I have only 1 table in a frame that I have and I want the text within the table to be aligned at the bottom of the frame. What is the tag I use to do this? LesPaul59 07-10-2003, 03:59 AM i assume you mean you have a table and you want the text at the bottom of it? put this in your table tag <valign = "bottom"> bellportal 07-10-2003, 01:00 PM If you want the table to be at the bottom of the page, I think that: <table align='bottom'> may do the trick. Does it? HTH, Lennac 07-10-2003, 01:01 PM Alright, I'll try that. Thanx:) bellportal 07-10-2003, 01:04 PM No problems. Let me know how it goes. Lennac 07-10-2003, 01:07 PM <TABLE ALIGN="BOTTOM"> didn't work... thanx anyways though. I'm trying the other one now... edit Nope, neither one works... I don't think I explained what I want done well:p I have a frame and my text right now is located at the very top of my frame and I want it to line up at the bottom of it... wait I just got an idea that will work. within 5 minutes, please use the edit button. ~Moderator bellportal 07-10-2003, 01:19 PM Sorry... I've never had much luck with being able to align things properly! Lennac 07-10-2003, 01:23 PM It's ok, you tried to help:) bellportal 07-10-2003, 01:26 PM * wipes tears from his eyes * I'm so, so sorry! Is there anything else I can help with? Lennac 07-10-2003, 01:29 PM It's ok... lol. BUt yeah, how do I get a table so there is a border on only one side of the table? bellportal 07-10-2003, 01:39 PM I don't know if that is possible. The answer is probably somewhere deep in the depths of CSS. I don't know though, as I am not a huge fan of CSS. HTH. |