Answer the question
In order to leave comments, you need to log in
Why doesn't vertical-align: bottom work?
/*адрес домена был удален*/
here is the element
<td class="col" valign="bottom" style="width:100%;vertical-align:bottom;">
<br>
<a class="footerlink" href="http://course.zaobrazovanie.ru" target="_blank">http://course.zaobrazovanie.ru</a><br>
<a class="footerlink" href="http://vk.com/zaobrazovanie" target="_blank">http://vk.com/zaobrazovanie</a>
</td>
<table width="264" height="100%" border="0" cellpadding="0" cellspacing="0" align="right" class="force-row padding-for-desctops">
<tbody><tr>
<td class="col" valign="bottom" style="width:100%;vertical-align:bottom;/* height: auto; */">
<br>
<a class="footerlink" href="http://course.zaobrazovanie.ru" target="_blank">http://course.zaobrazovanie.ru</a><br>
<a class="footerlink" href="http://vk.com/zaobrazovanie" target="_blank">http://vk.com/zaobrazovanie</a>
</td>
</tr>
</tbody></table>
Answer the question
In order to leave comments, you need to log in
Yes, put you there at the beginning of another br
And yes, Denis Ineshin is right
Because both the left and right columns must be in the same table. Then there will be something to push off from to align with the bottom.
<td class="col" valign="bottom" style="width:100%; height: 64px; vertical-align:bottom;">
<a class="footerlink" href="http://course.zaobrazovanie.ru" target="_blank">http://course.zaobrazovanie.ru</a><br>
<a class="footerlink" href="http://vk.com/zaobrazovanie" target="_blank">http://vk.com/zaobrazovanie</a>
</td>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question