I have a logo imageas part of a footer of a website I am editing that can be simplified below.
<div style="float:left"> the logo </div> <div style="float:right"> text links </div>
At the moment this is fine. The logo appears on the left and the links on the far right. However the only problem I have is that the text is aligned at the top of the logo div; I would like it to be aligned with the bottom of the logo div so that the web page is even at the end.
I've tried "align=bottom" in the text div but that doesn't seem to work
Edit to show problem:
Current set up:
!!!!!!!!!!! <div 2> *default top alignment*
!!<div 1>!!
!!!!!!!!!!!
Preferred set up:
!!!!!!!!!!!
!!<div 1>!!
!!!!!!!!!!! <div2> *Preferred align along the bottom"