hey peeps... i was just wondering if there's a way to vertically align content in a paragraph ( <p></p> ) like the way it can be done in tables ( valign="top" ).
i have 3 different tables, all different heights. i put them all in <p></p> tags, and set them to display:inline. but when viewed, the smaller tables are aligned at the bottom of the highest table, understandably. just like how a sentance flows...
just wondering if its possible to change that attribute.
i know you can do <p align="center, left or right">
i would have to c code...other than that I would do it like so
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top">
<p>wattup fool!! I am at the top left of my class</p></td>
</tr>
</table> [Hammer]
Nike Failed Slogans -- "Just Don't Do It!"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.