Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

gadgetgirl85

macrumors 68040
Original poster
Mar 24, 2006
3,752
301
I've looked on a few html websites but I cannot seem to find my answer. I'm working in NVU and cannot find how to align the text to the top of my cell frame the text starts in the middle. I know how to hard code HTML a little so if someone can give me the tag to fix/put in I can do it. Can anyone help? thanks

edit: I've got it
 

RacerX

macrumors 65832
Aug 2, 2004
1,504
4
viccles said:
I know how to hard code HTML a little so if someone can give me the tag to fix/put in I can do it. Can anyone help?
Table for one?

Code:
<table border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td align="center" valign="top">
				
    </td>
  </tr>
</table>
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.