Weather by You!

Templates and Projects support => Html Templates => Topic started by: krmidas on August 08, 2012, 10:17:44 AM

Title: Bottom-Justify a line of text
Post by: krmidas on August 08, 2012, 10:17:44 AM
In the attached screen grab, I'm trying to get the Cumulus credit line to bottom-align with the bottom of the moonphase box to the right. Other than experimenting with various numbers of <br> tags, is there a better way to do this?
Title: Re: Bottom-Justify a line of text
Post by: Mr.Meteo on August 08, 2012, 10:53:50 AM
Hi Tom,

To adjust Cumulus "Credits" line position, simply modify line before "Cumulus":

<p class="credits" style="margin: 10px 25px 0px 0px; text-align: right;">

... and play wit the first margin parameter (for top margin)... the 10px in this sample!

Regards,
Jacques
Title: Re: Bottom-Justify a line of text
Post by: krmidas on August 08, 2012, 09:29:27 PM
100 px did it. Thanks!