I have a myspace site and i can't align it at the top i tried everything... help?
What is the html code for aligning my text at the top??
%26lt;center%26gt; text %26lt;/center%26gt;
What is the html code for aligning my text at the top??
if you use valign, it has to be within a table cell. so ...
%26lt;tr%26gt;
%26lt;td valign="top" align="left"%26gt;
Text
%26lt;/td%26gt;
%26lt;/tr%26gt;
No comments:
Post a Comment