vertically aligning text

admin

Administrator
Staff member
Hello all,<br />
<br />
Can anybody tell me how to vertically align text? I have a link which ive placed inside a table ive the code <br />
<div align="center"> to put the link in the middle of my page but how do i go about aligning the text to the bottom of the page?<br />
<br />
i thought it involoved using "valign" but ive tried this and i cant get it to work.. any thoughts?<br />
<br />
Rob<!--content-->use the valign tag. Try using it in these situations.<br />
<br />
<tr valign="top"><br />
<br />
or<br />
<br />
<td valign="top"><br />
<br />
Scoutt would disagree with me on the TR one, but it is a legit use, and it is correct for aligning Table Row data. I have had sim problems. Let me know how it goes.<!--content-->true, I will :P<br />
<br />
but they wanted th etext on the bottom not the top ;)<br />
<br />
valign="bottom"<!--content-->
 
Back
Top