Hi all,
I have 3 tables, all aligned one below the other and then I have this paragraph which I want to align on the right handside of the page at the top, but in spite of giving align = 'top', the paragraph and its contents seems to be appearing at the very bottom of the page after the last table.. how can I correct this? Please help.
[HTML]
<p valign = "top">
<fieldset align = "top">
<legend align = "center">
<font color = "magenta">
<b> Click a link! </b>
</font>
</legend>
<ul>
<li><a href = "ShowCandidates .php"><font size = "2.7" color = "blue">Sele ct another Candidate for Viewing Report !!!</font></a></li>
</ul>
</fieldset>
</p>
[/HTML]
I have 3 tables, all aligned one below the other and then I have this paragraph which I want to align on the right handside of the page at the top, but in spite of giving align = 'top', the paragraph and its contents seems to be appearing at the very bottom of the page after the last table.. how can I correct this? Please help.
[HTML]
<p valign = "top">
<fieldset align = "top">
<legend align = "center">
<font color = "magenta">
<b> Click a link! </b>
</font>
</legend>
<ul>
<li><a href = "ShowCandidates .php"><font size = "2.7" color = "blue">Sele ct another Candidate for Viewing Report !!!</font></a></li>
</ul>
</fieldset>
</p>
[/HTML]
Comment