Give a few solutions for this
What steps will be required to do this please reply me as soon as possible
If you are having any proposals then answer me.
Thanks to you all in advance
Give a few solutions for this
What steps will be required to do this please reply me as soon as possible
If you are having any proposals then answer me.
Thanks to you all in advance
Utilize the table tags and their quality. Generate a table by one row and two cells. Place the text in every cell, one aligned to the left, and other to the right. Utilize the "valign" to make sure the texts emerge on the similar line. Identify 50% as the TD or cell width if you desire the texts to obtain up equal space in the table. Do not add a border, or set the border width to 0 if you want the table to be invisible. Add formatting as preferred.
Example:
<table width="500" align="center" border="1">
<tr>
<td width="50%" vAlign="top">
<p align="left">Left-Aligned Text<p>
</td>
<td width="50%" vAlign="top">
<p align="right">Right-Aligned Text</p>
</td>
</tr>
</table>
Bookmarks