help with aligning |
help with aligning |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 166 Joined: Jul 2004 Member No: 27,401 ![]() |
I'm trying to align some text so taht it is at the bottom ofthe div, but i don't know the code for it
here's the page Uncommon sense i'm trying to align the words "first post" at the bottom not the top |
|
|
![]() |
![]()
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 ![]() |
CODE <div class="conheader"><br><br><br> Your blogging code, I presume? If it is, merely modify it so that the title is at the bottom of the post. Like this.<a href="http://deatheoreocookie.5gigs.com/article/testing" title="Permanent link to this article">TESTING</a> 04/04/2006 05:52 PM </div> <div class="text"> <p>JUST TESTING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</p> </div> CODE <div class="text"> It'll probably mess up the corner a little (I think...), but you can just switch the text and header background portions in your CSS. Uh... Unless I completely misunderstood what you're trying to do.
<p>JUST TESTING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</p> </div> <div class="conheader"><br><br><br> <a href="http://deatheoreocookie.5gigs.com/article/testing" title="Permanent link to this article">TESTING</a> 04/04/2006 05:52 PM </div> |
|
|
![]() ![]() |