PDA

View Full Version : Get text to the top


powerful_rogue
05-14-2008, 07:51 PM
Hi,

Ive added an attachment to help me explain this a bit better!

How would I go about getting the text to start at the top rather then at the bottom? This is the current code ive got -

<td align="$stylevar[right]" id="header_right_cell" class="page" style="padding: 0px 15px 0px 0px;">Welcome to the Freebie Finder
<if condition="THIS_SCRIPT == index">

powerful_rogue
05-15-2008, 08:55 AM
Im hoping someone maybe able to help :)

Any help is greatly appreciated.

Lynne
05-15-2008, 02:13 PM
This page may help you: http://www.w3schools.com/TAGS/tag_td.asp

As you can see there, td tags have the options "valign" for vertical align. So, try adding to your td tag the valign option and see if it works:
<td align="$stylevar[right]" id="header_right_cell" class="page" style="padding: 0px 15px 0px 0px;" valign="top">Welcome to the Freebie Finder